[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. 7379 1726883320.85581: 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-1y3 executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 7379 1726883320.85869: Added group all to inventory 7379 1726883320.85870: Added group ungrouped to inventory 7379 1726883320.85873: Group all now contains ungrouped 7379 1726883320.85875: Examining possible inventory source: /tmp/rhc-n0O/inventory.yml 7379 1726883320.94649: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7379 1726883320.94692: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7379 1726883320.94707: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7379 1726883320.94751: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7379 1726883320.94798: Loaded config def from plugin (inventory/script) 7379 1726883320.94799: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7379 1726883320.94831: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7379 1726883320.94888: Loaded config def from plugin (inventory/yaml) 7379 1726883320.94889: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7379 1726883320.94950: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7379 1726883320.95229: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7379 1726883320.95232: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7379 1726883320.95234: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7379 1726883320.95239: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7379 1726883320.95242: Loading data from /tmp/rhc-n0O/inventory.yml 7379 1726883320.95282: /tmp/rhc-n0O/inventory.yml was not parsable by auto 7379 1726883320.95330: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7379 1726883320.95358: Loading data from /tmp/rhc-n0O/inventory.yml 7379 1726883320.95410: group all already in inventory 7379 1726883320.95416: set inventory_file for managed_node1 7379 1726883320.95429: set inventory_dir for managed_node1 7379 1726883320.95431: Added host managed_node1 to inventory 7379 1726883320.95433: Added host managed_node1 to group all 7379 1726883320.95434: set ansible_host for managed_node1 7379 1726883320.95435: set ansible_ssh_extra_args for managed_node1 7379 1726883320.95441: set inventory_file for managed_node2 7379 1726883320.95444: set inventory_dir for managed_node2 7379 1726883320.95444: Added host managed_node2 to inventory 7379 1726883320.95445: Added host managed_node2 to group all 7379 1726883320.95446: set ansible_host for managed_node2 7379 1726883320.95447: set ansible_ssh_extra_args for managed_node2 7379 1726883320.95448: set inventory_file for managed_node3 7379 1726883320.95450: set inventory_dir for managed_node3 7379 1726883320.95450: Added host managed_node3 to inventory 7379 1726883320.95451: Added host managed_node3 to group all 7379 1726883320.95452: set ansible_host for managed_node3 7379 1726883320.95452: set ansible_ssh_extra_args for managed_node3 7379 1726883320.95454: Reconcile groups and hosts in inventory. 7379 1726883320.95457: Group ungrouped now contains managed_node1 7379 1726883320.95458: Group ungrouped now contains managed_node2 7379 1726883320.95459: Group ungrouped now contains managed_node3 7379 1726883320.95515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7379 1726883320.95592: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7379 1726883320.95628: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7379 1726883320.95645: Loaded config def from plugin (vars/host_group_vars) 7379 1726883320.95647: 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) 7379 1726883320.95651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7379 1726883320.95656: 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) 7379 1726883320.95684: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7379 1726883320.95928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883320.95991: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7379 1726883320.96017: Loaded config def from plugin (connection/local) 7379 1726883320.96021: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7379 1726883320.96355: Loaded config def from plugin (connection/paramiko_ssh) 7379 1726883320.96357: 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) 7379 1726883320.97185: 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) 7379 1726883320.97224: Loaded config def from plugin (connection/psrp) 7379 1726883320.97227: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7379 1726883320.97946: 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) 7379 1726883320.97970: Loaded config def from plugin (connection/ssh) 7379 1726883320.97972: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7379 1726883320.99200: 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) 7379 1726883320.99227: Loaded config def from plugin (connection/winrm) 7379 1726883320.99229: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7379 1726883320.99251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7379 1726883320.99291: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7379 1726883320.99334: Loaded config def from plugin (shell/cmd) 7379 1726883320.99335: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7379 1726883320.99349: 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) 7379 1726883320.99414: Loaded config def from plugin (shell/powershell) 7379 1726883320.99415: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7379 1726883320.99456: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7379 1726883320.99560: Loaded config def from plugin (shell/sh) 7379 1726883320.99562: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7379 1726883320.99583: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7379 1726883320.99826: Loaded config def from plugin (become/runas) 7379 1726883320.99828: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7379 1726883320.99978: Loaded config def from plugin (become/su) 7379 1726883320.99979: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7379 1726883321.00074: Loaded config def from plugin (become/sudo) 7379 1726883321.00076: 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 7379 1726883321.00098: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_remediation.yml 7379 1726883321.00434: in VariableManager get_vars() 7379 1726883321.00448: done with get_vars() 7379 1726883321.00462: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 7379 1726883321.00538: in VariableManager get_vars() 7379 1726883321.00549: done with get_vars() 7379 1726883321.00568: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 7379 1726883321.00799: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7379 1726883321.03470: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7379 1726883321.03641: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7379 1726883321.03922: in VariableManager get_vars() 7379 1726883321.03933: done with get_vars() 7379 1726883321.03952: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 7379 1726883321.04469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7379 1726883321.04478: 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 7379 1726883321.04637: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7379 1726883321.04733: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7379 1726883321.04735: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-1y3/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) 7379 1726883321.04755: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7379 1726883321.04772: 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) 7379 1726883321.04870: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7379 1726883321.04908: Loaded config def from plugin (callback/default) 7379 1726883321.04910: 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) 7379 1726883321.05651: Loaded config def from plugin (callback/junit) 7379 1726883321.05653: 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) 7379 1726883321.05682: 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) 7379 1726883321.05722: Loaded config def from plugin (callback/minimal) 7379 1726883321.05724: 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) 7379 1726883321.05750: 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) 7379 1726883321.05788: Loaded config def from plugin (callback/tree) 7379 1726883321.05790: 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 7379 1726883321.05864: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7379 1726883321.05865: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-1y3/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_remediation.yml *************************************** 1 plays in /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_remediation.yml 7379 1726883321.05893: in VariableManager get_vars() 7379 1726883321.05901: done with get_vars() 7379 1726883321.05905: in VariableManager get_vars() 7379 1726883321.05910: done with get_vars() 7379 1726883321.05914: variable 'omit' from source: magic vars 7379 1726883321.05939: in VariableManager get_vars() 7379 1726883321.05948: done with get_vars() 7379 1726883321.05960: variable 'omit' from source: magic vars PLAY [Test for insights remediation enabled & disabled] ************************ 7379 1726883321.06384: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7379 1726883321.06437: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7379 1726883321.06461: getting the remaining hosts for this loop 7379 1726883321.06462: done getting the remaining hosts for this loop 7379 1726883321.06464: getting the next task for host managed_node3 7379 1726883321.06467: done getting next task for host managed_node3 7379 1726883321.06468: ^ task is: TASK: meta (flush_handlers) 7379 1726883321.06469: ^ 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 7379 1726883321.06471: getting variables 7379 1726883321.06471: in VariableManager get_vars() 7379 1726883321.06477: Calling all_inventory to load vars for managed_node3 7379 1726883321.06479: Calling groups_inventory to load vars for managed_node3 7379 1726883321.06480: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.06489: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.06495: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.06497: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.06534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.06566: done with get_vars() 7379 1726883321.06570: done getting variables 7379 1726883321.06597: in VariableManager get_vars() 7379 1726883321.06602: Calling all_inventory to load vars for managed_node3 7379 1726883321.06603: Calling groups_inventory to load vars for managed_node3 7379 1726883321.06605: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.06608: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.06609: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.06612: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.06633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.06642: done with get_vars() 7379 1726883321.06650: done queuing things up, now waiting for results queue to drain 7379 1726883321.06651: results queue empty 7379 1726883321.06652: checking for any_errors_fatal 7379 1726883321.06653: done checking for any_errors_fatal 7379 1726883321.06653: checking for max_fail_percentage 7379 1726883321.06654: done checking for max_fail_percentage 7379 1726883321.06655: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.06655: done checking to see if all hosts have failed 7379 1726883321.06655: getting the remaining hosts for this loop 7379 1726883321.06656: done getting the remaining hosts for this loop 7379 1726883321.06658: getting the next task for host managed_node3 7379 1726883321.06661: done getting next task for host managed_node3 7379 1726883321.06662: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7379 1726883321.06664: ^ 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 7379 1726883321.06665: getting variables 7379 1726883321.06666: in VariableManager get_vars() 7379 1726883321.06671: Calling all_inventory to load vars for managed_node3 7379 1726883321.06672: Calling groups_inventory to load vars for managed_node3 7379 1726883321.06673: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.06676: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.06677: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.06679: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.06695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.06705: done with get_vars() 7379 1726883321.06709: done getting variables 7379 1726883321.06750: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:48:41 -0400 (0:00:00.009) 0:00:00.009 ****** 7379 1726883321.06769: entering _queue_task() for managed_node3/set_fact 7379 1726883321.06770: Creating lock for set_fact 7379 1726883321.07079: worker is 1 (out of 1 available) 7379 1726883321.07090: exiting _queue_task() for managed_node3/set_fact 7379 1726883321.07101: done queuing things up, now waiting for results queue to drain 7379 1726883321.07102: waiting for pending results... 7379 1726883321.07235: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 7379 1726883321.07323: in run() - task 123911ae-b657-2ed0-c100-00000000000c 7379 1726883321.07335: variable 'ansible_search_path' from source: unknown 7379 1726883321.07338: variable 'ansible_search_path' from source: unknown 7379 1726883321.07364: calling self._execute() 7379 1726883321.07407: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.07410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.07420: variable 'omit' from source: magic vars 7379 1726883321.07489: variable 'omit' from source: magic vars 7379 1726883321.07534: variable 'omit' from source: magic vars 7379 1726883321.07890: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7379 1726883321.07995: Loaded config def from plugin (lookup/env) 7379 1726883321.07998: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7379 1726883321.08058: variable 'omit' from source: magic vars 7379 1726883321.08084: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7379 1726883321.08110: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7379 1726883321.08134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7379 1726883321.08153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7379 1726883321.08165: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7379 1726883321.08192: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7379 1726883321.08199: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.08205: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.08286: Set connection var ansible_shell_type to sh 7379 1726883321.08293: Set connection var ansible_connection to ssh 7379 1726883321.08304: Set connection var ansible_pipelining to False 7379 1726883321.08313: Set connection var ansible_module_compression to ZIP_DEFLATED 7379 1726883321.08329: Set connection var ansible_timeout to 10 7379 1726883321.08337: Set connection var ansible_shell_executable to /bin/sh 7379 1726883321.08356: variable 'ansible_shell_executable' from source: unknown 7379 1726883321.08362: variable 'ansible_connection' from source: unknown 7379 1726883321.08367: variable 'ansible_module_compression' from source: unknown 7379 1726883321.08372: variable 'ansible_shell_type' from source: unknown 7379 1726883321.08377: variable 'ansible_shell_executable' from source: unknown 7379 1726883321.08381: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.08387: variable 'ansible_pipelining' from source: unknown 7379 1726883321.08391: variable 'ansible_timeout' from source: unknown 7379 1726883321.08396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.08490: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7379 1726883321.08502: variable 'omit' from source: magic vars 7379 1726883321.08509: starting attempt loop 7379 1726883321.08520: running the handler 7379 1726883321.08533: handler run complete 7379 1726883321.08543: attempt loop complete, returning result 7379 1726883321.08549: _execute() done 7379 1726883321.08553: dumping result to json 7379 1726883321.08558: done dumping result, returning 7379 1726883321.08566: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [123911ae-b657-2ed0-c100-00000000000c] 7379 1726883321.08573: sending task result for task 123911ae-b657-2ed0-c100-00000000000c 7379 1726883321.08659: done sending task result for task 123911ae-b657-2ed0-c100-00000000000c 7379 1726883321.08665: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7379 1726883321.08780: no more pending results, returning what we have 7379 1726883321.08783: results queue empty 7379 1726883321.08784: checking for any_errors_fatal 7379 1726883321.08785: done checking for any_errors_fatal 7379 1726883321.08786: checking for max_fail_percentage 7379 1726883321.08788: done checking for max_fail_percentage 7379 1726883321.08788: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.08789: done checking to see if all hosts have failed 7379 1726883321.08789: getting the remaining hosts for this loop 7379 1726883321.08791: done getting the remaining hosts for this loop 7379 1726883321.08794: getting the next task for host managed_node3 7379 1726883321.08802: done getting next task for host managed_node3 7379 1726883321.08804: ^ task is: TASK: Import test data 7379 1726883321.08807: ^ 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 7379 1726883321.08809: getting variables 7379 1726883321.08812: in VariableManager get_vars() 7379 1726883321.08836: Calling all_inventory to load vars for managed_node3 7379 1726883321.08838: Calling groups_inventory to load vars for managed_node3 7379 1726883321.08841: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.08849: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.08851: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.08854: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.08895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.08918: done with get_vars() 7379 1726883321.08924: done getting variables 7379 1726883321.09013: 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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:48:41 -0400 (0:00:00.022) 0:00:00.032 ****** 7379 1726883321.09040: entering _queue_task() for managed_node3/include_vars 7379 1726883321.09042: Creating lock for include_vars 7379 1726883321.09260: worker is 1 (out of 1 available) 7379 1726883321.09270: exiting _queue_task() for managed_node3/include_vars 7379 1726883321.09278: done queuing things up, now waiting for results queue to drain 7379 1726883321.09279: waiting for pending results... 7379 1726883321.09480: running TaskExecutor() for managed_node3/TASK: Import test data 7379 1726883321.09584: in run() - task 123911ae-b657-2ed0-c100-00000000000e 7379 1726883321.09600: variable 'ansible_search_path' from source: unknown 7379 1726883321.09607: variable 'ansible_search_path' from source: unknown 7379 1726883321.09649: calling self._execute() 7379 1726883321.09705: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.09718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.09735: variable 'omit' from source: magic vars 7379 1726883321.10158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7379 1726883321.13360: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7379 1726883321.13399: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7379 1726883321.13428: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7379 1726883321.13456: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7379 1726883321.13474: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7379 1726883321.13524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7379 1726883321.13549: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7379 1726883321.13567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7379 1726883321.13592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7379 1726883321.13603: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7379 1726883321.13679: variable 'lsr_rhc_test_data_file' from source: set_fact 7379 1726883321.13696: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7379 1726883321.13699: when evaluation is False, skipping this task 7379 1726883321.13702: _execute() done 7379 1726883321.13704: dumping result to json 7379 1726883321.13706: done dumping result, returning 7379 1726883321.13713: done running TaskExecutor() for managed_node3/TASK: Import test data [123911ae-b657-2ed0-c100-00000000000e] 7379 1726883321.13717: sending task result for task 123911ae-b657-2ed0-c100-00000000000e 7379 1726883321.13792: done sending task result for task 123911ae-b657-2ed0-c100-00000000000e 7379 1726883321.13795: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7379 1726883321.13895: no more pending results, returning what we have 7379 1726883321.13898: results queue empty 7379 1726883321.13899: checking for any_errors_fatal 7379 1726883321.13904: done checking for any_errors_fatal 7379 1726883321.13905: checking for max_fail_percentage 7379 1726883321.13907: done checking for max_fail_percentage 7379 1726883321.13907: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.13908: done checking to see if all hosts have failed 7379 1726883321.13909: getting the remaining hosts for this loop 7379 1726883321.13910: done getting the remaining hosts for this loop 7379 1726883321.13913: getting the next task for host managed_node3 7379 1726883321.13922: done getting next task for host managed_node3 7379 1726883321.13924: ^ task is: TASK: Get facts for external test data 7379 1726883321.13927: ^ 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 7379 1726883321.13929: getting variables 7379 1726883321.13931: in VariableManager get_vars() 7379 1726883321.13955: Calling all_inventory to load vars for managed_node3 7379 1726883321.13957: Calling groups_inventory to load vars for managed_node3 7379 1726883321.13960: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.13968: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.13970: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.13973: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.14004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.14026: done with get_vars() 7379 1726883321.14032: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 21:48:41 -0400 (0:00:00.050) 0:00:00.082 ****** 7379 1726883321.14093: entering _queue_task() for managed_node3/setup 7379 1726883321.14276: worker is 1 (out of 1 available) 7379 1726883321.14287: exiting _queue_task() for managed_node3/setup 7379 1726883321.14297: done queuing things up, now waiting for results queue to drain 7379 1726883321.14298: waiting for pending results... 7379 1726883321.14412: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 7379 1726883321.14484: in run() - task 123911ae-b657-2ed0-c100-00000000000f 7379 1726883321.14494: variable 'ansible_search_path' from source: unknown 7379 1726883321.14498: variable 'ansible_search_path' from source: unknown 7379 1726883321.14532: calling self._execute() 7379 1726883321.14577: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.14581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.14589: variable 'omit' from source: magic vars 7379 1726883321.16772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7379 1726883321.18170: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7379 1726883321.18215: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7379 1726883321.18245: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7379 1726883321.18269: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7379 1726883321.18287: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7379 1726883321.18341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7379 1726883321.18361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7379 1726883321.18378: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7379 1726883321.18403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7379 1726883321.18415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7379 1726883321.18490: variable 'lsr_rhc_test_data_file' from source: set_fact 7379 1726883321.18504: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7379 1726883321.18507: when evaluation is False, skipping this task 7379 1726883321.18510: _execute() done 7379 1726883321.18515: dumping result to json 7379 1726883321.18517: done dumping result, returning 7379 1726883321.18524: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [123911ae-b657-2ed0-c100-00000000000f] 7379 1726883321.18526: sending task result for task 123911ae-b657-2ed0-c100-00000000000f 7379 1726883321.18604: done sending task result for task 123911ae-b657-2ed0-c100-00000000000f 7379 1726883321.18607: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7379 1726883321.18646: no more pending results, returning what we have 7379 1726883321.18649: results queue empty 7379 1726883321.18650: checking for any_errors_fatal 7379 1726883321.18653: done checking for any_errors_fatal 7379 1726883321.18654: checking for max_fail_percentage 7379 1726883321.18655: done checking for max_fail_percentage 7379 1726883321.18656: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.18657: done checking to see if all hosts have failed 7379 1726883321.18657: getting the remaining hosts for this loop 7379 1726883321.18662: done getting the remaining hosts for this loop 7379 1726883321.18666: getting the next task for host managed_node3 7379 1726883321.18676: done getting next task for host managed_node3 7379 1726883321.18679: ^ task is: TASK: Set local lsr_rhc_test_data 7379 1726883321.18682: ^ 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 7379 1726883321.18685: getting variables 7379 1726883321.18687: in VariableManager get_vars() 7379 1726883321.18714: Calling all_inventory to load vars for managed_node3 7379 1726883321.18717: Calling groups_inventory to load vars for managed_node3 7379 1726883321.18720: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.18728: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.18731: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.18733: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.18775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.18801: done with get_vars() 7379 1726883321.18810: done getting variables 7379 1726883321.18850: 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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:48:41 -0400 (0:00:00.047) 0:00:00.130 ****** 7379 1726883321.18872: entering _queue_task() for managed_node3/include_vars 7379 1726883321.19051: worker is 1 (out of 1 available) 7379 1726883321.19062: exiting _queue_task() for managed_node3/include_vars 7379 1726883321.19072: done queuing things up, now waiting for results queue to drain 7379 1726883321.19073: waiting for pending results... 7379 1726883321.19201: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 7379 1726883321.19271: in run() - task 123911ae-b657-2ed0-c100-000000000011 7379 1726883321.19280: variable 'ansible_search_path' from source: unknown 7379 1726883321.19283: variable 'ansible_search_path' from source: unknown 7379 1726883321.19310: calling self._execute() 7379 1726883321.19355: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.19359: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.19366: variable 'omit' from source: magic vars 7379 1726883321.21456: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7379 1726883321.22841: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7379 1726883321.22886: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7379 1726883321.22915: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7379 1726883321.22941: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7379 1726883321.22959: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7379 1726883321.23008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7379 1726883321.23032: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7379 1726883321.23051: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7379 1726883321.23076: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7379 1726883321.23086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7379 1726883321.23161: variable 'lsr_rhc_test_data_file' from source: set_fact 7379 1726883321.23176: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7379 1726883321.23181: variable 'omit' from source: magic vars 7379 1726883321.23216: variable 'omit' from source: magic vars 7379 1726883321.23248: variable 'omit' from source: magic vars 7379 1726883321.23263: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7379 1726883321.23279: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7379 1726883321.23289: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7379 1726883321.23300: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7379 1726883321.23307: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7379 1726883321.23323: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7379 1726883321.23326: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.23329: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.23384: Set connection var ansible_shell_type to sh 7379 1726883321.23387: Set connection var ansible_connection to ssh 7379 1726883321.23394: Set connection var ansible_pipelining to False 7379 1726883321.23399: Set connection var ansible_module_compression to ZIP_DEFLATED 7379 1726883321.23407: Set connection var ansible_timeout to 10 7379 1726883321.23413: Set connection var ansible_shell_executable to /bin/sh 7379 1726883321.23429: variable 'ansible_shell_executable' from source: unknown 7379 1726883321.23432: variable 'ansible_connection' from source: unknown 7379 1726883321.23435: variable 'ansible_module_compression' from source: unknown 7379 1726883321.23437: variable 'ansible_shell_type' from source: unknown 7379 1726883321.23440: variable 'ansible_shell_executable' from source: unknown 7379 1726883321.23443: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.23446: variable 'ansible_pipelining' from source: unknown 7379 1726883321.23449: variable 'ansible_timeout' from source: unknown 7379 1726883321.23457: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.23535: 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) 7379 1726883321.23545: variable 'omit' from source: magic vars 7379 1726883321.23548: starting attempt loop 7379 1726883321.23552: running the handler 7379 1726883321.23565: evaluation_path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7379 1726883321.23580: search_path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 7379 1726883321.23653: handler run complete 7379 1726883321.23659: attempt loop complete, returning result 7379 1726883321.23663: _execute() done 7379 1726883321.23666: dumping result to json 7379 1726883321.23675: done dumping result, returning 7379 1726883321.23680: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [123911ae-b657-2ed0-c100-000000000011] 7379 1726883321.23682: sending task result for task 123911ae-b657-2ed0-c100-000000000011 7379 1726883321.25384: done sending task result for task 123911ae-b657-2ed0-c100-000000000011 7379 1726883321.25387: 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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7379 1726883321.25448: no more pending results, returning what we have 7379 1726883321.25449: results queue empty 7379 1726883321.25450: checking for any_errors_fatal 7379 1726883321.25451: done checking for any_errors_fatal 7379 1726883321.25452: checking for max_fail_percentage 7379 1726883321.25453: done checking for max_fail_percentage 7379 1726883321.25453: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.25453: done checking to see if all hosts have failed 7379 1726883321.25454: getting the remaining hosts for this loop 7379 1726883321.25455: done getting the remaining hosts for this loop 7379 1726883321.25456: getting the next task for host managed_node3 7379 1726883321.25460: done getting next task for host managed_node3 7379 1726883321.25461: ^ task is: TASK: Check if system is ostree 7379 1726883321.25463: ^ 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 7379 1726883321.25464: getting variables 7379 1726883321.25465: in VariableManager get_vars() 7379 1726883321.25474: Calling all_inventory to load vars for managed_node3 7379 1726883321.25475: Calling groups_inventory to load vars for managed_node3 7379 1726883321.25477: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.25481: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.25482: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.25484: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.25504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.25524: done with get_vars() 7379 1726883321.25530: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 21:48:41 -0400 (0:00:00.067) 0:00:00.197 ****** 7379 1726883321.25577: entering _queue_task() for managed_node3/stat 7379 1726883321.25763: worker is 1 (out of 1 available) 7379 1726883321.25775: exiting _queue_task() for managed_node3/stat 7379 1726883321.25785: done queuing things up, now waiting for results queue to drain 7379 1726883321.25786: waiting for pending results... 7379 1726883321.25914: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 7379 1726883321.25985: in run() - task 123911ae-b657-2ed0-c100-000000000013 7379 1726883321.25995: variable 'ansible_search_path' from source: unknown 7379 1726883321.25998: variable 'ansible_search_path' from source: unknown 7379 1726883321.26033: calling self._execute() 7379 1726883321.26087: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.26090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.26098: variable 'omit' from source: magic vars 7379 1726883321.26427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7379 1726883321.26615: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7379 1726883321.26657: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7379 1726883321.26698: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7379 1726883321.26737: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7379 1726883321.26817: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 7379 1726883321.26848: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 7379 1726883321.26877: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 7379 1726883321.26904: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 7379 1726883321.27032: Evaluated conditional (not __rhc_is_ostree is defined): True 7379 1726883321.27044: variable 'omit' from source: magic vars 7379 1726883321.27102: variable 'omit' from source: magic vars 7379 1726883321.27143: variable 'omit' from source: magic vars 7379 1726883321.27172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7379 1726883321.27201: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7379 1726883321.27227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7379 1726883321.27255: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7379 1726883321.27265: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7379 1726883321.27295: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7379 1726883321.27304: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.27314: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.27401: Set connection var ansible_shell_type to sh 7379 1726883321.27410: Set connection var ansible_connection to ssh 7379 1726883321.27430: Set connection var ansible_pipelining to False 7379 1726883321.27440: Set connection var ansible_module_compression to ZIP_DEFLATED 7379 1726883321.27456: Set connection var ansible_timeout to 10 7379 1726883321.27465: Set connection var ansible_shell_executable to /bin/sh 7379 1726883321.27492: variable 'ansible_shell_executable' from source: unknown 7379 1726883321.27499: variable 'ansible_connection' from source: unknown 7379 1726883321.27505: variable 'ansible_module_compression' from source: unknown 7379 1726883321.27514: variable 'ansible_shell_type' from source: unknown 7379 1726883321.27524: variable 'ansible_shell_executable' from source: unknown 7379 1726883321.27531: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.27537: variable 'ansible_pipelining' from source: unknown 7379 1726883321.27543: variable 'ansible_timeout' from source: unknown 7379 1726883321.27550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.27700: 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__) 7379 1726883321.27720: variable 'omit' from source: magic vars 7379 1726883321.27731: starting attempt loop 7379 1726883321.27739: running the handler 7379 1726883321.27755: _low_level_execute_command(): starting 7379 1726883321.27767: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7379 1726883321.28316: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7379 1726883321.28320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7379 1726883321.28353: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7379 1726883321.28356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7379 1726883321.28359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.28415: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7379 1726883321.28418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7379 1726883321.28421: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7379 1726883321.28483: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7379 1726883321.30090: stdout chunk (state=3): >>>/root <<< 7379 1726883321.30193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7379 1726883321.30240: stderr chunk (state=3): >>><<< 7379 1726883321.30244: stdout chunk (state=3): >>><<< 7379 1726883321.30261: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7379 1726883321.30272: _low_level_execute_command(): starting 7379 1726883321.30278: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306 `" && echo ansible-tmp-1726883321.3026023-7388-160833126758306="` echo /root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306 `" ) && sleep 0' 7379 1726883321.30708: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7379 1726883321.30712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7379 1726883321.30735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.30749: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.30794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7379 1726883321.30805: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7379 1726883321.30859: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7379 1726883321.32673: stdout chunk (state=3): >>>ansible-tmp-1726883321.3026023-7388-160833126758306=/root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306 <<< 7379 1726883321.32782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7379 1726883321.32829: stderr chunk (state=3): >>><<< 7379 1726883321.32832: stdout chunk (state=3): >>><<< 7379 1726883321.32846: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883321.3026023-7388-160833126758306=/root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7379 1726883321.32886: variable 'ansible_module_compression' from source: unknown 7379 1726883321.32929: ANSIBALLZ: Using lock for stat 7379 1726883321.32933: ANSIBALLZ: Acquiring lock 7379 1726883321.32935: ANSIBALLZ: Lock acquired: 140387464579600 7379 1726883321.32937: ANSIBALLZ: Creating module 7379 1726883321.41132: ANSIBALLZ: Writing module into payload 7379 1726883321.41217: ANSIBALLZ: Writing module 7379 1726883321.41233: ANSIBALLZ: Renaming module 7379 1726883321.41236: ANSIBALLZ: Done creating module 7379 1726883321.41251: variable 'ansible_facts' from source: unknown 7379 1726883321.41257: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7379 1726883321.41264: _low_level_execute_command(): starting 7379 1726883321.41270: _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' 7379 1726883321.41734: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7379 1726883321.41752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7379 1726883321.41772: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.41783: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.41831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7379 1726883321.41843: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7379 1726883321.41906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7379 1726883321.43507: stdout chunk (state=3): >>>PLATFORM <<< 7379 1726883321.43577: stdout chunk (state=3): >>>Linux <<< 7379 1726883321.43603: stdout chunk (state=3): >>>FOUND <<< 7379 1726883321.43621: stdout chunk (state=3): >>>/usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 <<< 7379 1726883321.43628: stdout chunk (state=3): >>>ENDFOUND <<< 7379 1726883321.43749: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7379 1726883321.43799: stderr chunk (state=3): >>><<< 7379 1726883321.43805: stdout chunk (state=3): >>><<< 7379 1726883321.43823: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7379 1726883321.43833 [managed_node3]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7379 1726883321.43862: _low_level_execute_command(): starting 7379 1726883321.43865: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 7379 1726883321.43953: Sending initial data 7379 1726883321.43956: Sent initial data (1181 bytes) 7379 1726883321.44306: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7379 1726883321.44309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7379 1726883321.44349: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.44353: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found <<< 7379 1726883321.44355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.44405: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7379 1726883321.44408: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7379 1726883321.44457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7379 1726883321.48144: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 7379 1726883321.48521: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7379 1726883321.48562: stderr chunk (state=3): >>><<< 7379 1726883321.48565: stdout chunk (state=3): >>><<< 7379 1726883321.48576: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7379 1726883321.48630: variable 'ansible_facts' from source: unknown 7379 1726883321.48633: variable 'ansible_facts' from source: unknown 7379 1726883321.48638: variable 'ansible_module_compression' from source: unknown 7379 1726883321.48675: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7379ifhzyyp0/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7379 1726883321.48689: variable 'ansible_facts' from source: unknown 7379 1726883321.48741: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306/AnsiballZ_stat.py 7379 1726883321.48847: Sending initial data 7379 1726883321.48856: Sent initial data (151 bytes) 7379 1726883321.49511: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7379 1726883321.49514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7379 1726883321.49548: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.49551: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7379 1726883321.49553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.49608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7379 1726883321.49617: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7379 1726883321.49661: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7379 1726883321.51386: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 7379 1726883321.51427: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7379 1726883321.51470: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7379ifhzyyp0/tmp74sce6c3 /root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306/AnsiballZ_stat.py <<< 7379 1726883321.51513: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7379 1726883321.52303: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7379 1726883321.52401: stderr chunk (state=3): >>><<< 7379 1726883321.52404: stdout chunk (state=3): >>><<< 7379 1726883321.52424: done transferring module to remote 7379 1726883321.52434: _low_level_execute_command(): starting 7379 1726883321.52438: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306/ /root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306/AnsiballZ_stat.py && sleep 0' 7379 1726883321.52874: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7379 1726883321.52886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7379 1726883321.52909: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.52924: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.52970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7379 1726883321.52982: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7379 1726883321.53037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7379 1726883321.54735: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7379 1726883321.54776: stderr chunk (state=3): >>><<< 7379 1726883321.54779: stdout chunk (state=3): >>><<< 7379 1726883321.54791: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7379 1726883321.54798: _low_level_execute_command(): starting 7379 1726883321.54803: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306/AnsiballZ_stat.py && sleep 0' 7379 1726883321.55233: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7379 1726883321.55245: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7379 1726883321.55266: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7379 1726883321.55281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.55324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7379 1726883321.55341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7379 1726883321.55396: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7379 1726883321.57286: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7379 1726883321.57306: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7379 1726883321.57314: stdout chunk (state=3): >>>import '_weakref' # <<< 7379 1726883321.57373: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7379 1726883321.57409: stdout chunk (state=3): >>>import 'posix' # <<< 7379 1726883321.57435: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7379 1726883321.57439: stdout chunk (state=3): >>># installing zipimport hook <<< 7379 1726883321.57474: stdout chunk (state=3): >>>import 'time' # <<< 7379 1726883321.57486: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7379 1726883321.57537: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7379 1726883321.57553: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7379 1726883321.57575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7379 1726883321.57582: stdout chunk (state=3): >>>import '_codecs' # <<< 7379 1726883321.57609: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddbb3dc0> <<< 7379 1726883321.57652: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py<<< 7379 1726883321.57661: stdout chunk (state=3): >>> <<< 7379 1726883321.57664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb583a0> <<< 7379 1726883321.57667: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddbb3b20> <<< 7379 1726883321.57696: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7379 1726883321.57714: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddbb3ac0> <<< 7379 1726883321.57730: stdout chunk (state=3): >>>import '_signal' # <<< 7379 1726883321.57757: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7379 1726883321.57771: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb58490> <<< 7379 1726883321.57796: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7379 1726883321.57806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7379 1726883321.57825: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7379 1726883321.57828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7379 1726883321.57834: stdout chunk (state=3): >>>import '_abc' # <<< 7379 1726883321.57855: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb58940> <<< 7379 1726883321.57865: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb58670> <<< 7379 1726883321.57895: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7379 1726883321.57904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7379 1726883321.57933: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7379 1726883321.57940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7379 1726883321.57973: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7379 1726883321.57978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7379 1726883321.58005: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb0f190> <<< 7379 1726883321.58026: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7379 1726883321.58043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7379 1726883321.58115: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb0f220> <<< 7379 1726883321.58134: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7379 1726883321.58146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7379 1726883321.58164: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7379 1726883321.58179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb32850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb0f940> <<< 7379 1726883321.58212: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb70880> <<< 7379 1726883321.58227: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7379 1726883321.58237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb08d90> <<< 7379 1726883321.58292: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7379 1726883321.58303: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb32d90> <<< 7379 1726883321.58352: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb58970> <<< 7379 1726883321.58382: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7379 1726883321.58575: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7379 1726883321.58586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7379 1726883321.58619: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7379 1726883321.58631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7379 1726883321.58636: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7379 1726883321.58659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7379 1726883321.58672: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7379 1726883321.58695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7379 1726883321.58700: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddaaeeb0> <<< 7379 1726883321.58749: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddab1f40> <<< 7379 1726883321.58759: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7379 1726883321.58778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7379 1726883321.58793: stdout chunk (state=3): >>>import '_sre' # <<< 7379 1726883321.58822: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7379 1726883321.58829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7379 1726883321.58850: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7379 1726883321.58854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7379 1726883321.58879: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddaa7610> <<< 7379 1726883321.58889: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddaad640> <<< 7379 1726883321.58913: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddaae370> <<< 7379 1726883321.58921: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7379 1726883321.58993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7379 1726883321.59014: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7379 1726883321.59046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7379 1726883321.59056: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7379 1726883321.59070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7379 1726883321.59108: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.59114: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dda2fe20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda2f910> <<< 7379 1726883321.59116: stdout chunk (state=3): >>>import 'itertools' # <<< 7379 1726883321.59145: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' <<< 7379 1726883321.59152: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda2ff10> <<< 7379 1726883321.59170: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7379 1726883321.59179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7379 1726883321.59204: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda2ffd0> <<< 7379 1726883321.59234: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' <<< 7379 1726883321.59243: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda420d0> <<< 7379 1726883321.59252: stdout chunk (state=3): >>>import '_collections' # <<< 7379 1726883321.59300: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda89d90> <<< 7379 1726883321.59304: stdout chunk (state=3): >>>import '_functools' # <<< 7379 1726883321.59331: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda82670> <<< 7379 1726883321.59384: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7379 1726883321.59389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda956d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddab5e20> <<< 7379 1726883321.59414: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7379 1726883321.59440: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.59448: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dda42cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda892b0> <<< 7379 1726883321.59477: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.59491: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dda952e0> <<< 7379 1726883321.59500: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddabb9d0> <<< 7379 1726883321.59513: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7379 1726883321.59528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7379 1726883321.59539: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7379 1726883321.59567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7379 1726883321.59586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7379 1726883321.59600: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42eb0> <<< 7379 1726883321.59602: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42df0> <<< 7379 1726883321.59635: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 7379 1726883321.59639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42d60> <<< 7379 1726883321.59648: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7379 1726883321.59663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7379 1726883321.59684: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7379 1726883321.59693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7379 1726883321.59712: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7379 1726883321.59757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7379 1726883321.59783: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' <<< 7379 1726883321.59798: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd7fa3d0> <<< 7379 1726883321.59801: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7379 1726883321.59825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7379 1726883321.59850: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd7fa4c0> <<< 7379 1726883321.59969: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda4af40> <<< 7379 1726883321.60014: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda44a90> <<< 7379 1726883321.60025: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda44490> <<< 7379 1726883321.60037: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7379 1726883321.60053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7379 1726883321.60082: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7379 1726883321.60100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7379 1726883321.60122: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7379 1726883321.60133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd72e220> <<< 7379 1726883321.60168: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd7e5520> <<< 7379 1726883321.60221: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda44f10> <<< 7379 1726883321.60232: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddabb040> <<< 7379 1726883321.60242: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7379 1726883321.60269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7379 1726883321.60291: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 7379 1726883321.60298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd740b50> <<< 7379 1726883321.60316: stdout chunk (state=3): >>>import 'errno' # <<< 7379 1726883321.60349: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd740e80> <<< 7379 1726883321.60362: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7379 1726883321.60372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7379 1726883321.60394: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7379 1726883321.60401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' <<< 7379 1726883321.60408: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd751790> <<< 7379 1726883321.60437: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7379 1726883321.60464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7379 1726883321.60493: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd751cd0> <<< 7379 1726883321.60527: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.60531: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd6df400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd740f70> <<< 7379 1726883321.60560: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7379 1726883321.60563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7379 1726883321.60610: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd6f02e0> <<< 7379 1726883321.60619: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd751610> <<< 7379 1726883321.60627: stdout chunk (state=3): >>>import 'pwd' # <<< 7379 1726883321.60655: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd6f03a0> <<< 7379 1726883321.60693: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42a30> <<< 7379 1726883321.60709: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7379 1726883321.60729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7379 1726883321.60745: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7379 1726883321.60764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7379 1726883321.60797: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.60813: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd70b700> <<< 7379 1726883321.60819: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py <<< 7379 1726883321.60826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' <<< 7379 1726883321.60849: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.60854: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd70b9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd70b7c0> <<< 7379 1726883321.60880: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd70b8b0> <<< 7379 1726883321.60909: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7379 1726883321.61104: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd70bd00> <<< 7379 1726883321.61142: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd716250> <<< 7379 1726883321.61147: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd70b940> <<< 7379 1726883321.61161: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd6ffa90> <<< 7379 1726883321.61189: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42610> <<< 7379 1726883321.61208: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7379 1726883321.61264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7379 1726883321.61300: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd70baf0> <<< 7379 1726883321.61402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7379 1726883321.61416: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f60dd6356d0> <<< 7379 1726883321.61537: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip' # zipimport: zlib available <<< 7379 1726883321.61629: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.61657: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/__init__.py <<< 7379 1726883321.61666: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.61672: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.61694: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/__init__.py <<< 7379 1726883321.61720: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.62963: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.63924: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55b820> <<< 7379 1726883321.63953: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7379 1726883321.63957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7379 1726883321.63985: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7379 1726883321.64010: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7379 1726883321.64016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7379 1726883321.64039: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.64044: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd55b160> <<< 7379 1726883321.64081: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55b280> <<< 7379 1726883321.64120: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55bf70> <<< 7379 1726883321.64128: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7379 1726883321.64140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7379 1726883321.64180: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55b4f0> <<< 7379 1726883321.64190: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55bd90> import 'atexit' # <<< 7379 1726883321.64226: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd55bfd0> <<< 7379 1726883321.64244: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7379 1726883321.64267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7379 1726883321.64307: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55b100> <<< 7379 1726883321.64325: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7379 1726883321.64344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7379 1726883321.64360: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7379 1726883321.64384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7379 1726883321.64409: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7379 1726883321.64413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7379 1726883321.64481: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf6df40> <<< 7379 1726883321.64521: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf8cd00> <<< 7379 1726883321.64547: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf8ceb0> <<< 7379 1726883321.64563: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7379 1726883321.64594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7379 1726883321.64637: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf8c370> <<< 7379 1726883321.64652: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5c2dc0> <<< 7379 1726883321.64813: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5c23a0> <<< 7379 1726883321.64834: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7379 1726883321.64859: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5c2fd0> <<< 7379 1726883321.64874: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7379 1726883321.64894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7379 1726883321.64915: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7379 1726883321.64927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7379 1726883321.64932: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7379 1726883321.64953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7379 1726883321.64964: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7379 1726883321.64979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7379 1726883321.64983: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd592d30> <<< 7379 1726883321.65069: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfe9d30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfe9400> <<< 7379 1726883321.65073: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5644f0> <<< 7379 1726883321.65102: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.65105: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcfe9520> <<< 7379 1726883321.65134: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfe9550> <<< 7379 1726883321.65151: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7379 1726883321.65170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7379 1726883321.65184: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7379 1726883321.65219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7379 1726883321.65284: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.65289: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf5dfd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5a3250> <<< 7379 1726883321.65317: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7379 1726883321.65324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7379 1726883321.65376: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.65381: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf5a850> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5a33d0> <<< 7379 1726883321.65412: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7379 1726883321.65444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7379 1726883321.65467: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7379 1726883321.65481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7379 1726883321.65538: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5bbe50> <<< 7379 1726883321.65664: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf5a7f0> <<< 7379 1726883321.65761: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.65765: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf5a640> <<< 7379 1726883321.65793: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.65797: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf595b0> <<< 7379 1726883321.65836: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.65839: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf4ed90> <<< 7379 1726883321.65851: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd59c910> <<< 7379 1726883321.65866: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7379 1726883321.65889: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7379 1726883321.65900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7379 1726883321.65947: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcfdf6a0> <<< 7379 1726883321.66131: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcfddb20> <<< 7379 1726883321.66141: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfed0a0> <<< 7379 1726883321.66170: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.66178: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcfdf100> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd567b20> <<< 7379 1726883321.66196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.66209: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.66221: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7379 1726883321.66224: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.66301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.66377: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.66388: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py <<< 7379 1726883321.66419: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7379 1726883321.66426: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7379 1726883321.66435: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.66536: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.66631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.67094: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.67546: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py <<< 7379 1726883321.67562: 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 # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7379 1726883321.67586: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7379 1726883321.67600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7379 1726883321.67652: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7379 1726883321.67657: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcb4b5e0> <<< 7379 1726883321.67718: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7379 1726883321.67733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf2b580> <<< 7379 1726883321.67736: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcaeb100> <<< 7379 1726883321.67782: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 7379 1726883321.67801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.67808: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.67832: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 7379 1726883321.67836: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.67954: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.68082: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7379 1726883321.68112: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfddb80> <<< 7379 1726883321.68115: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.68499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.68863: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.68918: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.68983: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 7379 1726883321.68987: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69027: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69057: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7379 1726883321.69062: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69117: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69189: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 7379 1726883321.69204: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69212: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7379 1726883321.69230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69260: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69299: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7379 1726883321.69304: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69487: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69674: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7379 1726883321.69706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7379 1726883321.69715: stdout chunk (state=3): >>>import '_ast' # <<< 7379 1726883321.69784: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcb1bf10> <<< 7379 1726883321.69789: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69852: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69925: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7379 1726883321.69930: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7379 1726883321.69955: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.69990: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.70027: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 7379 1726883321.70033: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.70069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.70106: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.70196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.70257: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py <<< 7379 1726883321.70282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7379 1726883321.70356: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd5ae220> <<< 7379 1726883321.70394: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcb1b850> <<< 7379 1726883321.70429: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/file.py <<< 7379 1726883321.70434: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7379 1726883321.70568: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.70620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.70644: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.70679: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7379 1726883321.70699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7379 1726883321.70712: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7379 1726883321.70744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7379 1726883321.70772: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7379 1726883321.70783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7379 1726883321.70871: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf1dca0> <<< 7379 1726883321.70914: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf19f70> <<< 7379 1726883321.70966: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf12940> <<< 7379 1726883321.70973: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7379 1726883321.71002: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.71029: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py <<< 7379 1726883321.71035: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7379 1726883321.71091: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 7379 1726883321.71110: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.71133: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 7379 1726883321.71139: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.71248: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.71423: stdout chunk (state=3): >>># zipimport: zlib available <<< 7379 1726883321.71559: 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"}}} <<< 7379 1726883321.71562: stdout chunk (state=3): >>># destroy __main__ <<< 7379 1726883321.71828: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 7379 1726883321.71881: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases <<< 7379 1726883321.71934: stdout chunk (state=3): >>># cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors <<< 7379 1726883321.71942: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7379 1726883321.72126: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7379 1726883321.72134: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7379 1726883321.72149: stdout chunk (state=3): >>># destroy zipimport <<< 7379 1726883321.72160: stdout chunk (state=3): >>># destroy _compression <<< 7379 1726883321.72172: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7379 1726883321.72200: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7379 1726883321.72207: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings <<< 7379 1726883321.72226: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7379 1726883321.72237: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7379 1726883321.72248: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7379 1726883321.72303: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 7379 1726883321.72335: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 7379 1726883321.72347: stdout chunk (state=3): >>># destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess <<< 7379 1726883321.72352: stdout chunk (state=3): >>># cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 7379 1726883321.72355: stdout chunk (state=3): >>># cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch <<< 7379 1726883321.72373: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading <<< 7379 1726883321.72384: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re <<< 7379 1726883321.72414: stdout chunk (state=3): >>># destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools <<< 7379 1726883321.72421: stdout chunk (state=3): >>># cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator <<< 7379 1726883321.72441: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath <<< 7379 1726883321.72491: stdout chunk (state=3): >>># cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 7379 1726883321.72507: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 7379 1726883321.72517: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 7379 1726883321.72520: 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 <<< 7379 1726883321.72522: stdout chunk (state=3): >>># cleanup[3] wiping sys <<< 7379 1726883321.72524: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket <<< 7379 1726883321.72526: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7379 1726883321.72652: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7379 1726883321.72659: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq <<< 7379 1726883321.72675: stdout chunk (state=3): >>># destroy posixpath # destroy stat <<< 7379 1726883321.72691: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors <<< 7379 1726883321.72721: stdout chunk (state=3): >>># destroy select <<< 7379 1726883321.72724: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator <<< 7379 1726883321.72731: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7379 1726883321.72759: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7379 1726883321.73028: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.127 closed. <<< 7379 1726883321.73088: stderr chunk (state=3): >>><<< 7379 1726883321.73091: stdout chunk (state=3): >>><<< 7379 1726883321.73154: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddbb3dc0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb583a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddbb3b20> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddbb3ac0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb58490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb58940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb58670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb0f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb0f220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb32850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb0f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb70880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb08d90> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb32d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddb58970> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddaaeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddab1f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddaa7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddaad640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddaae370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dda2fe20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda2f910> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda2ff10> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda2ffd0> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda420d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda89d90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda82670> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda956d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddab5e20> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dda42cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda892b0> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dda952e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddabb9d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42df0> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42d60> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd7fa3d0> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd7fa4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda4af40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda44a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda44490> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd72e220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd7e5520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda44f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60ddabb040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd740b50> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd740e80> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd751790> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd751cd0> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd6df400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd740f70> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd6f02e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd751610> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd6f03a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42a30> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd70b700> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd70b9d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd70b7c0> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd70b8b0> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd70bd00> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd716250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd70b940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd6ffa90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dda42610> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd70baf0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f60dd6356d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55b820> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd55b160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55b280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55bf70> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55b4f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55bd90> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd55bfd0> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd55b100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf6df40> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf8cd00> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf8ceb0> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf8c370> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5c2dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5c23a0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5c2fd0> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd592d30> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfe9d30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfe9400> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5644f0> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcfe9520> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfe9550> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf5dfd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5a3250> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf5a850> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5a33d0> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd5bbe50> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf5a7f0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf5a640> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf595b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcf4ed90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd59c910> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcfdf6a0> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcfddb20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfed0a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcfdf100> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dd567b20> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dcb4b5e0> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf2b580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcaeb100> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcfddb80> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcb1bf10> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60dd5ae220> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcb1b850> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf1dca0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf19f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60dcf12940> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_fc1nc_ml/ansible_stat_payload.zip/ansible/modules/__init__.py # 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 builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.11.127 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.9, 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. 7379 1726883321.73647: 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-1726883321.3026023-7388-160833126758306/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7379 1726883321.73651: _low_level_execute_command(): starting 7379 1726883321.73653: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883321.3026023-7388-160833126758306/ > /dev/null 2>&1 && sleep 0' 7379 1726883321.73866: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7379 1726883321.73870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7379 1726883321.73909: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7379 1726883321.73913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7379 1726883321.73916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found <<< 7379 1726883321.73918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7379 1726883321.73972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7379 1726883321.73980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7379 1726883321.73983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7379 1726883321.74025: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7379 1726883321.75778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7379 1726883321.75825: stderr chunk (state=3): >>><<< 7379 1726883321.75828: stdout chunk (state=3): >>><<< 7379 1726883321.75842: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7379 1726883321.75848: handler run complete 7379 1726883321.75858: variable 'ansible_facts' from source: unknown 7379 1726883321.75884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.75903: variable 'ansible_facts' from source: unknown 7379 1726883321.75928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.75936: attempt loop complete, returning result 7379 1726883321.75940: _execute() done 7379 1726883321.75942: dumping result to json 7379 1726883321.75948: done dumping result, returning 7379 1726883321.75954: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [123911ae-b657-2ed0-c100-000000000013] 7379 1726883321.75959: sending task result for task 123911ae-b657-2ed0-c100-000000000013 ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "stat": { "exists": false } } 7379 1726883321.76121: no more pending results, returning what we have 7379 1726883321.76124: results queue empty 7379 1726883321.76125: checking for any_errors_fatal 7379 1726883321.76132: done checking for any_errors_fatal 7379 1726883321.76132: checking for max_fail_percentage 7379 1726883321.76134: done checking for max_fail_percentage 7379 1726883321.76135: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.76135: done checking to see if all hosts have failed 7379 1726883321.76136: getting the remaining hosts for this loop 7379 1726883321.76138: done getting the remaining hosts for this loop 7379 1726883321.76141: getting the next task for host managed_node3 7379 1726883321.76147: done getting next task for host managed_node3 7379 1726883321.76149: ^ task is: TASK: Set flag to indicate system is ostree 7379 1726883321.76152: ^ 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 7379 1726883321.76156: getting variables 7379 1726883321.76158: in VariableManager get_vars() 7379 1726883321.76185: Calling all_inventory to load vars for managed_node3 7379 1726883321.76188: Calling groups_inventory to load vars for managed_node3 7379 1726883321.76191: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.76200: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.76202: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.76205: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.76241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.76267: done with get_vars() 7379 1726883321.76275: done getting variables 7379 1726883321.76315: done sending task result for task 123911ae-b657-2ed0-c100-000000000013 7379 1726883321.76318: WORKER PROCESS EXITING 7379 1726883321.76339: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:48:41 -0400 (0:00:00.507) 0:00:00.705 ****** 7379 1726883321.76363: entering _queue_task() for managed_node3/set_fact 7379 1726883321.76555: worker is 1 (out of 1 available) 7379 1726883321.76566: exiting _queue_task() for managed_node3/set_fact 7379 1726883321.76575: done queuing things up, now waiting for results queue to drain 7379 1726883321.76576: waiting for pending results... 7379 1726883321.76703: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 7379 1726883321.76778: in run() - task 123911ae-b657-2ed0-c100-000000000014 7379 1726883321.76788: variable 'ansible_search_path' from source: unknown 7379 1726883321.76791: variable 'ansible_search_path' from source: unknown 7379 1726883321.76825: calling self._execute() 7379 1726883321.76874: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.76878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.76885: variable 'omit' from source: magic vars 7379 1726883321.77243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7379 1726883321.77412: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7379 1726883321.77446: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7379 1726883321.77471: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7379 1726883321.77498: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7379 1726883321.77562: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 7379 1726883321.77579: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 7379 1726883321.77600: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 7379 1726883321.77618: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 7379 1726883321.77705: Evaluated conditional (not __rhc_is_ostree is defined): True 7379 1726883321.77712: variable 'omit' from source: magic vars 7379 1726883321.77751: variable 'omit' from source: magic vars 7379 1726883321.77834: variable '__ostree_booted_stat' from source: set_fact 7379 1726883321.77873: variable 'omit' from source: magic vars 7379 1726883321.77891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7379 1726883321.77910: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7379 1726883321.77929: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7379 1726883321.77941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7379 1726883321.77950: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7379 1726883321.77971: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7379 1726883321.77974: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.77977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.78042: Set connection var ansible_shell_type to sh 7379 1726883321.78045: Set connection var ansible_connection to ssh 7379 1726883321.78053: Set connection var ansible_pipelining to False 7379 1726883321.78058: Set connection var ansible_module_compression to ZIP_DEFLATED 7379 1726883321.78065: Set connection var ansible_timeout to 10 7379 1726883321.78070: Set connection var ansible_shell_executable to /bin/sh 7379 1726883321.78084: variable 'ansible_shell_executable' from source: unknown 7379 1726883321.78087: variable 'ansible_connection' from source: unknown 7379 1726883321.78090: variable 'ansible_module_compression' from source: unknown 7379 1726883321.78092: variable 'ansible_shell_type' from source: unknown 7379 1726883321.78094: variable 'ansible_shell_executable' from source: unknown 7379 1726883321.78096: variable 'ansible_host' from source: host vars for 'managed_node3' 7379 1726883321.78100: variable 'ansible_pipelining' from source: unknown 7379 1726883321.78102: variable 'ansible_timeout' from source: unknown 7379 1726883321.78106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7379 1726883321.78179: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7379 1726883321.78186: variable 'omit' from source: magic vars 7379 1726883321.78191: starting attempt loop 7379 1726883321.78194: running the handler 7379 1726883321.78202: handler run complete 7379 1726883321.78209: attempt loop complete, returning result 7379 1726883321.78213: _execute() done 7379 1726883321.78215: dumping result to json 7379 1726883321.78218: done dumping result, returning 7379 1726883321.78226: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [123911ae-b657-2ed0-c100-000000000014] 7379 1726883321.78231: sending task result for task 123911ae-b657-2ed0-c100-000000000014 7379 1726883321.78304: done sending task result for task 123911ae-b657-2ed0-c100-000000000014 7379 1726883321.78306: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7379 1726883321.78380: no more pending results, returning what we have 7379 1726883321.78383: results queue empty 7379 1726883321.78384: checking for any_errors_fatal 7379 1726883321.78388: done checking for any_errors_fatal 7379 1726883321.78389: checking for max_fail_percentage 7379 1726883321.78390: done checking for max_fail_percentage 7379 1726883321.78391: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.78392: done checking to see if all hosts have failed 7379 1726883321.78392: getting the remaining hosts for this loop 7379 1726883321.78394: done getting the remaining hosts for this loop 7379 1726883321.78396: getting the next task for host managed_node3 7379 1726883321.78403: done getting next task for host managed_node3 7379 1726883321.78404: ^ task is: TASK: meta (end_play) 7379 1726883321.78407: ^ 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 7379 1726883321.78410: getting variables 7379 1726883321.78413: in VariableManager get_vars() 7379 1726883321.78434: Calling all_inventory to load vars for managed_node3 7379 1726883321.78436: Calling groups_inventory to load vars for managed_node3 7379 1726883321.78438: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.78445: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.78446: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.78448: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.78484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.78499: done with get_vars() 7379 1726883321.78504: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Friday 20 September 2024 21:48:41 -0400 (0:00:00.022) 0:00:00.727 ****** 7379 1726883321.78566: in VariableManager get_vars() 7379 1726883321.78573: Calling all_inventory to load vars for managed_node3 7379 1726883321.78574: Calling groups_inventory to load vars for managed_node3 7379 1726883321.78576: Calling all_plugins_inventory to load vars for managed_node3 7379 1726883321.78579: Calling all_plugins_play to load vars for managed_node3 7379 1726883321.78580: Calling groups_plugins_inventory to load vars for managed_node3 7379 1726883321.78582: Calling groups_plugins_play to load vars for managed_node3 7379 1726883321.78598: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7379 1726883321.78610: done with get_vars() 7379 1726883321.78808: variable 'lsr_rhc_test_data' from source: include_vars 7379 1726883321.78828: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7379 1726883321.78836: done queuing things up, now waiting for results queue to drain 7379 1726883321.78837: results queue empty 7379 1726883321.78837: checking for any_errors_fatal 7379 1726883321.78839: done checking for any_errors_fatal 7379 1726883321.78840: checking for max_fail_percentage 7379 1726883321.78840: done checking for max_fail_percentage 7379 1726883321.78841: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.78841: done checking to see if all hosts have failed 7379 1726883321.78842: getting the remaining hosts for this loop 7379 1726883321.78842: done getting the remaining hosts for this loop 7379 1726883321.78844: getting the next task for host managed_node3 7379 1726883321.78845: host managed_node3 is done iterating, returning 7379 1726883321.78846: done queuing things up, now waiting for results queue to drain 7379 1726883321.78846: results queue empty 7379 1726883321.78846: checking for any_errors_fatal 7379 1726883321.78847: done checking for any_errors_fatal 7379 1726883321.78847: checking for max_fail_percentage 7379 1726883321.78848: done checking for max_fail_percentage 7379 1726883321.78848: checking to see if all hosts have failed and the running result is not ok 7379 1726883321.78849: done checking to see if all hosts have failed 7379 1726883321.78849: getting the next task for host managed_node3 7379 1726883321.78850: 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:48:41 -0400 (0:00:00.003) 0:00:00.730 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.51s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.07s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Import test data -------------------------------------------------------- 0.05s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.05s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Skip if there is no Insights support ------------------------------------ 0.00s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 7379 1726883321.78899: RUNNING CLEANUP