[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. 3669 1726883372.11167: 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 3669 1726883372.11459: Added group all to inventory 3669 1726883372.11460: Added group ungrouped to inventory 3669 1726883372.11463: Group all now contains ungrouped 3669 1726883372.11465: Examining possible inventory source: /tmp/rhc-x4o/inventory.yml 3669 1726883372.20987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 3669 1726883372.21029: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 3669 1726883372.21045: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 3669 1726883372.21088: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 3669 1726883372.21138: Loaded config def from plugin (inventory/script) 3669 1726883372.21140: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 3669 1726883372.21168: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 3669 1726883372.21229: Loaded config def from plugin (inventory/yaml) 3669 1726883372.21232: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 3669 1726883372.21293: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 3669 1726883372.21584: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 3669 1726883372.21587: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 3669 1726883372.21589: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 3669 1726883372.21593: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 3669 1726883372.21596: Loading data from /tmp/rhc-x4o/inventory.yml 3669 1726883372.21638: /tmp/rhc-x4o/inventory.yml was not parsable by auto 3669 1726883372.21684: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 3669 1726883372.21710: Loading data from /tmp/rhc-x4o/inventory.yml 3669 1726883372.21763: group all already in inventory 3669 1726883372.21769: set inventory_file for managed_node1 3669 1726883372.21773: set inventory_dir for managed_node1 3669 1726883372.21774: Added host managed_node1 to inventory 3669 1726883372.21776: Added host managed_node1 to group all 3669 1726883372.21777: set ansible_host for managed_node1 3669 1726883372.21778: set ansible_ssh_extra_args for managed_node1 3669 1726883372.21780: set inventory_file for managed_node2 3669 1726883372.21782: set inventory_dir for managed_node2 3669 1726883372.21783: Added host managed_node2 to inventory 3669 1726883372.21784: Added host managed_node2 to group all 3669 1726883372.21785: set ansible_host for managed_node2 3669 1726883372.21785: set ansible_ssh_extra_args for managed_node2 3669 1726883372.21787: set inventory_file for managed_node3 3669 1726883372.21788: set inventory_dir for managed_node3 3669 1726883372.21789: Added host managed_node3 to inventory 3669 1726883372.21790: Added host managed_node3 to group all 3669 1726883372.21790: set ansible_host for managed_node3 3669 1726883372.21791: set ansible_ssh_extra_args for managed_node3 3669 1726883372.21792: Reconcile groups and hosts in inventory. 3669 1726883372.21795: Group ungrouped now contains managed_node1 3669 1726883372.21796: Group ungrouped now contains managed_node2 3669 1726883372.21797: Group ungrouped now contains managed_node3 3669 1726883372.21849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 3669 1726883372.21935: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 3669 1726883372.21968: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 3669 1726883372.21990: Loaded config def from plugin (vars/host_group_vars) 3669 1726883372.21991: 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) 3669 1726883372.21997: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 3669 1726883372.22004: 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) 3669 1726883372.22033: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 3669 1726883372.22255: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883372.22326: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 3669 1726883372.22351: Loaded config def from plugin (connection/local) 3669 1726883372.22353: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 3669 1726883372.22755: Loaded config def from plugin (connection/paramiko_ssh) 3669 1726883372.22759: 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) 3669 1726883372.23347: 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) 3669 1726883372.23374: Loaded config def from plugin (connection/psrp) 3669 1726883372.23376: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 3669 1726883372.23826: 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) 3669 1726883372.23854: Loaded config def from plugin (connection/ssh) 3669 1726883372.23857: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 3669 1726883372.25148: 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) 3669 1726883372.25177: Loaded config def from plugin (connection/winrm) 3669 1726883372.25180: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 3669 1726883372.25203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 3669 1726883372.25246: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 3669 1726883372.25294: Loaded config def from plugin (shell/cmd) 3669 1726883372.25296: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 3669 1726883372.25310: 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) 3669 1726883372.25355: Loaded config def from plugin (shell/powershell) 3669 1726883372.25357: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 3669 1726883372.25398: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 3669 1726883372.25520: Loaded config def from plugin (shell/sh) 3669 1726883372.25522: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 3669 1726883372.25545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 3669 1726883372.25630: Loaded config def from plugin (become/runas) 3669 1726883372.25632: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 3669 1726883372.25755: Loaded config def from plugin (become/su) 3669 1726883372.25756: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 3669 1726883372.25863: Loaded config def from plugin (become/sudo) 3669 1726883372.25864: 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 3669 1726883372.25889: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 3669 1726883372.26328: in VariableManager get_vars() 3669 1726883372.26340: done with get_vars() 3669 1726883372.26348: 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 3669 1726883372.26427: in VariableManager get_vars() 3669 1726883372.26438: done with get_vars() 3669 1726883372.26461: 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 3669 1726883372.26718: trying /usr/local/lib/python3.12/site-packages/ansible/modules 3669 1726883372.29311: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 3669 1726883372.29485: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 3669 1726883372.29787: in VariableManager get_vars() 3669 1726883372.29797: done with get_vars() 3669 1726883372.29819: 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 3669 1726883372.30527: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 3669 1726883372.30538: 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 3669 1726883372.30691: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 3669 1726883372.30794: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 3669 1726883372.30796: 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) 3669 1726883372.30820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 3669 1726883372.30839: 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) 3669 1726883372.30949: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 3669 1726883372.30991: Loaded config def from plugin (callback/default) 3669 1726883372.30993: 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) 3669 1726883372.31773: Loaded config def from plugin (callback/junit) 3669 1726883372.31775: 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) 3669 1726883372.31808: 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) 3669 1726883372.31852: Loaded config def from plugin (callback/minimal) 3669 1726883372.31853: 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) 3669 1726883372.31882: 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) 3669 1726883372.31927: Loaded config def from plugin (callback/tree) 3669 1726883372.31929: 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 3669 1726883372.32006: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 3669 1726883372.32008: 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_display_name.yml ************************************** 1 plays in /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 3669 1726883372.32026: in VariableManager get_vars() 3669 1726883372.32035: done with get_vars() 3669 1726883372.32039: in VariableManager get_vars() 3669 1726883372.32045: done with get_vars() 3669 1726883372.32048: variable 'omit' from source: magic vars 3669 1726883372.32070: in VariableManager get_vars() 3669 1726883372.32080: done with get_vars() 3669 1726883372.32096: variable 'omit' from source: magic vars PLAY [Insights display name test] ********************************************** 3669 1726883372.33467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 3669 1726883372.33521: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 3669 1726883372.33545: getting the remaining hosts for this loop 3669 1726883372.33546: done getting the remaining hosts for this loop 3669 1726883372.33549: getting the next task for host managed_node3 3669 1726883372.33552: done getting next task for host managed_node3 3669 1726883372.33553: ^ task is: TASK: meta (flush_handlers) 3669 1726883372.33554: ^ 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 3669 1726883372.33556: getting variables 3669 1726883372.33557: in VariableManager get_vars() 3669 1726883372.33564: Calling all_inventory to load vars for managed_node3 3669 1726883372.33566: Calling groups_inventory to load vars for managed_node3 3669 1726883372.33568: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883372.33578: Calling all_plugins_play to load vars for managed_node3 3669 1726883372.33585: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883372.33587: Calling groups_plugins_play to load vars for managed_node3 3669 1726883372.33612: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883372.33644: done with get_vars() 3669 1726883372.33649: done getting variables 3669 1726883372.33689: in VariableManager get_vars() 3669 1726883372.33695: Calling all_inventory to load vars for managed_node3 3669 1726883372.33697: Calling groups_inventory to load vars for managed_node3 3669 1726883372.33698: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883372.33703: Calling all_plugins_play to load vars for managed_node3 3669 1726883372.33705: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883372.33707: Calling groups_plugins_play to load vars for managed_node3 3669 1726883372.33725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883372.33734: done with get_vars() 3669 1726883372.33741: done queuing things up, now waiting for results queue to drain 3669 1726883372.33742: results queue empty 3669 1726883372.33743: checking for any_errors_fatal 3669 1726883372.33744: done checking for any_errors_fatal 3669 1726883372.33744: checking for max_fail_percentage 3669 1726883372.33745: done checking for max_fail_percentage 3669 1726883372.33745: checking to see if all hosts have failed and the running result is not ok 3669 1726883372.33746: done checking to see if all hosts have failed 3669 1726883372.33746: getting the remaining hosts for this loop 3669 1726883372.33747: done getting the remaining hosts for this loop 3669 1726883372.33748: getting the next task for host managed_node3 3669 1726883372.33753: done getting next task for host managed_node3 3669 1726883372.33754: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 3669 1726883372.33755: ^ 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 3669 1726883372.33757: getting variables 3669 1726883372.33757: in VariableManager get_vars() 3669 1726883372.33762: Calling all_inventory to load vars for managed_node3 3669 1726883372.33764: Calling groups_inventory to load vars for managed_node3 3669 1726883372.33766: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883372.33769: Calling all_plugins_play to load vars for managed_node3 3669 1726883372.33771: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883372.33782: Calling groups_plugins_play to load vars for managed_node3 3669 1726883372.33807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883372.33824: done with get_vars() 3669 1726883372.33830: done getting variables 3669 1726883372.33868: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [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:32 -0400 (0:00:00.019) 0:00:00.019 ****** 3669 1726883372.33896: entering _queue_task() for managed_node3/set_fact 3669 1726883372.33897: Creating lock for set_fact 3669 1726883372.34161: worker is 1 (out of 1 available) 3669 1726883372.34175: exiting _queue_task() for managed_node3/set_fact 3669 1726883372.34186: done queuing things up, now waiting for results queue to drain 3669 1726883372.34188: waiting for pending results... 3669 1726883372.34327: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 3669 1726883372.34400: in run() - task 12996e06-ef67-118c-d419-00000000000c 3669 1726883372.34417: variable 'ansible_search_path' from source: unknown 3669 1726883372.34421: variable 'ansible_search_path' from source: unknown 3669 1726883372.34447: calling self._execute() 3669 1726883372.34492: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.34498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.34509: variable 'omit' from source: magic vars 3669 1726883372.34583: variable 'omit' from source: magic vars 3669 1726883372.34628: variable 'omit' from source: magic vars 3669 1726883372.35020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3669 1726883372.35133: Loaded config def from plugin (lookup/env) 3669 1726883372.35136: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 3669 1726883372.35180: variable 'omit' from source: magic vars 3669 1726883372.35203: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3669 1726883372.35223: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3669 1726883372.35236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3669 1726883372.35249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3669 1726883372.35258: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3669 1726883372.35280: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3669 1726883372.35285: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.35288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.35353: Set connection var ansible_pipelining to False 3669 1726883372.35362: Set connection var ansible_shell_executable to /bin/sh 3669 1726883372.35364: Set connection var ansible_connection to ssh 3669 1726883372.35370: Set connection var ansible_module_compression to ZIP_DEFLATED 3669 1726883372.35377: Set connection var ansible_shell_type to sh 3669 1726883372.35383: Set connection var ansible_timeout to 10 3669 1726883372.35399: variable 'ansible_shell_executable' from source: unknown 3669 1726883372.35402: variable 'ansible_connection' from source: unknown 3669 1726883372.35405: variable 'ansible_module_compression' from source: unknown 3669 1726883372.35409: variable 'ansible_shell_type' from source: unknown 3669 1726883372.35412: variable 'ansible_shell_executable' from source: unknown 3669 1726883372.35414: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.35418: variable 'ansible_pipelining' from source: unknown 3669 1726883372.35421: variable 'ansible_timeout' from source: unknown 3669 1726883372.35432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.35510: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 3669 1726883372.35518: variable 'omit' from source: magic vars 3669 1726883372.35524: starting attempt loop 3669 1726883372.35527: running the handler 3669 1726883372.35540: handler run complete 3669 1726883372.35546: attempt loop complete, returning result 3669 1726883372.35549: _execute() done 3669 1726883372.35551: dumping result to json 3669 1726883372.35554: done dumping result, returning 3669 1726883372.35561: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [12996e06-ef67-118c-d419-00000000000c] 3669 1726883372.35565: sending task result for task 12996e06-ef67-118c-d419-00000000000c 3669 1726883372.35649: done sending task result for task 12996e06-ef67-118c-d419-00000000000c 3669 1726883372.35651: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 3669 1726883372.35717: no more pending results, returning what we have 3669 1726883372.35720: results queue empty 3669 1726883372.35721: checking for any_errors_fatal 3669 1726883372.35722: done checking for any_errors_fatal 3669 1726883372.35723: checking for max_fail_percentage 3669 1726883372.35724: done checking for max_fail_percentage 3669 1726883372.35725: checking to see if all hosts have failed and the running result is not ok 3669 1726883372.35726: done checking to see if all hosts have failed 3669 1726883372.35727: getting the remaining hosts for this loop 3669 1726883372.35728: done getting the remaining hosts for this loop 3669 1726883372.35731: getting the next task for host managed_node3 3669 1726883372.35739: done getting next task for host managed_node3 3669 1726883372.35741: ^ task is: TASK: Import test data 3669 1726883372.35744: ^ 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 3669 1726883372.35746: getting variables 3669 1726883372.35748: in VariableManager get_vars() 3669 1726883372.35769: Calling all_inventory to load vars for managed_node3 3669 1726883372.35771: Calling groups_inventory to load vars for managed_node3 3669 1726883372.35775: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883372.35784: Calling all_plugins_play to load vars for managed_node3 3669 1726883372.35786: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883372.35788: Calling groups_plugins_play to load vars for managed_node3 3669 1726883372.35823: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883372.35844: done with get_vars() 3669 1726883372.35849: done getting variables 3669 1726883372.35922: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [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:32 -0400 (0:00:00.020) 0:00:00.039 ****** 3669 1726883372.35946: entering _queue_task() for managed_node3/include_vars 3669 1726883372.35948: Creating lock for include_vars 3669 1726883372.36133: worker is 1 (out of 1 available) 3669 1726883372.36147: exiting _queue_task() for managed_node3/include_vars 3669 1726883372.36158: done queuing things up, now waiting for results queue to drain 3669 1726883372.36160: waiting for pending results... 3669 1726883372.36289: running TaskExecutor() for managed_node3/TASK: Import test data 3669 1726883372.36359: in run() - task 12996e06-ef67-118c-d419-00000000000e 3669 1726883372.36370: variable 'ansible_search_path' from source: unknown 3669 1726883372.36375: variable 'ansible_search_path' from source: unknown 3669 1726883372.36407: calling self._execute() 3669 1726883372.36451: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.36455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.36463: variable 'omit' from source: magic vars 3669 1726883372.36813: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3669 1726883372.38305: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3669 1726883372.38353: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3669 1726883372.38383: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3669 1726883372.38410: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3669 1726883372.38431: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3669 1726883372.38495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3669 1726883372.38514: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3669 1726883372.38534: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3669 1726883372.38562: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3669 1726883372.38575: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3669 1726883372.38657: variable 'lsr_rhc_test_data_file' from source: set_fact 3669 1726883372.38680: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 3669 1726883372.38683: when evaluation is False, skipping this task 3669 1726883372.38686: _execute() done 3669 1726883372.38688: dumping result to json 3669 1726883372.38691: done dumping result, returning 3669 1726883372.38697: done running TaskExecutor() for managed_node3/TASK: Import test data [12996e06-ef67-118c-d419-00000000000e] 3669 1726883372.38705: sending task result for task 12996e06-ef67-118c-d419-00000000000e 3669 1726883372.38785: done sending task result for task 12996e06-ef67-118c-d419-00000000000e 3669 1726883372.38788: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 3669 1726883372.38864: no more pending results, returning what we have 3669 1726883372.38866: results queue empty 3669 1726883372.38867: checking for any_errors_fatal 3669 1726883372.38871: done checking for any_errors_fatal 3669 1726883372.38874: checking for max_fail_percentage 3669 1726883372.38875: done checking for max_fail_percentage 3669 1726883372.38876: checking to see if all hosts have failed and the running result is not ok 3669 1726883372.38877: done checking to see if all hosts have failed 3669 1726883372.38877: getting the remaining hosts for this loop 3669 1726883372.38878: done getting the remaining hosts for this loop 3669 1726883372.38881: getting the next task for host managed_node3 3669 1726883372.38886: done getting next task for host managed_node3 3669 1726883372.38889: ^ task is: TASK: Get facts for external test data 3669 1726883372.38891: ^ 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 3669 1726883372.38895: getting variables 3669 1726883372.38896: in VariableManager get_vars() 3669 1726883372.38918: Calling all_inventory to load vars for managed_node3 3669 1726883372.38920: Calling groups_inventory to load vars for managed_node3 3669 1726883372.38922: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883372.38929: Calling all_plugins_play to load vars for managed_node3 3669 1726883372.38931: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883372.38932: Calling groups_plugins_play to load vars for managed_node3 3669 1726883372.38959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883372.38976: done with get_vars() 3669 1726883372.38981: 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:32 -0400 (0:00:00.030) 0:00:00.070 ****** 3669 1726883372.39045: entering _queue_task() for managed_node3/setup 3669 1726883372.39217: worker is 1 (out of 1 available) 3669 1726883372.39229: exiting _queue_task() for managed_node3/setup 3669 1726883372.39238: done queuing things up, now waiting for results queue to drain 3669 1726883372.39239: waiting for pending results... 3669 1726883372.39357: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 3669 1726883372.39429: in run() - task 12996e06-ef67-118c-d419-00000000000f 3669 1726883372.39440: variable 'ansible_search_path' from source: unknown 3669 1726883372.39443: variable 'ansible_search_path' from source: unknown 3669 1726883372.39469: calling self._execute() 3669 1726883372.39521: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.39526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.39534: variable 'omit' from source: magic vars 3669 1726883372.39897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3669 1726883372.41364: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3669 1726883372.41411: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3669 1726883372.41438: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3669 1726883372.41468: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3669 1726883372.41489: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3669 1726883372.41555: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3669 1726883372.41584: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3669 1726883372.41605: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3669 1726883372.41631: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3669 1726883372.41642: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3669 1726883372.41727: variable 'lsr_rhc_test_data_file' from source: set_fact 3669 1726883372.41748: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 3669 1726883372.41751: when evaluation is False, skipping this task 3669 1726883372.41754: _execute() done 3669 1726883372.41758: dumping result to json 3669 1726883372.41760: done dumping result, returning 3669 1726883372.41763: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [12996e06-ef67-118c-d419-00000000000f] 3669 1726883372.41770: sending task result for task 12996e06-ef67-118c-d419-00000000000f 3669 1726883372.41852: done sending task result for task 12996e06-ef67-118c-d419-00000000000f 3669 1726883372.41855: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 3669 1726883372.41910: no more pending results, returning what we have 3669 1726883372.41913: results queue empty 3669 1726883372.41913: checking for any_errors_fatal 3669 1726883372.41917: done checking for any_errors_fatal 3669 1726883372.41918: checking for max_fail_percentage 3669 1726883372.41919: done checking for max_fail_percentage 3669 1726883372.41919: checking to see if all hosts have failed and the running result is not ok 3669 1726883372.41920: done checking to see if all hosts have failed 3669 1726883372.41921: getting the remaining hosts for this loop 3669 1726883372.41922: done getting the remaining hosts for this loop 3669 1726883372.41925: getting the next task for host managed_node3 3669 1726883372.41932: done getting next task for host managed_node3 3669 1726883372.41934: ^ task is: TASK: Set local lsr_rhc_test_data 3669 1726883372.41937: ^ 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 3669 1726883372.41940: getting variables 3669 1726883372.41941: in VariableManager get_vars() 3669 1726883372.41964: Calling all_inventory to load vars for managed_node3 3669 1726883372.41966: Calling groups_inventory to load vars for managed_node3 3669 1726883372.41969: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883372.41979: Calling all_plugins_play to load vars for managed_node3 3669 1726883372.41981: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883372.41983: Calling groups_plugins_play to load vars for managed_node3 3669 1726883372.42012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883372.42028: done with get_vars() 3669 1726883372.42034: done getting variables 3669 1726883372.42071: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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:32 -0400 (0:00:00.030) 0:00:00.101 ****** 3669 1726883372.42094: entering _queue_task() for managed_node3/include_vars 3669 1726883372.42263: worker is 1 (out of 1 available) 3669 1726883372.42281: exiting _queue_task() for managed_node3/include_vars 3669 1726883372.42292: done queuing things up, now waiting for results queue to drain 3669 1726883372.42294: waiting for pending results... 3669 1726883372.42406: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 3669 1726883372.42474: in run() - task 12996e06-ef67-118c-d419-000000000011 3669 1726883372.42484: variable 'ansible_search_path' from source: unknown 3669 1726883372.42487: variable 'ansible_search_path' from source: unknown 3669 1726883372.42512: calling self._execute() 3669 1726883372.42587: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.42594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.42604: variable 'omit' from source: magic vars 3669 1726883372.42911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3669 1726883372.44326: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3669 1726883372.44376: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3669 1726883372.44411: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3669 1726883372.44437: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3669 1726883372.44457: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3669 1726883372.44519: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 3669 1726883372.44541: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 3669 1726883372.44559: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 3669 1726883372.44589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 3669 1726883372.44604: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 3669 1726883372.44683: variable 'lsr_rhc_test_data_file' from source: set_fact 3669 1726883372.44705: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 3669 1726883372.44715: variable 'omit' from source: magic vars 3669 1726883372.44751: variable 'omit' from source: magic vars 3669 1726883372.44775: variable 'omit' from source: magic vars 3669 1726883372.44795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3669 1726883372.44825: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3669 1726883372.44834: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3669 1726883372.44848: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3669 1726883372.44857: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3669 1726883372.44869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 3669 1726883372.44884: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 3669 1726883372.44912: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3669 1726883372.44915: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.44918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.44995: Set connection var ansible_pipelining to False 3669 1726883372.45004: Set connection var ansible_shell_executable to /bin/sh 3669 1726883372.45009: Set connection var ansible_connection to ssh 3669 1726883372.45016: Set connection var ansible_module_compression to ZIP_DEFLATED 3669 1726883372.45022: Set connection var ansible_shell_type to sh 3669 1726883372.45027: Set connection var ansible_timeout to 10 3669 1726883372.45046: variable 'ansible_shell_executable' from source: unknown 3669 1726883372.45049: variable 'ansible_connection' from source: unknown 3669 1726883372.45051: variable 'ansible_module_compression' from source: unknown 3669 1726883372.45054: variable 'ansible_shell_type' from source: unknown 3669 1726883372.45056: variable 'ansible_shell_executable' from source: unknown 3669 1726883372.45058: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.45063: variable 'ansible_pipelining' from source: unknown 3669 1726883372.45065: variable 'ansible_timeout' from source: unknown 3669 1726883372.45070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.45150: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 3669 1726883372.45154: variable 'omit' from source: magic vars 3669 1726883372.45158: starting attempt loop 3669 1726883372.45160: running the handler 3669 1726883372.45171: evaluation_path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 3669 1726883372.45190: 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 3669 1726883372.45284: handler run complete 3669 1726883372.45291: attempt loop complete, returning result 3669 1726883372.45294: _execute() done 3669 1726883372.45296: dumping result to json 3669 1726883372.45302: done dumping result, returning 3669 1726883372.45310: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [12996e06-ef67-118c-d419-000000000011] 3669 1726883372.45313: sending task result for task 12996e06-ef67-118c-d419-000000000011 3669 1726883372.45447: done sending task result for task 12996e06-ef67-118c-d419-000000000011 3669 1726883372.45450: 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 } 3669 1726883372.45541: no more pending results, returning what we have 3669 1726883372.45543: results queue empty 3669 1726883372.45544: checking for any_errors_fatal 3669 1726883372.45546: done checking for any_errors_fatal 3669 1726883372.45547: checking for max_fail_percentage 3669 1726883372.45547: done checking for max_fail_percentage 3669 1726883372.45548: checking to see if all hosts have failed and the running result is not ok 3669 1726883372.45548: done checking to see if all hosts have failed 3669 1726883372.45549: getting the remaining hosts for this loop 3669 1726883372.45550: done getting the remaining hosts for this loop 3669 1726883372.45552: getting the next task for host managed_node3 3669 1726883372.45557: done getting next task for host managed_node3 3669 1726883372.45558: ^ task is: TASK: Check if system is ostree 3669 1726883372.45560: ^ 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 3669 1726883372.45562: getting variables 3669 1726883372.45563: in VariableManager get_vars() 3669 1726883372.45578: Calling all_inventory to load vars for managed_node3 3669 1726883372.45579: Calling groups_inventory to load vars for managed_node3 3669 1726883372.45581: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883372.45588: Calling all_plugins_play to load vars for managed_node3 3669 1726883372.45590: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883372.45591: Calling groups_plugins_play to load vars for managed_node3 3669 1726883372.45618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883372.45633: done with get_vars() 3669 1726883372.45638: 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:32 -0400 (0:00:00.036) 0:00:00.137 ****** 3669 1726883372.45699: entering _queue_task() for managed_node3/stat 3669 1726883372.45849: worker is 1 (out of 1 available) 3669 1726883372.45862: exiting _queue_task() for managed_node3/stat 3669 1726883372.45871: done queuing things up, now waiting for results queue to drain 3669 1726883372.45874: waiting for pending results... 3669 1726883372.45990: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 3669 1726883372.46056: in run() - task 12996e06-ef67-118c-d419-000000000013 3669 1726883372.46066: variable 'ansible_search_path' from source: unknown 3669 1726883372.46069: variable 'ansible_search_path' from source: unknown 3669 1726883372.46095: calling self._execute() 3669 1726883372.46140: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.46144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.46152: variable 'omit' from source: magic vars 3669 1726883372.46462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3669 1726883372.46639: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3669 1726883372.46674: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3669 1726883372.46699: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3669 1726883372.46725: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3669 1726883372.46787: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 3669 1726883372.46808: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 3669 1726883372.46828: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 3669 1726883372.46846: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 3669 1726883372.46929: Evaluated conditional (not __rhc_is_ostree is defined): True 3669 1726883372.46933: variable 'omit' from source: magic vars 3669 1726883372.46970: variable 'omit' from source: magic vars 3669 1726883372.46999: variable 'omit' from source: magic vars 3669 1726883372.47020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3669 1726883372.47039: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3669 1726883372.47052: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3669 1726883372.47065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3669 1726883372.47075: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3669 1726883372.47094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 3669 1726883372.47103: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 3669 1726883372.47126: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3669 1726883372.47129: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.47135: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.47212: Set connection var ansible_pipelining to False 3669 1726883372.47221: Set connection var ansible_shell_executable to /bin/sh 3669 1726883372.47224: Set connection var ansible_connection to ssh 3669 1726883372.47229: Set connection var ansible_module_compression to ZIP_DEFLATED 3669 1726883372.47234: Set connection var ansible_shell_type to sh 3669 1726883372.47240: Set connection var ansible_timeout to 10 3669 1726883372.47255: variable 'ansible_shell_executable' from source: unknown 3669 1726883372.47258: variable 'ansible_connection' from source: unknown 3669 1726883372.47261: variable 'ansible_module_compression' from source: unknown 3669 1726883372.47263: variable 'ansible_shell_type' from source: unknown 3669 1726883372.47265: variable 'ansible_shell_executable' from source: unknown 3669 1726883372.47269: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883372.47274: variable 'ansible_pipelining' from source: unknown 3669 1726883372.47278: variable 'ansible_timeout' from source: unknown 3669 1726883372.47282: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883372.47384: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 3669 1726883372.47392: variable 'omit' from source: magic vars 3669 1726883372.47397: starting attempt loop 3669 1726883372.47399: running the handler 3669 1726883372.47420: _low_level_execute_command(): starting 3669 1726883372.47423: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3669 1726883372.47916: 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 <<< 3669 1726883372.47920: stderr 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 <<< 3669 1726883372.47922: 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 <<< 3669 1726883372.47925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/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 <<< 3669 1726883372.47977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3669 1726883372.47980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3669 1726883372.47995: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3669 1726883372.48047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3669 1726883372.49755: stdout chunk (state=3): >>>/root <<< 3669 1726883372.49863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3669 1726883372.49918: stderr chunk (state=3): >>><<< 3669 1726883372.49922: stdout chunk (state=3): >>><<< 3669 1726883372.49932: _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 3669 1726883372.49943: _low_level_execute_command(): starting 3669 1726883372.49946: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580 `" && echo ansible-tmp-1726883372.4993086-3676-77900652878580="` echo /root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580 `" ) && sleep 0' 3669 1726883372.50383: 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 <<< 3669 1726883372.50386: stderr 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 <<< 3669 1726883372.50389: 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 <<< 3669 1726883372.50391: stderr 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 <<< 3669 1726883372.50441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3669 1726883372.50444: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3669 1726883372.50497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3669 1726883372.52461: stdout chunk (state=3): >>>ansible-tmp-1726883372.4993086-3676-77900652878580=/root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580 <<< 3669 1726883372.52579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3669 1726883372.52619: stderr chunk (state=3): >>><<< 3669 1726883372.52622: stdout chunk (state=3): >>><<< 3669 1726883372.52635: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883372.4993086-3676-77900652878580=/root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580 , 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 3669 1726883372.52674: variable 'ansible_module_compression' from source: unknown 3669 1726883372.52709: ANSIBALLZ: Using lock for stat 3669 1726883372.52713: ANSIBALLZ: Acquiring lock 3669 1726883372.52715: ANSIBALLZ: Lock acquired: 140453530036432 3669 1726883372.52718: ANSIBALLZ: Creating module 3669 1726883372.60870: ANSIBALLZ: Writing module into payload 3669 1726883372.60948: ANSIBALLZ: Writing module 3669 1726883372.60961: ANSIBALLZ: Renaming module 3669 1726883372.60967: ANSIBALLZ: Done creating module 3669 1726883372.60981: variable 'ansible_facts' from source: unknown 3669 1726883372.60987: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3669 1726883372.60995: _low_level_execute_command(): starting 3669 1726883372.61000: _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' 3669 1726883372.61451: 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 <<< 3669 1726883372.61455: stderr 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 <<< 3669 1726883372.61457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3669 1726883372.61460: 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 <<< 3669 1726883372.61463: stderr 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 <<< 3669 1726883372.61515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3669 1726883372.61522: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3669 1726883372.61586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3669 1726883372.63292: stdout chunk (state=3): >>>PLATFORM <<< 3669 1726883372.63378: stdout chunk (state=3): >>>Linux <<< 3669 1726883372.63388: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 3669 1726883372.63401: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 3669 1726883372.63541: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3669 1726883372.63583: stderr chunk (state=3): >>><<< 3669 1726883372.63586: stdout chunk (state=3): >>><<< 3669 1726883372.63598: _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 3669 1726883372.63610 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 3669 1726883372.63643: _low_level_execute_command(): starting 3669 1726883372.63646: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 3669 1726883372.63716: Sending initial data 3669 1726883372.63720: Sent initial data (1181 bytes) 3669 1726883372.64068: 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 <<< 3669 1726883372.64071: stderr 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 <<< 3669 1726883372.64074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3669 1726883372.64077: stderr chunk (state=3): >>>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 <<< 3669 1726883372.64079: stderr 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 <<< 3669 1726883372.64126: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK <<< 3669 1726883372.64129: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3669 1726883372.64182: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3669 1726883372.67793: 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"} <<< 3669 1726883372.68204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3669 1726883372.68243: stderr chunk (state=3): >>><<< 3669 1726883372.68247: stdout chunk (state=3): >>><<< 3669 1726883372.68256: _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 3669 1726883372.68321: variable 'ansible_facts' from source: unknown 3669 1726883372.68325: variable 'ansible_facts' from source: unknown 3669 1726883372.68330: variable 'ansible_module_compression' from source: unknown 3669 1726883372.68359: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3669g_mxc8r4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3669 1726883372.68374: variable 'ansible_facts' from source: unknown 3669 1726883372.68420: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/AnsiballZ_stat.py 3669 1726883372.68514: Sending initial data 3669 1726883372.68517: Sent initial data (150 bytes) 3669 1726883372.68959: 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 <<< 3669 1726883372.68962: stderr 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 <<< 3669 1726883372.68965: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration <<< 3669 1726883372.68967: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3669 1726883372.68969: 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 <<< 3669 1726883372.69018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK <<< 3669 1726883372.69024: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3669 1726883372.69075: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3669 1726883372.70701: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 3669 1726883372.70704: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3669 1726883372.70743: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3669 1726883372.70794: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3669g_mxc8r4/tmp9g3bmp5i /root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/AnsiballZ_stat.py <<< 3669 1726883372.70798: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/AnsiballZ_stat.py" <<< 3669 1726883372.70839: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3669g_mxc8r4/tmp9g3bmp5i" to remote "/root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/AnsiballZ_stat.py" <<< 3669 1726883372.70841: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/AnsiballZ_stat.py" <<< 3669 1726883372.71415: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3669 1726883372.71468: stderr chunk (state=3): >>><<< 3669 1726883372.71473: stdout chunk (state=3): >>><<< 3669 1726883372.71488: done transferring module to remote 3669 1726883372.71500: _low_level_execute_command(): starting 3669 1726883372.71506: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/ /root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/AnsiballZ_stat.py && sleep 0' 3669 1726883372.71912: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3669 1726883372.71915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/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 <<< 3669 1726883372.71918: 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 <<< 3669 1726883372.71931: stderr 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 <<< 3669 1726883372.71977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3669 1726883372.71980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3669 1726883372.72033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3669 1726883372.73898: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3669 1726883372.73938: stderr chunk (state=3): >>><<< 3669 1726883372.73941: stdout chunk (state=3): >>><<< 3669 1726883372.73956: _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 3669 1726883372.73959: _low_level_execute_command(): starting 3669 1726883372.73962: _low_level_execute_command(): using become for this command 3669 1726883372.73974: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vabauesnbcstthzszchjlviiilcizyls ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/AnsiballZ_stat.py'"'"' && sleep 0' 3669 1726883372.74044: Initial state: awaiting_escalation: BECOME-SUCCESS-vabauesnbcstthzszchjlviiilcizyls 3669 1726883372.74418: stderr chunk (state=1): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3669 1726883372.74422: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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 <<< 3669 1726883372.74444: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3669 1726883372.74463: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3669 1726883372.74511: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 3669 1726883372.77820: stdout chunk (state=1): >>>BECOME-SUCCESS-vabauesnbcstthzszchjlviiilcizyls <<< 3669 1726883372.77824: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vabauesnbcstthzszchjlviiilcizyls' 3669 1726883372.78191: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 3669 1726883372.78227: stdout chunk (state=3): >>>import _imp # builtin <<< 3669 1726883372.78250: stdout chunk (state=3): >>>import '_thread' # <<< 3669 1726883372.78268: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 3669 1726883372.78340: stdout chunk (state=3): >>>import '_io' # <<< 3669 1726883372.78350: stdout chunk (state=3): >>>import 'marshal' # <<< 3669 1726883372.78386: stdout chunk (state=3): >>>import 'posix' # <<< 3669 1726883372.78420: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 3669 1726883372.78433: stdout chunk (state=3): >>>import 'time' # <<< 3669 1726883372.78450: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 3669 1726883372.78507: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 3669 1726883372.78527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.78532: stdout chunk (state=3): >>>import '_codecs' # <<< 3669 1726883372.78558: stdout chunk (state=3): >>>import 'codecs' # <<< 3669 1726883372.78595: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 3669 1726883372.78623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 3669 1726883372.78636: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50ac0410> <<< 3669 1726883372.78642: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50a8fa10> <<< 3669 1726883372.78666: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 3669 1726883372.78685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50ac2990> <<< 3669 1726883372.78699: stdout chunk (state=3): >>>import '_signal' # <<< 3669 1726883372.78732: stdout chunk (state=3): >>>import '_abc' # <<< 3669 1726883372.78736: stdout chunk (state=3): >>>import 'abc' # <<< 3669 1726883372.78759: stdout chunk (state=3): >>>import 'io' # <<< 3669 1726883372.78794: stdout chunk (state=3): >>>import '_stat' # <<< 3669 1726883372.78802: stdout chunk (state=3): >>>import 'stat' # <<< 3669 1726883372.78891: stdout chunk (state=3): >>>import '_collections_abc' # <<< 3669 1726883372.78922: stdout chunk (state=3): >>>import 'genericpath' # <<< 3669 1726883372.78929: stdout chunk (state=3): >>>import 'posixpath' # <<< 3669 1726883372.78956: stdout chunk (state=3): >>>import 'os' # <<< 3669 1726883372.78972: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 3669 1726883372.78990: stdout chunk (state=3): >>>Processing user site-packages <<< 3669 1726883372.78996: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 3669 1726883372.79011: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 3669 1726883372.79021: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 3669 1726883372.79054: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 3669 1726883372.79061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 3669 1726883372.79085: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50895010> <<< 3669 1726883372.79150: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 3669 1726883372.79155: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.79166: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50895e50> <<< 3669 1726883372.79196: stdout chunk (state=3): >>>import 'site' # <<< 3669 1726883372.79224: 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. <<< 3669 1726883372.79470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 3669 1726883372.79481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 3669 1726883372.79512: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 3669 1726883372.79515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.79540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 3669 1726883372.79581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 3669 1726883372.79607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 3669 1726883372.79625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 3669 1726883372.79646: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508d3c80> <<< 3669 1726883372.79662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 3669 1726883372.79684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 3669 1726883372.79708: stdout chunk (state=3): >>>import '_operator' # <<< 3669 1726883372.79728: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508d3ec0> <<< 3669 1726883372.79734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 3669 1726883372.79768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 3669 1726883372.79786: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 3669 1726883372.79841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.79851: stdout chunk (state=3): >>>import 'itertools' # <<< 3669 1726883372.79890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 3669 1726883372.79900: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5090b6b0> <<< 3669 1726883372.79913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 3669 1726883372.79930: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5090bd40> <<< 3669 1726883372.79942: stdout chunk (state=3): >>>import '_collections' # <<< 3669 1726883372.80000: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508eb950> <<< 3669 1726883372.80007: stdout chunk (state=3): >>>import '_functools' # <<< 3669 1726883372.80044: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508e9070> <<< 3669 1726883372.80143: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508d0e30> <<< 3669 1726883372.80174: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 3669 1726883372.80187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 3669 1726883372.80200: stdout chunk (state=3): >>>import '_sre' # <<< 3669 1726883372.80220: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 3669 1726883372.80254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 3669 1726883372.80265: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 3669 1726883372.80284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 3669 1726883372.80310: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5092f6e0> <<< 3669 1726883372.80329: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5092e300> <<< 3669 1726883372.80362: 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' <<< 3669 1726883372.80375: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508e9f40> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5092caa0> <<< 3669 1726883372.80440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 3669 1726883372.80446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508cffb0> <<< 3669 1726883372.80464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 3669 1726883372.80476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 3669 1726883372.80508: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.80511: 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 0x7fba5095cc20> <<< 3669 1726883372.80513: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095cad0> <<< 3669 1726883372.80547: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.80550: 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 0x7fba5095cec0> <<< 3669 1726883372.80570: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508cebd0> <<< 3669 1726883372.80599: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 3669 1726883372.80606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.80618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 3669 1726883372.80652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 3669 1726883372.80666: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095d550> <<< 3669 1726883372.80680: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095d220> import 'importlib.machinery' # <<< 3669 1726883372.80707: 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' <<< 3669 1726883372.80732: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095e420> <<< 3669 1726883372.80737: stdout chunk (state=3): >>>import 'importlib.util' # <<< 3669 1726883372.80751: stdout chunk (state=3): >>>import 'runpy' # <<< 3669 1726883372.80778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 3669 1726883372.80816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 3669 1726883372.80837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 3669 1726883372.80849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50978650> <<< 3669 1726883372.80860: stdout chunk (state=3): >>>import 'errno' # <<< 3669 1726883372.80893: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.80898: 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 0x7fba50979d90> <<< 3669 1726883372.80925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 3669 1726883372.80929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 3669 1726883372.80960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 3669 1726883372.80965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 3669 1726883372.80980: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5097ac00> <<< 3669 1726883372.81022: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.81029: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5097b260> <<< 3669 1726883372.81034: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5097a180> <<< 3669 1726883372.81057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 3669 1726883372.81066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 3669 1726883372.81109: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.81122: 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 0x7fba5097bce0> <<< 3669 1726883372.81128: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5097b410> <<< 3669 1726883372.81175: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095e480> <<< 3669 1726883372.81197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 3669 1726883372.81219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 3669 1726883372.81246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 3669 1726883372.81268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 3669 1726883372.81306: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.81314: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5073bc50> <<< 3669 1726883372.81326: 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' <<< 3669 1726883372.81367: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.81371: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba507646e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50764440> <<< 3669 1726883372.81394: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba50764680> <<< 3669 1726883372.81422: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.81428: stdout chunk (state=3): >>># 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 0x7fba50764890> <<< 3669 1726883372.81438: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50739df0> <<< 3669 1726883372.81473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 3669 1726883372.81574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 3669 1726883372.81606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 3669 1726883372.81609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 3669 1726883372.81620: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50765f70> <<< 3669 1726883372.81644: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50764bf0> <<< 3669 1726883372.81669: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095eb70> <<< 3669 1726883372.81692: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 3669 1726883372.81751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.81767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 3669 1726883372.81818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 3669 1726883372.81843: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50792330> <<< 3669 1726883372.81903: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 3669 1726883372.81913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.81938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 3669 1726883372.81954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 3669 1726883372.82012: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507aa4b0> <<< 3669 1726883372.82032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 3669 1726883372.82074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 3669 1726883372.82128: stdout chunk (state=3): >>>import 'ntpath' # <<< 3669 1726883372.82155: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507e7200> <<< 3669 1726883372.82175: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 3669 1726883372.82220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 3669 1726883372.82241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 3669 1726883372.82289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 3669 1726883372.82385: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508059a0> <<< 3669 1726883372.82463: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507e7320> <<< 3669 1726883372.82509: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507ab140> <<< 3669 1726883372.82539: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 3669 1726883372.82543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba505e83b0> <<< 3669 1726883372.82563: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507a94f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50766ed0> <<< 3669 1726883372.82664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 3669 1726883372.82690: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba507a9280> <<< 3669 1726883372.82766: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_zfp9_h5x/ansible_stat_payload.zip' <<< 3669 1726883372.82784: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.82927: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.82958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 3669 1726883372.82967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 3669 1726883372.83018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 3669 1726883372.83099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 3669 1726883372.83131: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 3669 1726883372.83144: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5063e0c0> import '_typing' # <<< 3669 1726883372.83347: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50614fb0> <<< 3669 1726883372.83351: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50614140> # zipimport: zlib available <<< 3669 1726883372.83386: stdout chunk (state=3): >>>import 'ansible' # <<< 3669 1726883372.83391: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.83416: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.83422: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.83445: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 3669 1726883372.83457: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.85009: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.86283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 3669 1726883372.86290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50617f50> <<< 3669 1726883372.86304: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 3669 1726883372.86317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.86339: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 3669 1726883372.86351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 3669 1726883372.86378: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 3669 1726883372.86384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 3669 1726883372.86415: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.86420: 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 0x7fba50669a90> <<< 3669 1726883372.86456: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50669820> <<< 3669 1726883372.86489: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50669130> <<< 3669 1726883372.86508: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 3669 1726883372.86521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 3669 1726883372.86560: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50669580> <<< 3669 1726883372.86575: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5063ed50> import 'atexit' # <<< 3669 1726883372.86599: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5066a840> <<< 3669 1726883372.86632: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5066aa80> <<< 3669 1726883372.86654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 3669 1726883372.86705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 3669 1726883372.86724: stdout chunk (state=3): >>>import '_locale' # <<< 3669 1726883372.86778: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5066af90> <<< 3669 1726883372.86786: stdout chunk (state=3): >>>import 'pwd' # <<< 3669 1726883372.86797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 3669 1726883372.86829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 3669 1726883372.86869: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504ccd70> <<< 3669 1726883372.86896: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.86902: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba504ce960> <<< 3669 1726883372.86921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 3669 1726883372.86937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 3669 1726883372.86995: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504cf290> <<< 3669 1726883372.87010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 3669 1726883372.87042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 3669 1726883372.87052: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d0470> <<< 3669 1726883372.87080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 3669 1726883372.87129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 3669 1726883372.87145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 3669 1726883372.87209: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d2f00> <<< 3669 1726883372.87244: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.87247: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba504d3020> <<< 3669 1726883372.87267: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d10d0> <<< 3669 1726883372.87291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 3669 1726883372.87320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 3669 1726883372.87347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 3669 1726883372.87352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 3669 1726883372.87367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 3669 1726883372.87396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 3669 1726883372.87426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 3669 1726883372.87436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d6e70> <<< 3669 1726883372.87452: stdout chunk (state=3): >>>import '_tokenize' # <<< 3669 1726883372.87519: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d5940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d56a0> <<< 3669 1726883372.87545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 3669 1726883372.87550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 3669 1726883372.87635: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d7e30> <<< 3669 1726883372.87662: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d16d0> <<< 3669 1726883372.87694: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.87699: 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 0x7fba5051eff0> <<< 3669 1726883372.87720: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5051f170> <<< 3669 1726883372.87746: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 3669 1726883372.87770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 3669 1726883372.87786: 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' <<< 3669 1726883372.87829: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba50520d70> <<< 3669 1726883372.87843: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50520b30> <<< 3669 1726883372.87848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 3669 1726883372.87973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 3669 1726883372.88025: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba505232c0> <<< 3669 1726883372.88030: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50521460> <<< 3669 1726883372.88051: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 3669 1726883372.88095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.88120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 3669 1726883372.88126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 3669 1726883372.88139: stdout chunk (state=3): >>>import '_string' # <<< 3669 1726883372.88188: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5052a9f0> <<< 3669 1726883372.88321: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50523380> <<< 3669 1726883372.88396: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052bd10> <<< 3669 1726883372.88430: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052bbc0> <<< 3669 1726883372.88473: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052bce0> <<< 3669 1726883372.88487: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5051f470> <<< 3669 1726883372.88514: 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 <<< 3669 1726883372.88525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 3669 1726883372.88530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 3669 1726883372.88557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 3669 1726883372.88585: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.88616: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052f3e0> <<< 3669 1726883372.88786: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.88796: 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 0x7fba50530800> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5052dbb0> <<< 3669 1726883372.88836: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052ef30> <<< 3669 1726883372.88843: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5052d7f0> <<< 3669 1726883372.88860: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.88878: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.88887: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 3669 1726883372.88991: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.89087: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.89103: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 3669 1726883372.89115: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.89127: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.89145: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 3669 1726883372.89154: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.89286: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.89416: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.90025: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.90623: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 3669 1726883372.90633: 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' # <<< 3669 1726883372.90661: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 3669 1726883372.90678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.90729: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba505b4920> <<< 3669 1726883372.90823: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 3669 1726883372.90832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 3669 1726883372.90842: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba505b56a0> <<< 3669 1726883372.90856: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507642f0> <<< 3669 1726883372.90907: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 3669 1726883372.90922: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.90934: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.90958: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 3669 1726883372.90966: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.91129: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.91296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 3669 1726883372.91318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba505b5460> # zipimport: zlib available <<< 3669 1726883372.91834: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92331: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92410: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92498: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 3669 1726883372.92506: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92543: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92585: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 3669 1726883372.92589: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92673: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92770: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 3669 1726883372.92781: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92789: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92810: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 3669 1726883372.92815: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92857: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.92904: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 3669 1726883372.92907: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.93164: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.93423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 3669 1726883372.93487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 3669 1726883372.93506: stdout chunk (state=3): >>>import '_ast' # <<< 3669 1726883372.93583: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba505b64b0> <<< 3669 1726883372.93590: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.93671: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.93748: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 3669 1726883372.93761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 3669 1726883372.93794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 3669 1726883372.93798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 3669 1726883372.93883: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.94011: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba503c6120> <<< 3669 1726883372.94070: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 3669 1726883372.94083: 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 0x7fba503c6a50> <<< 3669 1726883372.94094: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50533d10> # zipimport: zlib available <<< 3669 1726883372.94144: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94183: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 3669 1726883372.94200: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94242: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94293: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94355: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94429: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 3669 1726883372.94475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.94563: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba503c5760> <<< 3669 1726883372.94609: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba503c6b70> <<< 3669 1726883372.94642: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 3669 1726883372.94645: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94721: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94791: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94820: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.94868: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 3669 1726883372.94890: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 3669 1726883372.94914: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 3669 1726883372.94938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 3669 1726883372.94998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 3669 1726883372.95022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 3669 1726883372.95034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 3669 1726883372.95101: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50456cc0> <<< 3669 1726883372.95147: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba503d0aa0> <<< 3669 1726883372.95239: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba503cab10> <<< 3669 1726883372.95249: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba503ca960> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 3669 1726883372.95257: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.95284: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.95314: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 3669 1726883372.95374: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 3669 1726883372.95392: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.95400: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.95420: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 3669 1726883372.95578: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.95789: stdout chunk (state=3): >>># zipimport: zlib available <<< 3669 1726883372.95913: 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"}}} <<< 3669 1726883372.95919: stdout chunk (state=3): >>># destroy __main__ <<< 3669 1726883372.96253: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 3669 1726883372.96329: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil <<< 3669 1726883372.96428: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _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_<<< 3669 1726883372.96434: stdout chunk (state=3): >>>utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy 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 <<< 3669 1726883372.96653: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 3669 1726883372.96675: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 3669 1726883372.96686: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 3669 1726883372.96706: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 3669 1726883372.96720: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 3669 1726883372.96742: stdout chunk (state=3): >>># destroy ntpath <<< 3669 1726883372.96773: 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 <<< 3669 1726883372.96792: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 3669 1726883372.96804: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 3669 1726883372.96821: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 3669 1726883372.96838: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 3669 1726883372.96851: stdout chunk (state=3): >>># destroy array <<< 3669 1726883372.96859: stdout chunk (state=3): >>># destroy datetime <<< 3669 1726883372.96878: stdout chunk (state=3): >>># destroy _hashlib<<< 3669 1726883372.96898: stdout chunk (state=3): >>> # destroy _blake2<<< 3669 1726883372.96908: stdout chunk (state=3): >>> # destroy selinux # destroy shutil <<< 3669 1726883372.96918: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 3669 1726883372.96952: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 3669 1726883372.96985: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 3669 1726883372.96992: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 3669 1726883372.96995: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 3669 1726883372.97016: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 3669 1726883372.97040: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 3669 1726883372.97047: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 3669 1726883372.97073: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 3669 1726883372.97082: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 3669 1726883372.97093: 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 <<< 3669 1726883372.97115: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 3669 1726883372.97121: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 3669 1726883372.97250: stdout chunk (state=3): >>># destroy sys.monitoring <<< 3669 1726883372.97258: stdout chunk (state=3): >>># destroy _socket <<< 3669 1726883372.97268: stdout chunk (state=3): >>># destroy _collections <<< 3669 1726883372.97297: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 3669 1726883372.97322: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 3669 1726883372.97363: stdout chunk (state=3): >>># destroy _typing <<< 3669 1726883372.97366: 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 <<< 3669 1726883372.97369: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 3669 1726883372.97392: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 3669 1726883372.97487: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 3669 1726883372.97496: stdout chunk (state=3): >>># destroy time <<< 3669 1726883372.97517: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 3669 1726883372.97546: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 3669 1726883372.97555: stdout chunk (state=3): >>># destroy itertools <<< 3669 1726883372.97581: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 3669 1726883372.97597: stdout chunk (state=3): >>># clear sys.audit hooks <<< 3669 1726883372.98189: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.21 closed. <<< 3669 1726883372.98232: stderr chunk (state=3): >>><<< 3669 1726883372.98236: stdout chunk (state=3): >>><<< 3669 1726883372.98288: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50ac0410> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50a8fa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50ac2990> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50895010> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50895e50> 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 0x7fba508d3c80> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508d3ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5090b6b0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5090bd40> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508eb950> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508e9070> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508d0e30> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5092f6e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5092e300> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508e9f40> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5092caa0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508cffb0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5095cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095cad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5095cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508cebd0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095d550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095d220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095e420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50978650> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba50979d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5097ac00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5097b260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5097a180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5097bce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5097b410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095e480> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5073bc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba507646e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50764440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba50764680> # 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 0x7fba50764890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50739df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50765f70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50764bf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5095eb70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50792330> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507aa4b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507e7200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba508059a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507e7320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507ab140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba505e83b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507a94f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50766ed0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba507a9280> # zipimport: found 30 names in '/tmp/ansible_stat_payload_zfp9_h5x/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 0x7fba5063e0c0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50614fb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50614140> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50617f50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba50669a90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50669820> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50669130> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50669580> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5063ed50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5066a840> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5066aa80> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5066af90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504ccd70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba504ce960> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504cf290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d0470> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d2f00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba504d3020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d10d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d6e70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d5940> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d56a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d7e30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba504d16d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5051eff0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5051f170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba50520d70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50520b30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba505232c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50521460> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5052a9f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50523380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052bd10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052bbc0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052bce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5051f470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052f3e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba50530800> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5052dbb0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba5052ef30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba5052d7f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba505b4920> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba505b56a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba507642f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba505b5460> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba505b64b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fba503c6120> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba503c6a50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50533d10> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba503c5760> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba503c6b70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba50456cc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba503d0aa0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba503cab10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba503ca960> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # 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. 3669 1726883372.98857: 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-1726883372.4993086-3676-77900652878580/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3669 1726883372.98861: _low_level_execute_command(): starting 3669 1726883372.98863: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883372.4993086-3676-77900652878580/ > /dev/null 2>&1 && sleep 0' 3669 1726883372.98947: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3669 1726883372.98950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/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 <<< 3669 1726883372.98953: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3669 1726883372.98955: 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 <<< 3669 1726883372.98963: stderr 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 <<< 3669 1726883372.99017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK <<< 3669 1726883372.99020: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3669 1726883372.99061: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3669 1726883373.00930: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3669 1726883373.00974: stderr chunk (state=3): >>><<< 3669 1726883373.00977: stdout chunk (state=3): >>><<< 3669 1726883373.00988: _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 3669 1726883373.00992: handler run complete 3669 1726883373.01007: variable 'ansible_facts' from source: unknown 3669 1726883373.01030: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883373.01049: variable 'ansible_facts' from source: unknown 3669 1726883373.01074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883373.01084: attempt loop complete, returning result 3669 1726883373.01086: _execute() done 3669 1726883373.01089: dumping result to json 3669 1726883373.01093: done dumping result, returning 3669 1726883373.01104: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [12996e06-ef67-118c-d419-000000000013] 3669 1726883373.01107: sending task result for task 12996e06-ef67-118c-d419-000000000013 3669 1726883373.01194: done sending task result for task 12996e06-ef67-118c-d419-000000000013 3669 1726883373.01196: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 3669 1726883373.01300: no more pending results, returning what we have 3669 1726883373.01307: results queue empty 3669 1726883373.01308: checking for any_errors_fatal 3669 1726883373.01312: done checking for any_errors_fatal 3669 1726883373.01312: checking for max_fail_percentage 3669 1726883373.01314: done checking for max_fail_percentage 3669 1726883373.01314: checking to see if all hosts have failed and the running result is not ok 3669 1726883373.01315: done checking to see if all hosts have failed 3669 1726883373.01316: getting the remaining hosts for this loop 3669 1726883373.01317: done getting the remaining hosts for this loop 3669 1726883373.01321: getting the next task for host managed_node3 3669 1726883373.01327: done getting next task for host managed_node3 3669 1726883373.01330: ^ task is: TASK: Set flag to indicate system is ostree 3669 1726883373.01333: ^ 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 3669 1726883373.01336: getting variables 3669 1726883373.01338: in VariableManager get_vars() 3669 1726883373.01363: Calling all_inventory to load vars for managed_node3 3669 1726883373.01365: Calling groups_inventory to load vars for managed_node3 3669 1726883373.01368: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883373.01386: Calling all_plugins_play to load vars for managed_node3 3669 1726883373.01389: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883373.01392: Calling groups_plugins_play to load vars for managed_node3 3669 1726883373.01432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883373.01458: done with get_vars() 3669 1726883373.01465: done getting variables 3669 1726883373.01520: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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:33 -0400 (0:00:00.558) 0:00:00.695 ****** 3669 1726883373.01546: entering _queue_task() for managed_node3/set_fact 3669 1726883373.01733: worker is 1 (out of 1 available) 3669 1726883373.01746: exiting _queue_task() for managed_node3/set_fact 3669 1726883373.01755: done queuing things up, now waiting for results queue to drain 3669 1726883373.01757: waiting for pending results... 3669 1726883373.01901: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 3669 1726883373.01981: in run() - task 12996e06-ef67-118c-d419-000000000014 3669 1726883373.01992: variable 'ansible_search_path' from source: unknown 3669 1726883373.01995: variable 'ansible_search_path' from source: unknown 3669 1726883373.02025: calling self._execute() 3669 1726883373.02074: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883373.02080: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883373.02089: variable 'omit' from source: magic vars 3669 1726883373.02431: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3669 1726883373.02633: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3669 1726883373.02665: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3669 1726883373.02694: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3669 1726883373.02719: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3669 1726883373.02786: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 3669 1726883373.02808: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 3669 1726883373.02827: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 3669 1726883373.02849: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 3669 1726883373.02938: Evaluated conditional (not __rhc_is_ostree is defined): True 3669 1726883373.02942: variable 'omit' from source: magic vars 3669 1726883373.02984: variable 'omit' from source: magic vars 3669 1726883373.03067: variable '__ostree_booted_stat' from source: set_fact 3669 1726883373.03115: variable 'omit' from source: magic vars 3669 1726883373.03137: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3669 1726883373.03158: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3669 1726883373.03171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3669 1726883373.03189: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3669 1726883373.03198: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3669 1726883373.03212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 3669 1726883373.03225: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 3669 1726883373.03250: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3669 1726883373.03253: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883373.03255: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883373.03340: Set connection var ansible_pipelining to False 3669 1726883373.03349: Set connection var ansible_shell_executable to /bin/sh 3669 1726883373.03352: Set connection var ansible_connection to ssh 3669 1726883373.03357: Set connection var ansible_module_compression to ZIP_DEFLATED 3669 1726883373.03362: Set connection var ansible_shell_type to sh 3669 1726883373.03368: Set connection var ansible_timeout to 10 3669 1726883373.03386: variable 'ansible_shell_executable' from source: unknown 3669 1726883373.03390: variable 'ansible_connection' from source: unknown 3669 1726883373.03394: variable 'ansible_module_compression' from source: unknown 3669 1726883373.03396: variable 'ansible_shell_type' from source: unknown 3669 1726883373.03398: variable 'ansible_shell_executable' from source: unknown 3669 1726883373.03401: variable 'ansible_host' from source: host vars for 'managed_node3' 3669 1726883373.03403: variable 'ansible_pipelining' from source: unknown 3669 1726883373.03409: variable 'ansible_timeout' from source: unknown 3669 1726883373.03414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3669 1726883373.03492: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 3669 1726883373.03500: variable 'omit' from source: magic vars 3669 1726883373.03507: starting attempt loop 3669 1726883373.03510: running the handler 3669 1726883373.03520: handler run complete 3669 1726883373.03527: attempt loop complete, returning result 3669 1726883373.03530: _execute() done 3669 1726883373.03532: dumping result to json 3669 1726883373.03534: done dumping result, returning 3669 1726883373.03540: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [12996e06-ef67-118c-d419-000000000014] 3669 1726883373.03545: sending task result for task 12996e06-ef67-118c-d419-000000000014 3669 1726883373.03630: done sending task result for task 12996e06-ef67-118c-d419-000000000014 3669 1726883373.03633: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 3669 1726883373.03680: no more pending results, returning what we have 3669 1726883373.03683: results queue empty 3669 1726883373.03683: checking for any_errors_fatal 3669 1726883373.03687: done checking for any_errors_fatal 3669 1726883373.03688: checking for max_fail_percentage 3669 1726883373.03689: done checking for max_fail_percentage 3669 1726883373.03690: checking to see if all hosts have failed and the running result is not ok 3669 1726883373.03691: done checking to see if all hosts have failed 3669 1726883373.03691: getting the remaining hosts for this loop 3669 1726883373.03693: done getting the remaining hosts for this loop 3669 1726883373.03696: getting the next task for host managed_node3 3669 1726883373.03702: done getting next task for host managed_node3 3669 1726883373.03704: ^ task is: TASK: meta (end_play) 3669 1726883373.03706: ^ 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 3669 1726883373.03710: getting variables 3669 1726883373.03711: in VariableManager get_vars() 3669 1726883373.03736: Calling all_inventory to load vars for managed_node3 3669 1726883373.03738: Calling groups_inventory to load vars for managed_node3 3669 1726883373.03741: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883373.03754: Calling all_plugins_play to load vars for managed_node3 3669 1726883373.03757: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883373.03760: Calling groups_plugins_play to load vars for managed_node3 3669 1726883373.03790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883373.03807: done with get_vars() 3669 1726883373.03812: 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:33 -0400 (0:00:00.023) 0:00:00.719 ****** 3669 1726883373.03875: in VariableManager get_vars() 3669 1726883373.03882: Calling all_inventory to load vars for managed_node3 3669 1726883373.03883: Calling groups_inventory to load vars for managed_node3 3669 1726883373.03885: Calling all_plugins_inventory to load vars for managed_node3 3669 1726883373.03888: Calling all_plugins_play to load vars for managed_node3 3669 1726883373.03889: Calling groups_plugins_inventory to load vars for managed_node3 3669 1726883373.03891: Calling groups_plugins_play to load vars for managed_node3 3669 1726883373.03911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3669 1726883373.03923: done with get_vars() 3669 1726883373.04108: variable 'lsr_rhc_test_data' from source: include_vars 3669 1726883373.04125: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 3669 1726883373.04133: done queuing things up, now waiting for results queue to drain 3669 1726883373.04135: results queue empty 3669 1726883373.04135: checking for any_errors_fatal 3669 1726883373.04137: done checking for any_errors_fatal 3669 1726883373.04137: checking for max_fail_percentage 3669 1726883373.04138: done checking for max_fail_percentage 3669 1726883373.04138: checking to see if all hosts have failed and the running result is not ok 3669 1726883373.04139: done checking to see if all hosts have failed 3669 1726883373.04139: getting the remaining hosts for this loop 3669 1726883373.04140: done getting the remaining hosts for this loop 3669 1726883373.04141: getting the next task for host managed_node3 3669 1726883373.04142: host managed_node3 is done iterating, returning 3669 1726883373.04143: done queuing things up, now waiting for results queue to drain 3669 1726883373.04144: results queue empty 3669 1726883373.04144: checking for any_errors_fatal 3669 1726883373.04145: done checking for any_errors_fatal 3669 1726883373.04145: checking for max_fail_percentage 3669 1726883373.04146: done checking for max_fail_percentage 3669 1726883373.04146: checking to see if all hosts have failed and the running result is not ok 3669 1726883373.04147: done checking to see if all hosts have failed 3669 1726883373.04148: getting the next task for host managed_node3 3669 1726883373.04149: 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:33 -0400 (0:00:00.003) 0:00:00.722 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.56s /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 Import test data -------------------------------------------------------- 0.03s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 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 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 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 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 3669 1726883373.04201: RUNNING CLEANUP