[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. 3375 1726883359.77013: 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-HQ2 executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 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 3375 1726883359.77321: Added group all to inventory 3375 1726883359.77323: Added group ungrouped to inventory 3375 1726883359.77326: Group all now contains ungrouped 3375 1726883359.77328: Examining possible inventory source: /tmp/rhc-x4o/inventory.yml 3375 1726883359.87191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 3375 1726883359.87239: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 3375 1726883359.87256: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 3375 1726883359.87301: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 3375 1726883359.87354: Loaded config def from plugin (inventory/script) 3375 1726883359.87355: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 3375 1726883359.87386: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 3375 1726883359.87450: Loaded config def from plugin (inventory/yaml) 3375 1726883359.87452: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 3375 1726883359.87516: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 3375 1726883359.87820: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 3375 1726883359.87822: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 3375 1726883359.87824: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 3375 1726883359.87829: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 3375 1726883359.87832: Loading data from /tmp/rhc-x4o/inventory.yml 3375 1726883359.87880: /tmp/rhc-x4o/inventory.yml was not parsable by auto 3375 1726883359.87925: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 3375 1726883359.87954: Loading data from /tmp/rhc-x4o/inventory.yml 3375 1726883359.88014: group all already in inventory 3375 1726883359.88019: set inventory_file for managed_node1 3375 1726883359.88022: set inventory_dir for managed_node1 3375 1726883359.88023: Added host managed_node1 to inventory 3375 1726883359.88024: Added host managed_node1 to group all 3375 1726883359.88025: set ansible_host for managed_node1 3375 1726883359.88026: set ansible_ssh_extra_args for managed_node1 3375 1726883359.88028: set inventory_file for managed_node2 3375 1726883359.88029: set inventory_dir for managed_node2 3375 1726883359.88030: Added host managed_node2 to inventory 3375 1726883359.88031: Added host managed_node2 to group all 3375 1726883359.88031: set ansible_host for managed_node2 3375 1726883359.88032: set ansible_ssh_extra_args for managed_node2 3375 1726883359.88034: set inventory_file for managed_node3 3375 1726883359.88035: set inventory_dir for managed_node3 3375 1726883359.88036: Added host managed_node3 to inventory 3375 1726883359.88036: Added host managed_node3 to group all 3375 1726883359.88037: set ansible_host for managed_node3 3375 1726883359.88037: set ansible_ssh_extra_args for managed_node3 3375 1726883359.88039: Reconcile groups and hosts in inventory. 3375 1726883359.88042: Group ungrouped now contains managed_node1 3375 1726883359.88043: Group ungrouped now contains managed_node2 3375 1726883359.88044: Group ungrouped now contains managed_node3 3375 1726883359.88104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 3375 1726883359.88190: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 3375 1726883359.88227: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 3375 1726883359.88246: Loaded config def from plugin (vars/host_group_vars) 3375 1726883359.88247: 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) 3375 1726883359.88252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 3375 1726883359.88258: 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) 3375 1726883359.88289: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 3375 1726883359.88526: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883359.88593: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 3375 1726883359.88621: Loaded config def from plugin (connection/local) 3375 1726883359.88623: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 3375 1726883359.89035: Loaded config def from plugin (connection/paramiko_ssh) 3375 1726883359.89037: 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) 3375 1726883359.89645: 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) 3375 1726883359.89671: Loaded config def from plugin (connection/psrp) 3375 1726883359.89674: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 3375 1726883359.90132: 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) 3375 1726883359.90160: Loaded config def from plugin (connection/ssh) 3375 1726883359.90162: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 3375 1726883359.91516: 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) 3375 1726883359.91541: Loaded config def from plugin (connection/winrm) 3375 1726883359.91543: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 3375 1726883359.91566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 3375 1726883359.91615: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 3375 1726883359.91657: Loaded config def from plugin (shell/cmd) 3375 1726883359.91659: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 3375 1726883359.91673: 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) 3375 1726883359.91723: Loaded config def from plugin (shell/powershell) 3375 1726883359.91725: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 3375 1726883359.91763: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 3375 1726883359.91882: Loaded config def from plugin (shell/sh) 3375 1726883359.91884: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 3375 1726883359.91913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 3375 1726883359.91992: Loaded config def from plugin (become/runas) 3375 1726883359.91994: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 3375 1726883359.92119: Loaded config def from plugin (become/su) 3375 1726883359.92122: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 3375 1726883359.92231: Loaded config def from plugin (become/sudo) 3375 1726883359.92232: 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 3375 1726883359.92256: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_autoupdate.yml 3375 1726883359.92591: in VariableManager get_vars() 3375 1726883359.92607: done with get_vars() 3375 1726883359.92614: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 3375 1726883359.92700: in VariableManager get_vars() 3375 1726883359.92711: done with get_vars() 3375 1726883359.92733: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 3375 1726883359.92950: trying /usr/local/lib/python3.12/site-packages/ansible/modules 3375 1726883359.95579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 3375 1726883359.95760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 3375 1726883359.96064: in VariableManager get_vars() 3375 1726883359.96076: done with get_vars() 3375 1726883359.96099: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 3375 1726883359.96477: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 3375 1726883359.96489: 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 3375 1726883359.96645: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 3375 1726883359.96752: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 3375 1726883359.96754: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-HQ2/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) 3375 1726883359.96777: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 3375 1726883359.96794: 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) 3375 1726883359.96906: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 3375 1726883359.96949: Loaded config def from plugin (callback/default) 3375 1726883359.96951: 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) 3375 1726883359.97741: Loaded config def from plugin (callback/junit) 3375 1726883359.97743: 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) 3375 1726883359.97775: 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) 3375 1726883359.97822: Loaded config def from plugin (callback/minimal) 3375 1726883359.97824: 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) 3375 1726883359.97851: 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) 3375 1726883359.97891: Loaded config def from plugin (callback/tree) 3375 1726883359.97893: 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 3375 1726883359.97973: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 3375 1726883359.97975: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-HQ2/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_insights_autoupdate.yml **************************************** 1 plays in /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_autoupdate.yml 3375 1726883359.97992: in VariableManager get_vars() 3375 1726883359.98003: done with get_vars() 3375 1726883359.98008: in VariableManager get_vars() 3375 1726883359.98015: done with get_vars() 3375 1726883359.98017: variable 'omit' from source: magic vars 3375 1726883359.98041: in VariableManager get_vars() 3375 1726883359.98050: done with get_vars() 3375 1726883359.98063: variable 'omit' from source: magic vars PLAY [Basic insights autoupdate test] ****************************************** 3375 1726883359.98561: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 3375 1726883359.98615: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 3375 1726883359.98640: getting the remaining hosts for this loop 3375 1726883359.98641: done getting the remaining hosts for this loop 3375 1726883359.98643: getting the next task for host managed_node3 3375 1726883359.98646: done getting next task for host managed_node3 3375 1726883359.98647: ^ task is: TASK: meta (flush_handlers) 3375 1726883359.98648: ^ 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 3375 1726883359.98650: getting variables 3375 1726883359.98651: in VariableManager get_vars() 3375 1726883359.98658: Calling all_inventory to load vars for managed_node3 3375 1726883359.98660: Calling groups_inventory to load vars for managed_node3 3375 1726883359.98662: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883359.98674: Calling all_plugins_play to load vars for managed_node3 3375 1726883359.98683: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883359.98685: Calling groups_plugins_play to load vars for managed_node3 3375 1726883359.98710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883359.98742: done with get_vars() 3375 1726883359.98746: done getting variables 3375 1726883359.98781: in VariableManager get_vars() 3375 1726883359.98787: Calling all_inventory to load vars for managed_node3 3375 1726883359.98789: Calling groups_inventory to load vars for managed_node3 3375 1726883359.98790: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883359.98793: Calling all_plugins_play to load vars for managed_node3 3375 1726883359.98795: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883359.98796: Calling groups_plugins_play to load vars for managed_node3 3375 1726883359.98816: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883359.98825: done with get_vars() 3375 1726883359.98832: done queuing things up, now waiting for results queue to drain 3375 1726883359.98833: results queue empty 3375 1726883359.98834: checking for any_errors_fatal 3375 1726883359.98834: done checking for any_errors_fatal 3375 1726883359.98835: checking for max_fail_percentage 3375 1726883359.98836: done checking for max_fail_percentage 3375 1726883359.98836: checking to see if all hosts have failed and the running result is not ok 3375 1726883359.98836: done checking to see if all hosts have failed 3375 1726883359.98837: getting the remaining hosts for this loop 3375 1726883359.98838: done getting the remaining hosts for this loop 3375 1726883359.98839: getting the next task for host managed_node3 3375 1726883359.98844: done getting next task for host managed_node3 3375 1726883359.98845: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 3375 1726883359.98846: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3375 1726883359.98848: getting variables 3375 1726883359.98848: in VariableManager get_vars() 3375 1726883359.98853: Calling all_inventory to load vars for managed_node3 3375 1726883359.98854: Calling groups_inventory to load vars for managed_node3 3375 1726883359.98856: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883359.98858: Calling all_plugins_play to load vars for managed_node3 3375 1726883359.98860: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883359.98862: Calling groups_plugins_play to load vars for managed_node3 3375 1726883359.98882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883359.98895: done with get_vars() 3375 1726883359.98901: done getting variables 3375 1726883359.98941: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:49:19 -0400 (0:00:00.010) 0:00:00.010 ****** 3375 1726883359.98961: entering _queue_task() for managed_node3/set_fact 3375 1726883359.98962: Creating lock for set_fact 3375 1726883360.00241: worker is 1 (out of 1 available) 3375 1726883360.00253: exiting _queue_task() for managed_node3/set_fact 3375 1726883360.00264: done queuing things up, now waiting for results queue to drain 3375 1726883360.00266: waiting for pending results... 3375 1726883360.00405: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 3375 1726883360.00525: in run() - task 12996e06-ef67-26e4-b3b6-00000000000c 3375 1726883360.00531: variable 'ansible_search_path' from source: unknown 3375 1726883360.00534: variable 'ansible_search_path' from source: unknown 3375 1726883360.00537: calling self._execute() 3375 1726883360.00603: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.00607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.00615: variable 'omit' from source: magic vars 3375 1726883360.00691: variable 'omit' from source: magic vars 3375 1726883360.00729: variable 'omit' from source: magic vars 3375 1726883360.01111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3375 1726883360.01238: Loaded config def from plugin (lookup/env) 3375 1726883360.01244: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 3375 1726883360.01291: variable 'omit' from source: magic vars 3375 1726883360.01312: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3375 1726883360.01333: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3375 1726883360.01349: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3375 1726883360.01362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3375 1726883360.01371: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3375 1726883360.01394: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3375 1726883360.01400: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.01403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.01466: Set connection var ansible_pipelining to False 3375 1726883360.01469: Set connection var ansible_shell_type to sh 3375 1726883360.01478: Set connection var ansible_timeout to 10 3375 1726883360.01485: Set connection var ansible_connection to ssh 3375 1726883360.01491: Set connection var ansible_shell_executable to /bin/sh 3375 1726883360.01499: Set connection var ansible_module_compression to ZIP_DEFLATED 3375 1726883360.01515: variable 'ansible_shell_executable' from source: unknown 3375 1726883360.01520: variable 'ansible_connection' from source: unknown 3375 1726883360.01523: variable 'ansible_module_compression' from source: unknown 3375 1726883360.01526: variable 'ansible_shell_type' from source: unknown 3375 1726883360.01529: variable 'ansible_shell_executable' from source: unknown 3375 1726883360.01531: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.01534: variable 'ansible_pipelining' from source: unknown 3375 1726883360.01536: variable 'ansible_timeout' from source: unknown 3375 1726883360.01539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.01622: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3375 1726883360.01628: variable 'omit' from source: magic vars 3375 1726883360.01634: starting attempt loop 3375 1726883360.01637: running the handler 3375 1726883360.01645: handler run complete 3375 1726883360.01654: attempt loop complete, returning result 3375 1726883360.01657: _execute() done 3375 1726883360.01660: dumping result to json 3375 1726883360.01664: done dumping result, returning 3375 1726883360.01672: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [12996e06-ef67-26e4-b3b6-00000000000c] 3375 1726883360.01676: sending task result for task 12996e06-ef67-26e4-b3b6-00000000000c 3375 1726883360.01760: done sending task result for task 12996e06-ef67-26e4-b3b6-00000000000c 3375 1726883360.01764: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 3375 1726883360.01841: no more pending results, returning what we have 3375 1726883360.01843: results queue empty 3375 1726883360.01844: checking for any_errors_fatal 3375 1726883360.01846: done checking for any_errors_fatal 3375 1726883360.01846: checking for max_fail_percentage 3375 1726883360.01848: done checking for max_fail_percentage 3375 1726883360.01848: checking to see if all hosts have failed and the running result is not ok 3375 1726883360.01849: done checking to see if all hosts have failed 3375 1726883360.01850: getting the remaining hosts for this loop 3375 1726883360.01851: done getting the remaining hosts for this loop 3375 1726883360.01854: getting the next task for host managed_node3 3375 1726883360.01860: done getting next task for host managed_node3 3375 1726883360.01862: ^ task is: TASK: Import test data 3375 1726883360.01865: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3375 1726883360.01868: getting variables 3375 1726883360.01869: in VariableManager get_vars() 3375 1726883360.01894: Calling all_inventory to load vars for managed_node3 3375 1726883360.01899: Calling groups_inventory to load vars for managed_node3 3375 1726883360.01902: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883360.01911: Calling all_plugins_play to load vars for managed_node3 3375 1726883360.01913: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883360.01916: Calling groups_plugins_play to load vars for managed_node3 3375 1726883360.01946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.01962: done with get_vars() 3375 1726883360.01967: done getting variables 3375 1726883360.02045: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:49:20 -0400 (0:00:00.031) 0:00:00.041 ****** 3375 1726883360.02067: entering _queue_task() for managed_node3/include_vars 3375 1726883360.02068: Creating lock for include_vars 3375 1726883360.02264: worker is 1 (out of 1 available) 3375 1726883360.02279: exiting _queue_task() for managed_node3/include_vars 3375 1726883360.02291: done queuing things up, now waiting for results queue to drain 3375 1726883360.02293: waiting for pending results... 3375 1726883360.02419: running TaskExecutor() for managed_node3/TASK: Import test data 3375 1726883360.02488: in run() - task 12996e06-ef67-26e4-b3b6-00000000000e 3375 1726883360.02500: variable 'ansible_search_path' from source: unknown 3375 1726883360.02504: variable 'ansible_search_path' from source: unknown 3375 1726883360.02529: calling self._execute() 3375 1726883360.02576: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.02582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.02590: variable 'omit' from source: magic vars 3375 1726883360.02923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3375 1726883360.04411: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3375 1726883360.04454: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3375 1726883360.04482: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3375 1726883360.04512: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3375 1726883360.04533: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3375 1726883360.04594: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3375 1726883360.04618: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3375 1726883360.04638: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3375 1726883360.04666: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3375 1726883360.04679: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3375 1726883360.04760: variable 'lsr_rhc_test_data_file' from source: set_fact 3375 1726883360.04783: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 3375 1726883360.04787: when evaluation is False, skipping this task 3375 1726883360.04789: _execute() done 3375 1726883360.04792: dumping result to json 3375 1726883360.04794: done dumping result, returning 3375 1726883360.04802: done running TaskExecutor() for managed_node3/TASK: Import test data [12996e06-ef67-26e4-b3b6-00000000000e] 3375 1726883360.04805: sending task result for task 12996e06-ef67-26e4-b3b6-00000000000e 3375 1726883360.04884: done sending task result for task 12996e06-ef67-26e4-b3b6-00000000000e 3375 1726883360.04887: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 3375 1726883360.04949: no more pending results, returning what we have 3375 1726883360.04952: results queue empty 3375 1726883360.04953: checking for any_errors_fatal 3375 1726883360.04958: done checking for any_errors_fatal 3375 1726883360.04959: checking for max_fail_percentage 3375 1726883360.04960: done checking for max_fail_percentage 3375 1726883360.04961: checking to see if all hosts have failed and the running result is not ok 3375 1726883360.04962: done checking to see if all hosts have failed 3375 1726883360.04962: getting the remaining hosts for this loop 3375 1726883360.04964: done getting the remaining hosts for this loop 3375 1726883360.04967: getting the next task for host managed_node3 3375 1726883360.04971: done getting next task for host managed_node3 3375 1726883360.04975: ^ task is: TASK: Get facts for external test data 3375 1726883360.04977: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3375 1726883360.04981: getting variables 3375 1726883360.04982: in VariableManager get_vars() 3375 1726883360.05005: Calling all_inventory to load vars for managed_node3 3375 1726883360.05008: Calling groups_inventory to load vars for managed_node3 3375 1726883360.05011: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883360.05019: Calling all_plugins_play to load vars for managed_node3 3375 1726883360.05022: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883360.05025: Calling groups_plugins_play to load vars for managed_node3 3375 1726883360.05052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.05068: done with get_vars() 3375 1726883360.05075: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 21:49:20 -0400 (0:00:00.030) 0:00:00.072 ****** 3375 1726883360.05138: entering _queue_task() for managed_node3/setup 3375 1726883360.05311: worker is 1 (out of 1 available) 3375 1726883360.05323: exiting _queue_task() for managed_node3/setup 3375 1726883360.05333: done queuing things up, now waiting for results queue to drain 3375 1726883360.05335: waiting for pending results... 3375 1726883360.05448: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 3375 1726883360.05526: in run() - task 12996e06-ef67-26e4-b3b6-00000000000f 3375 1726883360.05537: variable 'ansible_search_path' from source: unknown 3375 1726883360.05541: variable 'ansible_search_path' from source: unknown 3375 1726883360.05574: calling self._execute() 3375 1726883360.05626: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.05631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.05639: variable 'omit' from source: magic vars 3375 1726883360.06028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3375 1726883360.07521: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3375 1726883360.07565: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3375 1726883360.07594: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3375 1726883360.07622: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3375 1726883360.07651: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3375 1726883360.07714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3375 1726883360.07737: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3375 1726883360.07759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3375 1726883360.07790: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3375 1726883360.07804: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3375 1726883360.07887: variable 'lsr_rhc_test_data_file' from source: set_fact 3375 1726883360.07910: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 3375 1726883360.07913: when evaluation is False, skipping this task 3375 1726883360.07917: _execute() done 3375 1726883360.07919: dumping result to json 3375 1726883360.07922: done dumping result, returning 3375 1726883360.07924: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [12996e06-ef67-26e4-b3b6-00000000000f] 3375 1726883360.07930: sending task result for task 12996e06-ef67-26e4-b3b6-00000000000f 3375 1726883360.08010: done sending task result for task 12996e06-ef67-26e4-b3b6-00000000000f 3375 1726883360.08013: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 3375 1726883360.08055: no more pending results, returning what we have 3375 1726883360.08058: results queue empty 3375 1726883360.08059: checking for any_errors_fatal 3375 1726883360.08062: done checking for any_errors_fatal 3375 1726883360.08063: checking for max_fail_percentage 3375 1726883360.08064: done checking for max_fail_percentage 3375 1726883360.08065: checking to see if all hosts have failed and the running result is not ok 3375 1726883360.08066: done checking to see if all hosts have failed 3375 1726883360.08067: getting the remaining hosts for this loop 3375 1726883360.08068: done getting the remaining hosts for this loop 3375 1726883360.08073: getting the next task for host managed_node3 3375 1726883360.08080: done getting next task for host managed_node3 3375 1726883360.08082: ^ task is: TASK: Set local lsr_rhc_test_data 3375 1726883360.08086: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3375 1726883360.08088: getting variables 3375 1726883360.08089: in VariableManager get_vars() 3375 1726883360.08112: Calling all_inventory to load vars for managed_node3 3375 1726883360.08114: Calling groups_inventory to load vars for managed_node3 3375 1726883360.08117: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883360.08134: Calling all_plugins_play to load vars for managed_node3 3375 1726883360.08137: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883360.08140: Calling groups_plugins_play to load vars for managed_node3 3375 1726883360.08168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.08205: done with get_vars() 3375 1726883360.08210: done getting variables 3375 1726883360.08254: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:49:20 -0400 (0:00:00.031) 0:00:00.103 ****** 3375 1726883360.08276: entering _queue_task() for managed_node3/include_vars 3375 1726883360.08432: worker is 1 (out of 1 available) 3375 1726883360.08443: exiting _queue_task() for managed_node3/include_vars 3375 1726883360.08452: done queuing things up, now waiting for results queue to drain 3375 1726883360.08454: waiting for pending results... 3375 1726883360.08575: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 3375 1726883360.08652: in run() - task 12996e06-ef67-26e4-b3b6-000000000011 3375 1726883360.08663: variable 'ansible_search_path' from source: unknown 3375 1726883360.08667: variable 'ansible_search_path' from source: unknown 3375 1726883360.08704: calling self._execute() 3375 1726883360.08748: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.08751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.08759: variable 'omit' from source: magic vars 3375 1726883360.09094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3375 1726883360.10553: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3375 1726883360.10606: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3375 1726883360.10634: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3375 1726883360.10662: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3375 1726883360.10685: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3375 1726883360.10746: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3375 1726883360.10769: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3375 1726883360.10789: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3375 1726883360.10820: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3375 1726883360.10831: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3375 1726883360.10916: variable 'lsr_rhc_test_data_file' from source: set_fact 3375 1726883360.10937: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 3375 1726883360.10942: variable 'omit' from source: magic vars 3375 1726883360.10984: variable 'omit' from source: magic vars 3375 1726883360.11013: variable 'omit' from source: magic vars 3375 1726883360.11031: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3375 1726883360.11052: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3375 1726883360.11065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3375 1726883360.11082: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3375 1726883360.11092: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3375 1726883360.11108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 3375 1726883360.11121: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 3375 1726883360.11142: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3375 1726883360.11145: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.11148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.11230: Set connection var ansible_pipelining to False 3375 1726883360.11234: Set connection var ansible_shell_type to sh 3375 1726883360.11240: Set connection var ansible_timeout to 10 3375 1726883360.11247: Set connection var ansible_connection to ssh 3375 1726883360.11253: Set connection var ansible_shell_executable to /bin/sh 3375 1726883360.11258: Set connection var ansible_module_compression to ZIP_DEFLATED 3375 1726883360.11275: variable 'ansible_shell_executable' from source: unknown 3375 1726883360.11278: variable 'ansible_connection' from source: unknown 3375 1726883360.11281: variable 'ansible_module_compression' from source: unknown 3375 1726883360.11284: variable 'ansible_shell_type' from source: unknown 3375 1726883360.11287: variable 'ansible_shell_executable' from source: unknown 3375 1726883360.11290: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.11294: variable 'ansible_pipelining' from source: unknown 3375 1726883360.11296: variable 'ansible_timeout' from source: unknown 3375 1726883360.11308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.11376: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3375 1726883360.11383: variable 'omit' from source: magic vars 3375 1726883360.11388: starting attempt loop 3375 1726883360.11391: running the handler 3375 1726883360.11404: evaluation_path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 3375 1726883360.11426: search_path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 3375 1726883360.11526: handler run complete 3375 1726883360.11533: attempt loop complete, returning result 3375 1726883360.11536: _execute() done 3375 1726883360.11539: dumping result to json 3375 1726883360.11545: done dumping result, returning 3375 1726883360.11551: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [12996e06-ef67-26e4-b3b6-000000000011] 3375 1726883360.11555: sending task result for task 12996e06-ef67-26e4-b3b6-000000000011 3375 1726883360.11656: done sending task result for task 12996e06-ef67-26e4-b3b6-000000000011 3375 1726883360.11659: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 3375 1726883360.11760: no more pending results, returning what we have 3375 1726883360.11763: results queue empty 3375 1726883360.11764: checking for any_errors_fatal 3375 1726883360.11767: done checking for any_errors_fatal 3375 1726883360.11768: checking for max_fail_percentage 3375 1726883360.11770: done checking for max_fail_percentage 3375 1726883360.11770: checking to see if all hosts have failed and the running result is not ok 3375 1726883360.11771: done checking to see if all hosts have failed 3375 1726883360.11779: getting the remaining hosts for this loop 3375 1726883360.11781: done getting the remaining hosts for this loop 3375 1726883360.11784: getting the next task for host managed_node3 3375 1726883360.11789: done getting next task for host managed_node3 3375 1726883360.11791: ^ task is: TASK: Check if system is ostree 3375 1726883360.11793: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3375 1726883360.11795: getting variables 3375 1726883360.11796: in VariableManager get_vars() 3375 1726883360.11814: Calling all_inventory to load vars for managed_node3 3375 1726883360.11816: Calling groups_inventory to load vars for managed_node3 3375 1726883360.11818: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883360.11824: Calling all_plugins_play to load vars for managed_node3 3375 1726883360.11826: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883360.11827: Calling groups_plugins_play to load vars for managed_node3 3375 1726883360.11853: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.11870: done with get_vars() 3375 1726883360.11877: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 21:49:20 -0400 (0:00:00.036) 0:00:00.140 ****** 3375 1726883360.11943: entering _queue_task() for managed_node3/stat 3375 1726883360.12109: worker is 1 (out of 1 available) 3375 1726883360.12122: exiting _queue_task() for managed_node3/stat 3375 1726883360.12133: done queuing things up, now waiting for results queue to drain 3375 1726883360.12134: waiting for pending results... 3375 1726883360.12267: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 3375 1726883360.12344: in run() - task 12996e06-ef67-26e4-b3b6-000000000013 3375 1726883360.12357: variable 'ansible_search_path' from source: unknown 3375 1726883360.12360: variable 'ansible_search_path' from source: unknown 3375 1726883360.12388: calling self._execute() 3375 1726883360.12434: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.12444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.12452: variable 'omit' from source: magic vars 3375 1726883360.12789: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3375 1726883360.12985: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3375 1726883360.13019: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3375 1726883360.13043: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3375 1726883360.13068: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3375 1726883360.13136: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 3375 1726883360.13154: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 3375 1726883360.13174: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 3375 1726883360.13195: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 3375 1726883360.13282: Evaluated conditional (not __rhc_is_ostree is defined): True 3375 1726883360.13285: variable 'omit' from source: magic vars 3375 1726883360.13330: variable 'omit' from source: magic vars 3375 1726883360.13356: variable 'omit' from source: magic vars 3375 1726883360.13376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3375 1726883360.13401: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3375 1726883360.13413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3375 1726883360.13430: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3375 1726883360.13439: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3375 1726883360.13452: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 3375 1726883360.13465: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 3375 1726883360.13489: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3375 1726883360.13492: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.13495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.13576: Set connection var ansible_pipelining to False 3375 1726883360.13582: Set connection var ansible_shell_type to sh 3375 1726883360.13588: Set connection var ansible_timeout to 10 3375 1726883360.13595: Set connection var ansible_connection to ssh 3375 1726883360.13602: Set connection var ansible_shell_executable to /bin/sh 3375 1726883360.13605: Set connection var ansible_module_compression to ZIP_DEFLATED 3375 1726883360.13622: variable 'ansible_shell_executable' from source: unknown 3375 1726883360.13625: variable 'ansible_connection' from source: unknown 3375 1726883360.13628: variable 'ansible_module_compression' from source: unknown 3375 1726883360.13630: variable 'ansible_shell_type' from source: unknown 3375 1726883360.13635: variable 'ansible_shell_executable' from source: unknown 3375 1726883360.13637: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.13639: variable 'ansible_pipelining' from source: unknown 3375 1726883360.13642: variable 'ansible_timeout' from source: unknown 3375 1726883360.13650: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.13748: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3375 1726883360.13754: variable 'omit' from source: magic vars 3375 1726883360.13763: starting attempt loop 3375 1726883360.13766: running the handler 3375 1726883360.13776: _low_level_execute_command(): starting 3375 1726883360.13783: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3375 1726883360.14295: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3375 1726883360.14303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.14306: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3375 1726883360.14308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.14362: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3375 1726883360.14366: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3375 1726883360.14368: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3375 1726883360.14429: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3375 1726883360.16281: stdout chunk (state=3): >>>/root <<< 3375 1726883360.16389: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3375 1726883360.16435: stderr chunk (state=3): >>><<< 3375 1726883360.16439: stdout chunk (state=3): >>><<< 3375 1726883360.16455: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3375 1726883360.16472: _low_level_execute_command(): starting 3375 1726883360.16477: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766 `" && echo ansible-tmp-1726883360.1645582-3382-55990738561766="` echo /root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766 `" ) && sleep 0' 3375 1726883360.17057: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.17062: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3375 1726883360.17097: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3375 1726883360.17139: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3375 1726883360.19170: stdout chunk (state=3): >>>ansible-tmp-1726883360.1645582-3382-55990738561766=/root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766 <<< 3375 1726883360.19285: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3375 1726883360.19326: stderr chunk (state=3): >>><<< 3375 1726883360.19330: stdout chunk (state=3): >>><<< 3375 1726883360.19345: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883360.1645582-3382-55990738561766=/root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3375 1726883360.19385: variable 'ansible_module_compression' from source: unknown 3375 1726883360.19424: ANSIBALLZ: Using lock for stat 3375 1726883360.19427: ANSIBALLZ: Acquiring lock 3375 1726883360.19430: ANSIBALLZ: Lock acquired: 140382834945792 3375 1726883360.19432: ANSIBALLZ: Creating module 3375 1726883360.27635: ANSIBALLZ: Writing module into payload 3375 1726883360.27710: ANSIBALLZ: Writing module 3375 1726883360.27727: ANSIBALLZ: Renaming module 3375 1726883360.27731: ANSIBALLZ: Done creating module 3375 1726883360.27743: variable 'ansible_facts' from source: unknown 3375 1726883360.27749: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3375 1726883360.27758: _low_level_execute_command(): starting 3375 1726883360.27763: _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' 3375 1726883360.28221: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3375 1726883360.28225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found <<< 3375 1726883360.28227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.28229: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration <<< 3375 1726883360.28231: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3375 1726883360.28234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.28282: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3375 1726883360.28296: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3375 1726883360.28348: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3375 1726883360.30123: stdout chunk (state=3): >>>PLATFORM <<< 3375 1726883360.30206: stdout chunk (state=3): >>>Linux <<< 3375 1726883360.30225: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 3375 1726883360.30231: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 3375 1726883360.30369: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3375 1726883360.30420: stderr chunk (state=3): >>><<< 3375 1726883360.30423: stdout chunk (state=3): >>><<< 3375 1726883360.30438: _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.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3375 1726883360.30447 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 3375 1726883360.30478: _low_level_execute_command(): starting 3375 1726883360.30481: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 3375 1726883360.30560: Sending initial data 3375 1726883360.30563: Sent initial data (1181 bytes) 3375 1726883360.30922: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3375 1726883360.30927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found <<< 3375 1726883360.30931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.30933: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3375 1726883360.30935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3375 1726883360.30939: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.30990: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3375 1726883360.30994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3375 1726883360.31038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3375 1726883360.34643: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} <<< 3375 1726883360.35090: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3375 1726883360.35129: stderr chunk (state=3): >>><<< 3375 1726883360.35133: stdout chunk (state=3): >>><<< 3375 1726883360.35145: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3375 1726883360.35210: variable 'ansible_facts' from source: unknown 3375 1726883360.35213: variable 'ansible_facts' from source: unknown 3375 1726883360.35217: variable 'ansible_module_compression' from source: unknown 3375 1726883360.35250: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3375hmn1ggen/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3375 1726883360.35262: variable 'ansible_facts' from source: unknown 3375 1726883360.35311: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/AnsiballZ_stat.py 3375 1726883360.35410: Sending initial data 3375 1726883360.35413: Sent initial data (150 bytes) 3375 1726883360.35853: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3375 1726883360.35856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3375 1726883360.35859: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.35861: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3375 1726883360.35863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found <<< 3375 1726883360.35865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.35910: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK <<< 3375 1726883360.35928: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3375 1726883360.35975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3375 1726883360.37629: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 3375 1726883360.37634: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3375 1726883360.37676: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3375 1726883360.37727: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3375hmn1ggen/tmp8ft8dss8 /root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/AnsiballZ_stat.py <<< 3375 1726883360.37731: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/AnsiballZ_stat.py" <<< 3375 1726883360.37775: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3375hmn1ggen/tmp8ft8dss8" to remote "/root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/AnsiballZ_stat.py" <<< 3375 1726883360.38347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3375 1726883360.38404: stderr chunk (state=3): >>><<< 3375 1726883360.38407: stdout chunk (state=3): >>><<< 3375 1726883360.38427: done transferring module to remote 3375 1726883360.38490: _low_level_execute_command(): starting 3375 1726883360.38493: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/ /root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/AnsiballZ_stat.py && sleep 0' 3375 1726883360.38945: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3375 1726883360.38972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found <<< 3375 1726883360.38977: 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.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.39041: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3375 1726883360.39092: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3375 1726883360.40974: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3375 1726883360.41020: stderr chunk (state=3): >>><<< 3375 1726883360.41023: stdout chunk (state=3): >>><<< 3375 1726883360.41036: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3375 1726883360.41039: _low_level_execute_command(): starting 3375 1726883360.41053: _low_level_execute_command(): using become for this command 3375 1726883360.41136: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kpainntwezrwlkevuqeyzghfkkpxvyuj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/AnsiballZ_stat.py'"'"' && sleep 0' 3375 1726883360.41324: Initial state: awaiting_escalation: BECOME-SUCCESS-kpainntwezrwlkevuqeyzghfkkpxvyuj 3375 1726883360.41641: stderr chunk (state=1): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3375 1726883360.41746: 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.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.41756: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3375 1726883360.41806: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 3375 1726883360.45168: stdout chunk (state=1): >>>BECOME-SUCCESS-kpainntwezrwlkevuqeyzghfkkpxvyuj <<< 3375 1726883360.45172: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kpainntwezrwlkevuqeyzghfkkpxvyuj' 3375 1726883360.45539: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 3375 1726883360.45579: stdout chunk (state=3): >>>import _imp # builtin <<< 3375 1726883360.45608: stdout chunk (state=3): >>>import '_thread' # <<< 3375 1726883360.45616: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 3375 1726883360.45692: stdout chunk (state=3): >>>import '_io' # <<< 3375 1726883360.45699: stdout chunk (state=3): >>>import 'marshal' # <<< 3375 1726883360.45735: stdout chunk (state=3): >>>import 'posix' # <<< 3375 1726883360.45769: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 3375 1726883360.45777: stdout chunk (state=3): >>># installing zipimport hook <<< 3375 1726883360.45796: stdout chunk (state=3): >>>import 'time' # <<< 3375 1726883360.45809: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 3375 1726883360.45864: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 3375 1726883360.45867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.45895: stdout chunk (state=3): >>>import '_codecs' # <<< 3375 1726883360.45915: stdout chunk (state=3): >>>import 'codecs' # <<< 3375 1726883360.45959: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 3375 1726883360.45982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 3375 1726883360.46001: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7ebba4410> <<< 3375 1726883360.46004: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7ebb73a10> <<< 3375 1726883360.46032: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 3375 1726883360.46041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 3375 1726883360.46052: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7ebba6990> <<< 3375 1726883360.46070: stdout chunk (state=3): >>>import '_signal' # <<< 3375 1726883360.46102: stdout chunk (state=3): >>>import '_abc' # <<< 3375 1726883360.46105: stdout chunk (state=3): >>>import 'abc' # <<< 3375 1726883360.46127: stdout chunk (state=3): >>>import 'io' # <<< 3375 1726883360.46177: stdout chunk (state=3): >>>import '_stat' # <<< 3375 1726883360.46180: stdout chunk (state=3): >>>import 'stat' # <<< 3375 1726883360.46276: stdout chunk (state=3): >>>import '_collections_abc' # <<< 3375 1726883360.46302: stdout chunk (state=3): >>>import 'genericpath' # <<< 3375 1726883360.46307: stdout chunk (state=3): >>>import 'posixpath' # <<< 3375 1726883360.46341: stdout chunk (state=3): >>>import 'os' # <<< 3375 1726883360.46348: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 3375 1726883360.46395: stdout chunk (state=3): >>>Processing user site-packages <<< 3375 1726883360.46401: stdout chunk (state=3): >>>Processing global site-packages <<< 3375 1726883360.46403: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 3375 1726883360.46406: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 3375 1726883360.46425: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 3375 1726883360.46443: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 3375 1726883360.46452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 3375 1726883360.46474: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb979010> <<< 3375 1726883360.46536: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 3375 1726883360.46548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.46566: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb979e50> <<< 3375 1726883360.46588: stdout chunk (state=3): >>>import 'site' # <<< 3375 1726883360.46618: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 3375 1726883360.46863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 3375 1726883360.46884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 3375 1726883360.46904: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 3375 1726883360.46915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.46939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 3375 1726883360.46989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 3375 1726883360.47000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 3375 1726883360.47033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 3375 1726883360.47047: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b7d40> <<< 3375 1726883360.47076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 3375 1726883360.47085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 3375 1726883360.47118: stdout chunk (state=3): >>>import '_operator' # <<< 3375 1726883360.47123: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b7f80> <<< 3375 1726883360.47143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 3375 1726883360.47171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 3375 1726883360.47202: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 3375 1726883360.47249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.47276: stdout chunk (state=3): >>>import 'itertools' # <<< 3375 1726883360.47301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 3375 1726883360.47307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9ef740> <<< 3375 1726883360.47319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 3375 1726883360.47338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 3375 1726883360.47342: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9efdd0> <<< 3375 1726883360.47363: stdout chunk (state=3): >>>import '_collections' # <<< 3375 1726883360.47414: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9cfa10> <<< 3375 1726883360.47431: stdout chunk (state=3): >>>import '_functools' # <<< 3375 1726883360.47459: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9cd130> <<< 3375 1726883360.47563: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b4ef0> <<< 3375 1726883360.47588: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 3375 1726883360.47613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 3375 1726883360.47623: stdout chunk (state=3): >>>import '_sre' # <<< 3375 1726883360.47653: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 3375 1726883360.47678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 3375 1726883360.47708: 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' <<< 3375 1726883360.47749: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba13710> <<< 3375 1726883360.47759: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba12330> <<< 3375 1726883360.47804: 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 0x7fc7eb9cdfd0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba10b00> <<< 3375 1726883360.47850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 3375 1726883360.47873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba407d0> <<< 3375 1726883360.47878: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b4170> <<< 3375 1726883360.47899: 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' <<< 3375 1726883360.47930: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.47947: 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 0x7fc7eba40c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba40b30> <<< 3375 1726883360.47985: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.47995: 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 0x7fc7eba40ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b2c90> <<< 3375 1726883360.48037: 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' <<< 3375 1726883360.48061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 3375 1726883360.48091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 3375 1726883360.48114: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba41580> <<< 3375 1726883360.48119: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba41280> import 'importlib.machinery' # <<< 3375 1726883360.48158: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 3375 1726883360.48171: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba42480> <<< 3375 1726883360.48195: stdout chunk (state=3): >>>import 'importlib.util' # <<< 3375 1726883360.48200: stdout chunk (state=3): >>>import 'runpy' # <<< 3375 1726883360.48230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 3375 1726883360.48268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 3375 1726883360.48295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 3375 1726883360.48305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba5c6b0> <<< 3375 1726883360.48317: stdout chunk (state=3): >>>import 'errno' # <<< 3375 1726883360.48343: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.48369: 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 0x7fc7eba5ddf0> <<< 3375 1726883360.48383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 3375 1726883360.48397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 3375 1726883360.48417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 3375 1726883360.48444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 3375 1726883360.48447: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba5ec90> <<< 3375 1726883360.48494: 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 0x7fc7eba5f2f0> <<< 3375 1726883360.48499: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba5e1e0> <<< 3375 1726883360.48518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 3375 1726883360.48538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 3375 1726883360.48587: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.48599: 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 0x7fc7eba5fd70> <<< 3375 1726883360.48603: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba5f4a0> <<< 3375 1726883360.48652: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba424e0> <<< 3375 1726883360.48677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 3375 1726883360.48709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 3375 1726883360.48724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 3375 1726883360.48752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 3375 1726883360.48792: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb82fcb0> <<< 3375 1726883360.48818: 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' <<< 3375 1726883360.48850: 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' <<< 3375 1726883360.48855: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb858770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb8584d0> <<< 3375 1726883360.48890: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.48895: 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 0x7fc7eb8586b0> <<< 3375 1726883360.48921: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb8588f0> <<< 3375 1726883360.48943: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb82de50> <<< 3375 1726883360.48966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 3375 1726883360.49095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 3375 1726883360.49115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 3375 1726883360.49136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 3375 1726883360.49141: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb859fd0> <<< 3375 1726883360.49175: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb858c50> <<< 3375 1726883360.49187: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba42bd0> <<< 3375 1726883360.49218: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 3375 1726883360.49277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.49299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 3375 1726883360.49345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 3375 1726883360.49380: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb886390> <<< 3375 1726883360.49429: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 3375 1726883360.49450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.49469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 3375 1726883360.49497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 3375 1726883360.49549: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb89e4e0> <<< 3375 1726883360.49578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 3375 1726883360.49616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 3375 1726883360.49681: stdout chunk (state=3): >>>import 'ntpath' # <<< 3375 1726883360.49701: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb8d7200> <<< 3375 1726883360.49726: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 3375 1726883360.49768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 3375 1726883360.49798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 3375 1726883360.49841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 3375 1726883360.49941: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb8f99a0> <<< 3375 1726883360.50026: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb8d7320> <<< 3375 1726883360.50073: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb89f170> <<< 3375 1726883360.50107: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 3375 1726883360.50116: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6d8290> <<< 3375 1726883360.50138: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb89d520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb85af30> <<< 3375 1726883360.50240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 3375 1726883360.50265: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc7eb89d640> <<< 3375 1726883360.50349: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_cjpntizv/ansible_stat_payload.zip' <<< 3375 1726883360.50365: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.50511: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.50541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 3375 1726883360.50552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 3375 1726883360.50605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 3375 1726883360.50687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 3375 1726883360.50721: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb72dfd0> <<< 3375 1726883360.50728: stdout chunk (state=3): >>>import '_typing' # <<< 3375 1726883360.50935: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb704ec0> <<< 3375 1726883360.50942: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6dbf80> # zipimport: zlib available <<< 3375 1726883360.50982: stdout chunk (state=3): >>>import 'ansible' # <<< 3375 1726883360.50989: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.51005: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.51017: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.51038: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 3375 1726883360.51049: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.52646: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.53973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 3375 1726883360.53994: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb707e30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 3375 1726883360.54010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.54030: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 3375 1726883360.54044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 3375 1726883360.54079: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 3375 1726883360.54082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 3375 1726883360.54113: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.54120: 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 0x7fc7eb759910> <<< 3375 1726883360.54159: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb7596a0> <<< 3375 1726883360.54199: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb758fb0> <<< 3375 1726883360.54214: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 3375 1726883360.54229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 3375 1726883360.54278: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb759430> <<< 3375 1726883360.54281: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb72ec60> <<< 3375 1726883360.54286: stdout chunk (state=3): >>>import 'atexit' # <<< 3375 1726883360.54321: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.54332: 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 0x7fc7eb75a6f0> <<< 3375 1726883360.54347: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.54353: 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 0x7fc7eb75a930> <<< 3375 1726883360.54381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 3375 1726883360.54433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 3375 1726883360.54452: stdout chunk (state=3): >>>import '_locale' # <<< 3375 1726883360.54501: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb75ae70> <<< 3375 1726883360.54519: stdout chunk (state=3): >>>import 'pwd' # <<< 3375 1726883360.54530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 3375 1726883360.54565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 3375 1726883360.54605: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5b8b60> <<< 3375 1726883360.54641: 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 0x7fc7eb5ba780> <<< 3375 1726883360.54666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 3375 1726883360.54681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 3375 1726883360.54726: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bb110> <<< 3375 1726883360.54737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 3375 1726883360.54782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 3375 1726883360.54791: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bbf50> <<< 3375 1726883360.54819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 3375 1726883360.54861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 3375 1726883360.54890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 3375 1726883360.54895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 3375 1726883360.54952: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bed80> <<< 3375 1726883360.54994: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb5bf0e0> <<< 3375 1726883360.55020: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bd040> <<< 3375 1726883360.55037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 3375 1726883360.55076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 3375 1726883360.55097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 3375 1726883360.55108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 3375 1726883360.55118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 3375 1726883360.55155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 3375 1726883360.55186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 3375 1726883360.55200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5c2c60> <<< 3375 1726883360.55212: stdout chunk (state=3): >>>import '_tokenize' # <<< 3375 1726883360.55288: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5c1730> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5c1490> <<< 3375 1726883360.55312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 3375 1726883360.55317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 3375 1726883360.55408: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5c3fb0> <<< 3375 1726883360.55432: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bd550> <<< 3375 1726883360.55469: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.55476: 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 0x7fc7eb60adb0> <<< 3375 1726883360.55504: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60af30> <<< 3375 1726883360.55527: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 3375 1726883360.55552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 3375 1726883360.55570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 3375 1726883360.55615: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb60cb60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60c920> <<< 3375 1726883360.55636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 3375 1726883360.55762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 3375 1726883360.55819: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb60f110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60d250> <<< 3375 1726883360.55849: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 3375 1726883360.55899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.55923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 3375 1726883360.55930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 3375 1726883360.55944: stdout chunk (state=3): >>>import '_string' # <<< 3375 1726883360.55994: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb616930> <<< 3375 1726883360.56134: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60f2c0> <<< 3375 1726883360.56212: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb617770> <<< 3375 1726883360.56247: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb617b60> <<< 3375 1726883360.56292: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb617b00> <<< 3375 1726883360.56316: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60b230> <<< 3375 1726883360.56332: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 3375 1726883360.56350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 3375 1726883360.56355: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 3375 1726883360.56390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 3375 1726883360.56417: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.56448: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb61b2f0> <<< 3375 1726883360.56619: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.56638: 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 0x7fc7eb61c6e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb619a60> <<< 3375 1726883360.56681: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb61ae10> <<< 3375 1726883360.56693: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb619670> <<< 3375 1726883360.56709: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.56715: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.56736: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 3375 1726883360.56841: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.56937: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.56956: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.56970: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 3375 1726883360.56979: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.56997: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.57005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 3375 1726883360.57015: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.57151: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.57285: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.57921: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.58539: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 3375 1726883360.58554: 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' # <<< 3375 1726883360.58575: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 3375 1726883360.58600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.58656: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb6a0890> <<< 3375 1726883360.58748: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 3375 1726883360.58760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 3375 1726883360.58777: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6a15b0> <<< 3375 1726883360.58787: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb61f140> <<< 3375 1726883360.58842: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 3375 1726883360.58845: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.58885: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.58889: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 3375 1726883360.58908: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.59077: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.59245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 3375 1726883360.59257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6a1250> <<< 3375 1726883360.59279: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.59820: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60331: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60410: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60496: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 3375 1726883360.60506: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60549: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60595: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 3375 1726883360.60605: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60679: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60779: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 3375 1726883360.60784: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60811: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60818: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 3375 1726883360.60832: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60873: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.60917: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 3375 1726883360.60922: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.61187: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.61449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 3375 1726883360.61522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 3375 1726883360.61532: stdout chunk (state=3): >>>import '_ast' # <<< 3375 1726883360.61616: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6a3ef0> <<< 3375 1726883360.61621: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.61709: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.61792: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 3375 1726883360.61801: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 3375 1726883360.61805: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 3375 1726883360.61835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 3375 1726883360.61839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 3375 1726883360.61930: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.62057: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb6ae120> <<< 3375 1726883360.62115: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 3375 1726883360.62121: 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 0x7fc7eb6ae9c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6a2fc0> <<< 3375 1726883360.62147: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62192: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62237: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 3375 1726883360.62244: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62298: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62344: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62415: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62485: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 3375 1726883360.62534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.62623: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb6ad730> <<< 3375 1726883360.62676: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6aeae0> <<< 3375 1726883360.62703: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 3375 1726883360.62718: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62790: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62858: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62894: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.62937: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 3375 1726883360.62942: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 3375 1726883360.62966: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 3375 1726883360.62988: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 3375 1726883360.63014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 3375 1726883360.63080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 3375 1726883360.63105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 3375 1726883360.63116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 3375 1726883360.63185: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb53ec30> <<< 3375 1726883360.63231: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb4b89b0> <<< 3375 1726883360.63323: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6b2a50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6b28a0> <<< 3375 1726883360.63334: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 3375 1726883360.63342: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.63367: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.63403: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 3375 1726883360.63459: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 3375 1726883360.63477: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.63498: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.63506: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 3375 1726883360.63514: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.63668: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.63887: stdout chunk (state=3): >>># zipimport: zlib available <<< 3375 1726883360.64020: 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"}}} <<< 3375 1726883360.64025: stdout chunk (state=3): >>># destroy __main__ <<< 3375 1726883360.64369: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1<<< 3375 1726883360.64437: stdout chunk (state=3): >>> # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 <<< 3375 1726883360.64480: 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 _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale <<< 3375 1726883360.64495: stdout chunk (state=3): >>># cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket <<< 3375 1726883360.64522: stdout chunk (state=3): >>># cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast <<< 3375 1726883360.64551: 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 _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 3375 1726883360.64804: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 3375 1726883360.64810: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 3375 1726883360.64829: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 3375 1726883360.64844: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 3375 1726883360.64864: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 3375 1726883360.64888: stdout chunk (state=3): >>># destroy ntpath <<< 3375 1726883360.64916: 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 <<< 3375 1726883360.64937: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 3375 1726883360.64956: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 3375 1726883360.64961: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 3375 1726883360.64985: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 3375 1726883360.65022: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 3375 1726883360.65025: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 3375 1726883360.65074: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 3375 1726883360.65099: 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 <<< 3375 1726883360.65127: 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 <<< 3375 1726883360.65145: 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 _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 3375 1726883360.65155: 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 <<< 3375 1726883360.65206: 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 <<< 3375 1726883360.65226: 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 <<< 3375 1726883360.65366: stdout chunk (state=3): >>># destroy sys.monitoring <<< 3375 1726883360.65380: stdout chunk (state=3): >>># destroy _socket <<< 3375 1726883360.65383: stdout chunk (state=3): >>># destroy _collections <<< 3375 1726883360.65405: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 3375 1726883360.65422: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 3375 1726883360.65437: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 3375 1726883360.65462: stdout chunk (state=3): >>># destroy _typing <<< 3375 1726883360.65487: 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 <<< 3375 1726883360.65506: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 3375 1726883360.65596: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 3375 1726883360.65601: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 3375 1726883360.65628: stdout chunk (state=3): >>># destroy time <<< 3375 1726883360.65636: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 3375 1726883360.65663: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 3375 1726883360.65699: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 3375 1726883360.65703: stdout chunk (state=3): >>># clear sys.audit hooks <<< 3375 1726883360.66322: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.21 closed. <<< 3375 1726883360.66362: stderr chunk (state=3): >>><<< 3375 1726883360.66365: stdout chunk (state=3): >>><<< 3375 1726883360.66425: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7ebba4410> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7ebb73a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7ebba6990> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb979010> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb979e50> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b7d40> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b7f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9ef740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9efdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9cfa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9cd130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b4ef0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba13710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba12330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9cdfd0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba10b00> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba407d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b4170> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eba40c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba40b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eba40ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb9b2c90> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba41580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba41280> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba42480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba5c6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eba5ddf0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba5ec90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eba5f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba5e1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eba5fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba5f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba424e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb82fcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb858770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb8584d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb8586b0> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb8588f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb82de50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb859fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb858c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eba42bd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb886390> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb89e4e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb8d7200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb8f99a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb8d7320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb89f170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6d8290> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb89d520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb85af30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc7eb89d640> # zipimport: found 30 names in '/tmp/ansible_stat_payload_cjpntizv/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 0x7fc7eb72dfd0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb704ec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6dbf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb707e30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb759910> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb7596a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb758fb0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb759430> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb72ec60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb75a6f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb75a930> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb75ae70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5b8b60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb5ba780> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bb110> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bbf50> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bed80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb5bf0e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bd040> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5c2c60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5c1730> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5c1490> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5c3fb0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb5bd550> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb60adb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60af30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb60cb60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60c920> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb60f110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60d250> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb616930> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60f2c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb617770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb617b60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb617b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb60b230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb61b2f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb61c6e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb619a60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb61ae10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb619670> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb6a0890> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6a15b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb61f140> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6a1250> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6a3ef0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb6ae120> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb6ae9c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6a2fc0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc7eb6ad730> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6aeae0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb53ec30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb4b89b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6b2a50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc7eb6b28a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_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 _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 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 _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.21 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 _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 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 _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 3375 1726883360.66973: 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-1726883360.1645582-3382-55990738561766/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3375 1726883360.66977: _low_level_execute_command(): starting 3375 1726883360.66980: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883360.1645582-3382-55990738561766/ > /dev/null 2>&1 && sleep 0' 3375 1726883360.67146: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3375 1726883360.67150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.67152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3375 1726883360.67154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found <<< 3375 1726883360.67157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3375 1726883360.67205: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3375 1726883360.67209: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3375 1726883360.67268: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3375 1726883360.69192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3375 1726883360.69236: stderr chunk (state=3): >>><<< 3375 1726883360.69240: stdout chunk (state=3): >>><<< 3375 1726883360.69252: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3375 1726883360.69258: handler run complete 3375 1726883360.69274: variable 'ansible_facts' from source: unknown 3375 1726883360.69300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.69322: variable 'ansible_facts' from source: unknown 3375 1726883360.69345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.69355: attempt loop complete, returning result 3375 1726883360.69358: _execute() done 3375 1726883360.69361: dumping result to json 3375 1726883360.69363: done dumping result, returning 3375 1726883360.69377: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [12996e06-ef67-26e4-b3b6-000000000013] 3375 1726883360.69381: sending task result for task 12996e06-ef67-26e4-b3b6-000000000013 3375 1726883360.69469: done sending task result for task 12996e06-ef67-26e4-b3b6-000000000013 3375 1726883360.69474: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 3375 1726883360.69559: no more pending results, returning what we have 3375 1726883360.69562: results queue empty 3375 1726883360.69563: checking for any_errors_fatal 3375 1726883360.69567: done checking for any_errors_fatal 3375 1726883360.69568: checking for max_fail_percentage 3375 1726883360.69570: done checking for max_fail_percentage 3375 1726883360.69570: checking to see if all hosts have failed and the running result is not ok 3375 1726883360.69573: done checking to see if all hosts have failed 3375 1726883360.69574: getting the remaining hosts for this loop 3375 1726883360.69576: done getting the remaining hosts for this loop 3375 1726883360.69580: getting the next task for host managed_node3 3375 1726883360.69585: done getting next task for host managed_node3 3375 1726883360.69588: ^ task is: TASK: Set flag to indicate system is ostree 3375 1726883360.69591: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3375 1726883360.69594: getting variables 3375 1726883360.69596: in VariableManager get_vars() 3375 1726883360.69623: Calling all_inventory to load vars for managed_node3 3375 1726883360.69626: Calling groups_inventory to load vars for managed_node3 3375 1726883360.69629: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883360.69639: Calling all_plugins_play to load vars for managed_node3 3375 1726883360.69641: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883360.69644: Calling groups_plugins_play to load vars for managed_node3 3375 1726883360.69689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.69717: done with get_vars() 3375 1726883360.69726: done getting variables 3375 1726883360.69776: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:49:20 -0400 (0:00:00.578) 0:00:00.718 ****** 3375 1726883360.69808: entering _queue_task() for managed_node3/set_fact 3375 1726883360.69992: worker is 1 (out of 1 available) 3375 1726883360.70002: exiting _queue_task() for managed_node3/set_fact 3375 1726883360.70012: done queuing things up, now waiting for results queue to drain 3375 1726883360.70013: waiting for pending results... 3375 1726883360.70162: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 3375 1726883360.70248: in run() - task 12996e06-ef67-26e4-b3b6-000000000014 3375 1726883360.70260: variable 'ansible_search_path' from source: unknown 3375 1726883360.70263: variable 'ansible_search_path' from source: unknown 3375 1726883360.70294: calling self._execute() 3375 1726883360.70348: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.70354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.70362: variable 'omit' from source: magic vars 3375 1726883360.70752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3375 1726883360.70927: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3375 1726883360.70959: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3375 1726883360.70992: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3375 1726883360.71018: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3375 1726883360.71085: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 3375 1726883360.71108: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 3375 1726883360.71127: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 3375 1726883360.71146: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 3375 1726883360.71239: Evaluated conditional (not __rhc_is_ostree is defined): True 3375 1726883360.71243: variable 'omit' from source: magic vars 3375 1726883360.71283: variable 'omit' from source: magic vars 3375 1726883360.71368: variable '__ostree_booted_stat' from source: set_fact 3375 1726883360.71413: variable 'omit' from source: magic vars 3375 1726883360.71435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3375 1726883360.71454: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3375 1726883360.71468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3375 1726883360.71484: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3375 1726883360.71493: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3375 1726883360.71509: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 3375 1726883360.71522: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 3375 1726883360.71547: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3375 1726883360.71550: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.71553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.71633: Set connection var ansible_pipelining to False 3375 1726883360.71639: Set connection var ansible_shell_type to sh 3375 1726883360.71648: Set connection var ansible_timeout to 10 3375 1726883360.71651: Set connection var ansible_connection to ssh 3375 1726883360.71657: Set connection var ansible_shell_executable to /bin/sh 3375 1726883360.71663: Set connection var ansible_module_compression to ZIP_DEFLATED 3375 1726883360.71682: variable 'ansible_shell_executable' from source: unknown 3375 1726883360.71685: variable 'ansible_connection' from source: unknown 3375 1726883360.71688: variable 'ansible_module_compression' from source: unknown 3375 1726883360.71690: variable 'ansible_shell_type' from source: unknown 3375 1726883360.71692: variable 'ansible_shell_executable' from source: unknown 3375 1726883360.71695: variable 'ansible_host' from source: host vars for 'managed_node3' 3375 1726883360.71702: variable 'ansible_pipelining' from source: unknown 3375 1726883360.71704: variable 'ansible_timeout' from source: unknown 3375 1726883360.71709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3375 1726883360.71786: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3375 1726883360.71793: variable 'omit' from source: magic vars 3375 1726883360.71801: starting attempt loop 3375 1726883360.71804: running the handler 3375 1726883360.71813: handler run complete 3375 1726883360.71820: attempt loop complete, returning result 3375 1726883360.71823: _execute() done 3375 1726883360.71826: dumping result to json 3375 1726883360.71828: done dumping result, returning 3375 1726883360.71834: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [12996e06-ef67-26e4-b3b6-000000000014] 3375 1726883360.71839: sending task result for task 12996e06-ef67-26e4-b3b6-000000000014 3375 1726883360.71921: done sending task result for task 12996e06-ef67-26e4-b3b6-000000000014 3375 1726883360.71924: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 3375 1726883360.71977: no more pending results, returning what we have 3375 1726883360.71979: results queue empty 3375 1726883360.71980: checking for any_errors_fatal 3375 1726883360.71984: done checking for any_errors_fatal 3375 1726883360.71985: checking for max_fail_percentage 3375 1726883360.71986: done checking for max_fail_percentage 3375 1726883360.71987: checking to see if all hosts have failed and the running result is not ok 3375 1726883360.71988: done checking to see if all hosts have failed 3375 1726883360.71989: getting the remaining hosts for this loop 3375 1726883360.71990: done getting the remaining hosts for this loop 3375 1726883360.71993: getting the next task for host managed_node3 3375 1726883360.71999: done getting next task for host managed_node3 3375 1726883360.72000: ^ task is: TASK: meta (end_play) 3375 1726883360.72003: ^ 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? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 3375 1726883360.72006: getting variables 3375 1726883360.72007: in VariableManager get_vars() 3375 1726883360.72030: Calling all_inventory to load vars for managed_node3 3375 1726883360.72037: Calling groups_inventory to load vars for managed_node3 3375 1726883360.72041: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883360.72053: Calling all_plugins_play to load vars for managed_node3 3375 1726883360.72055: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883360.72057: Calling groups_plugins_play to load vars for managed_node3 3375 1726883360.72087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.72103: done with get_vars() 3375 1726883360.72109: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Friday 20 September 2024 21:49:20 -0400 (0:00:00.023) 0:00:00.742 ****** 3375 1726883360.72176: in VariableManager get_vars() 3375 1726883360.72182: Calling all_inventory to load vars for managed_node3 3375 1726883360.72184: Calling groups_inventory to load vars for managed_node3 3375 1726883360.72185: Calling all_plugins_inventory to load vars for managed_node3 3375 1726883360.72189: Calling all_plugins_play to load vars for managed_node3 3375 1726883360.72190: Calling groups_plugins_inventory to load vars for managed_node3 3375 1726883360.72192: Calling groups_plugins_play to load vars for managed_node3 3375 1726883360.72212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3375 1726883360.72224: done with get_vars() 3375 1726883360.72431: variable 'lsr_rhc_test_data' from source: include_vars 3375 1726883360.72447: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 3375 1726883360.72454: done queuing things up, now waiting for results queue to drain 3375 1726883360.72455: results queue empty 3375 1726883360.72456: checking for any_errors_fatal 3375 1726883360.72457: done checking for any_errors_fatal 3375 1726883360.72457: checking for max_fail_percentage 3375 1726883360.72458: done checking for max_fail_percentage 3375 1726883360.72459: checking to see if all hosts have failed and the running result is not ok 3375 1726883360.72459: done checking to see if all hosts have failed 3375 1726883360.72459: getting the remaining hosts for this loop 3375 1726883360.72460: done getting the remaining hosts for this loop 3375 1726883360.72462: getting the next task for host managed_node3 3375 1726883360.72463: host managed_node3 is done iterating, returning 3375 1726883360.72464: done queuing things up, now waiting for results queue to drain 3375 1726883360.72464: results queue empty 3375 1726883360.72465: checking for any_errors_fatal 3375 1726883360.72465: done checking for any_errors_fatal 3375 1726883360.72465: checking for max_fail_percentage 3375 1726883360.72466: done checking for max_fail_percentage 3375 1726883360.72466: checking to see if all hosts have failed and the running result is not ok 3375 1726883360.72467: done checking to see if all hosts have failed 3375 1726883360.72468: getting the next task for host managed_node3 3375 1726883360.72469: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 21:49:20 -0400 (0:00:00.003) 0:00:00.745 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.58s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.04s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Get facts for external test data ---------------------------------------- 0.03s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.03s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Import test data -------------------------------------------------------- 0.03s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Skip if there is no Insights support ------------------------------------ 0.00s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 3375 1726883360.72518: RUNNING CLEANUP