[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. 7031 1726883310.60555: 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 7031 1726883310.60858: Added group all to inventory 7031 1726883310.60860: Added group ungrouped to inventory 7031 1726883310.60863: Group all now contains ungrouped 7031 1726883310.60865: Examining possible inventory source: /tmp/rhc-n0O/inventory.yml 7031 1726883310.70197: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7031 1726883310.70245: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7031 1726883310.70261: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7031 1726883310.70299: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7031 1726883310.70352: Loaded config def from plugin (inventory/script) 7031 1726883310.70354: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7031 1726883310.70394: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7031 1726883310.70455: Loaded config def from plugin (inventory/yaml) 7031 1726883310.70457: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7031 1726883310.70514: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7031 1726883310.70794: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7031 1726883310.70796: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7031 1726883310.70798: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7031 1726883310.70803: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7031 1726883310.70806: Loading data from /tmp/rhc-n0O/inventory.yml 7031 1726883310.70850: /tmp/rhc-n0O/inventory.yml was not parsable by auto 7031 1726883310.70894: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7031 1726883310.70927: Loading data from /tmp/rhc-n0O/inventory.yml 7031 1726883310.70977: group all already in inventory 7031 1726883310.70982: set inventory_file for managed_node1 7031 1726883310.70985: set inventory_dir for managed_node1 7031 1726883310.70986: Added host managed_node1 to inventory 7031 1726883310.70988: Added host managed_node1 to group all 7031 1726883310.70989: set ansible_host for managed_node1 7031 1726883310.70990: set ansible_ssh_extra_args for managed_node1 7031 1726883310.70992: set inventory_file for managed_node2 7031 1726883310.70994: set inventory_dir for managed_node2 7031 1726883310.70995: Added host managed_node2 to inventory 7031 1726883310.70996: Added host managed_node2 to group all 7031 1726883310.70996: set ansible_host for managed_node2 7031 1726883310.70997: set ansible_ssh_extra_args for managed_node2 7031 1726883310.70998: set inventory_file for managed_node3 7031 1726883310.71000: set inventory_dir for managed_node3 7031 1726883310.71000: Added host managed_node3 to inventory 7031 1726883310.71001: Added host managed_node3 to group all 7031 1726883310.71001: set ansible_host for managed_node3 7031 1726883310.71002: set ansible_ssh_extra_args for managed_node3 7031 1726883310.71003: Reconcile groups and hosts in inventory. 7031 1726883310.71006: Group ungrouped now contains managed_node1 7031 1726883310.71007: Group ungrouped now contains managed_node2 7031 1726883310.71008: Group ungrouped now contains managed_node3 7031 1726883310.71066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7031 1726883310.71149: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7031 1726883310.71178: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7031 1726883310.71195: Loaded config def from plugin (vars/host_group_vars) 7031 1726883310.71196: 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) 7031 1726883310.71201: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7031 1726883310.71208: 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) 7031 1726883310.71241: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7031 1726883310.71465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883310.71533: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7031 1726883310.71557: Loaded config def from plugin (connection/local) 7031 1726883310.71559: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7031 1726883310.71897: Loaded config def from plugin (connection/paramiko_ssh) 7031 1726883310.71900: 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) 7031 1726883310.72486: 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) 7031 1726883310.72508: Loaded config def from plugin (connection/psrp) 7031 1726883310.72510: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7031 1726883310.72909: 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) 7031 1726883310.72935: Loaded config def from plugin (connection/ssh) 7031 1726883310.72937: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7031 1726883310.74125: 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) 7031 1726883310.74148: Loaded config def from plugin (connection/winrm) 7031 1726883310.74151: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7031 1726883310.74172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7031 1726883310.74214: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7031 1726883310.74255: Loaded config def from plugin (shell/cmd) 7031 1726883310.74257: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7031 1726883310.74271: 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) 7031 1726883310.74316: Loaded config def from plugin (shell/powershell) 7031 1726883310.74317: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7031 1726883310.74353: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7031 1726883310.74458: Loaded config def from plugin (shell/sh) 7031 1726883310.74459: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7031 1726883310.74482: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7031 1726883310.74658: Loaded config def from plugin (become/runas) 7031 1726883310.74659: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7031 1726883310.74771: Loaded config def from plugin (become/su) 7031 1726883310.74772: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7031 1726883310.74867: Loaded config def from plugin (become/sudo) 7031 1726883310.74869: 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 7031 1726883310.74889: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_client_register.yml 7031 1726883310.75292: in VariableManager get_vars() 7031 1726883310.75305: done with get_vars() 7031 1726883310.75314: 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 7031 1726883310.75391: in VariableManager get_vars() 7031 1726883310.75404: done with get_vars() 7031 1726883310.75425: 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 7031 1726883310.75623: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7031 1726883310.78176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7031 1726883310.78360: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7031 1726883310.78651: in VariableManager get_vars() 7031 1726883310.78663: done with get_vars() 7031 1726883310.78696: 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 7031 1726883310.78968: in VariableManager get_vars() 7031 1726883310.78982: done with get_vars() 7031 1726883310.79125: in VariableManager get_vars() 7031 1726883310.79139: done with get_vars() 7031 1726883310.79438: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7031 1726883310.79453: 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 7031 1726883310.79680: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7031 1726883310.79850: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7031 1726883310.79852: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 7031 1726883310.79883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7031 1726883310.79908: 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) 7031 1726883310.80021: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7031 1726883310.80059: Loaded config def from plugin (callback/default) 7031 1726883310.80061: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7031 1726883310.80807: Loaded config def from plugin (callback/junit) 7031 1726883310.80809: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7031 1726883310.80842: 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) 7031 1726883310.80879: Loaded config def from plugin (callback/minimal) 7031 1726883310.80880: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7031 1726883310.80906: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7031 1726883310.80948: Loaded config def from plugin (callback/tree) 7031 1726883310.80950: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 7031 1726883310.81024: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7031 1726883310.81025: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (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_client_register.yml *********************************** 1 plays in /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_client_register.yml 7031 1726883310.81043: in VariableManager get_vars() 7031 1726883310.81051: done with get_vars() 7031 1726883310.81055: in VariableManager get_vars() 7031 1726883310.81060: done with get_vars() 7031 1726883310.81065: variable 'omit' from source: magic vars 7031 1726883310.81089: in VariableManager get_vars() 7031 1726883310.81097: done with get_vars() 7031 1726883310.81109: variable 'omit' from source: magic vars PLAY [Basic insights-client register/unregister] ******************************* 7031 1726883310.81525: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7031 1726883310.81575: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7031 1726883310.81597: getting the remaining hosts for this loop 7031 1726883310.81598: done getting the remaining hosts for this loop 7031 1726883310.81600: getting the next task for host managed_node3 7031 1726883310.81603: done getting next task for host managed_node3 7031 1726883310.81604: ^ task is: TASK: meta (flush_handlers) 7031 1726883310.81605: ^ 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 7031 1726883310.81607: getting variables 7031 1726883310.81607: in VariableManager get_vars() 7031 1726883310.81615: Calling all_inventory to load vars for managed_node3 7031 1726883310.81617: Calling groups_inventory to load vars for managed_node3 7031 1726883310.81621: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883310.81629: Calling all_plugins_play to load vars for managed_node3 7031 1726883310.81636: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883310.81638: Calling groups_plugins_play to load vars for managed_node3 7031 1726883310.81658: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883310.81691: done with get_vars() 7031 1726883310.81696: done getting variables 7031 1726883310.81738: in VariableManager get_vars() 7031 1726883310.81744: Calling all_inventory to load vars for managed_node3 7031 1726883310.81745: Calling groups_inventory to load vars for managed_node3 7031 1726883310.81747: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883310.81750: Calling all_plugins_play to load vars for managed_node3 7031 1726883310.81751: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883310.81753: Calling groups_plugins_play to load vars for managed_node3 7031 1726883310.81769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883310.81783: done with get_vars() 7031 1726883310.81790: done queuing things up, now waiting for results queue to drain 7031 1726883310.81791: results queue empty 7031 1726883310.81792: checking for any_errors_fatal 7031 1726883310.81793: done checking for any_errors_fatal 7031 1726883310.81793: checking for max_fail_percentage 7031 1726883310.81794: done checking for max_fail_percentage 7031 1726883310.81794: checking to see if all hosts have failed and the running result is not ok 7031 1726883310.81794: done checking to see if all hosts have failed 7031 1726883310.81795: getting the remaining hosts for this loop 7031 1726883310.81796: done getting the remaining hosts for this loop 7031 1726883310.81797: getting the next task for host managed_node3 7031 1726883310.81801: done getting next task for host managed_node3 7031 1726883310.81802: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7031 1726883310.81804: ^ 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 7031 1726883310.81805: getting variables 7031 1726883310.81806: in VariableManager get_vars() 7031 1726883310.81812: Calling all_inventory to load vars for managed_node3 7031 1726883310.81814: Calling groups_inventory to load vars for managed_node3 7031 1726883310.81815: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883310.81819: Calling all_plugins_play to load vars for managed_node3 7031 1726883310.81821: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883310.81822: Calling groups_plugins_play to load vars for managed_node3 7031 1726883310.81839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883310.81850: done with get_vars() 7031 1726883310.81854: done getting variables 7031 1726883310.81893: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:48:30 -0400 (0:00:00.009) 0:00:00.009 ****** 7031 1726883310.81914: entering _queue_task() for managed_node3/set_fact 7031 1726883310.81915: Creating lock for set_fact 7031 1726883310.82212: worker is 1 (out of 1 available) 7031 1726883310.82220: exiting _queue_task() for managed_node3/set_fact 7031 1726883310.82230: done queuing things up, now waiting for results queue to drain 7031 1726883310.82232: waiting for pending results... 7031 1726883310.82367: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 7031 1726883310.82438: in run() - task 123911ae-b657-336b-b771-00000000000c 7031 1726883310.82449: variable 'ansible_search_path' from source: unknown 7031 1726883310.82454: variable 'ansible_search_path' from source: unknown 7031 1726883310.82480: calling self._execute() 7031 1726883310.82525: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883310.82530: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883310.82538: variable 'omit' from source: magic vars 7031 1726883310.82607: variable 'omit' from source: magic vars 7031 1726883310.82651: variable 'omit' from source: magic vars 7031 1726883310.83004: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7031 1726883310.83106: Loaded config def from plugin (lookup/env) 7031 1726883310.83110: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7031 1726883310.83156: variable 'omit' from source: magic vars 7031 1726883310.83175: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7031 1726883310.83194: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7031 1726883310.83209: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7031 1726883310.83222: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7031 1726883310.83237: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7031 1726883310.83255: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7031 1726883310.83259: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883310.83261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883310.83321: Set connection var ansible_connection to ssh 7031 1726883310.83330: Set connection var ansible_timeout to 10 7031 1726883310.83338: Set connection var ansible_shell_executable to /bin/sh 7031 1726883310.83343: Set connection var ansible_pipelining to False 7031 1726883310.83350: Set connection var ansible_module_compression to ZIP_DEFLATED 7031 1726883310.83352: Set connection var ansible_shell_type to sh 7031 1726883310.83369: variable 'ansible_shell_executable' from source: unknown 7031 1726883310.83372: variable 'ansible_connection' from source: unknown 7031 1726883310.83375: variable 'ansible_module_compression' from source: unknown 7031 1726883310.83377: variable 'ansible_shell_type' from source: unknown 7031 1726883310.83379: variable 'ansible_shell_executable' from source: unknown 7031 1726883310.83381: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883310.83383: variable 'ansible_pipelining' from source: unknown 7031 1726883310.83386: variable 'ansible_timeout' from source: unknown 7031 1726883310.83390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883310.83467: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 7031 1726883310.83475: variable 'omit' from source: magic vars 7031 1726883310.83478: starting attempt loop 7031 1726883310.83481: running the handler 7031 1726883310.83491: handler run complete 7031 1726883310.83497: attempt loop complete, returning result 7031 1726883310.83500: _execute() done 7031 1726883310.83502: dumping result to json 7031 1726883310.83505: done dumping result, returning 7031 1726883310.83512: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [123911ae-b657-336b-b771-00000000000c] 7031 1726883310.83516: sending task result for task 123911ae-b657-336b-b771-00000000000c 7031 1726883310.83591: done sending task result for task 123911ae-b657-336b-b771-00000000000c 7031 1726883310.83593: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7031 1726883310.83660: no more pending results, returning what we have 7031 1726883310.83663: results queue empty 7031 1726883310.83663: checking for any_errors_fatal 7031 1726883310.83665: done checking for any_errors_fatal 7031 1726883310.83666: checking for max_fail_percentage 7031 1726883310.83667: done checking for max_fail_percentage 7031 1726883310.83668: checking to see if all hosts have failed and the running result is not ok 7031 1726883310.83669: done checking to see if all hosts have failed 7031 1726883310.83669: getting the remaining hosts for this loop 7031 1726883310.83671: done getting the remaining hosts for this loop 7031 1726883310.83674: getting the next task for host managed_node3 7031 1726883310.83681: done getting next task for host managed_node3 7031 1726883310.83683: ^ task is: TASK: Import test data 7031 1726883310.83686: ^ 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 7031 1726883310.83689: getting variables 7031 1726883310.83690: in VariableManager get_vars() 7031 1726883310.83713: Calling all_inventory to load vars for managed_node3 7031 1726883310.83715: Calling groups_inventory to load vars for managed_node3 7031 1726883310.83718: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883310.83725: Calling all_plugins_play to load vars for managed_node3 7031 1726883310.83727: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883310.83730: Calling groups_plugins_play to load vars for managed_node3 7031 1726883310.83763: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883310.83779: done with get_vars() 7031 1726883310.83783: done getting variables 7031 1726883310.83856: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:48:30 -0400 (0:00:00.019) 0:00:00.028 ****** 7031 1726883310.83876: entering _queue_task() for managed_node3/include_vars 7031 1726883310.83877: Creating lock for include_vars 7031 1726883310.84043: worker is 1 (out of 1 available) 7031 1726883310.84053: exiting _queue_task() for managed_node3/include_vars 7031 1726883310.84061: done queuing things up, now waiting for results queue to drain 7031 1726883310.84063: waiting for pending results... 7031 1726883310.84178: running TaskExecutor() for managed_node3/TASK: Import test data 7031 1726883310.84245: in run() - task 123911ae-b657-336b-b771-00000000000e 7031 1726883310.84256: variable 'ansible_search_path' from source: unknown 7031 1726883310.84259: variable 'ansible_search_path' from source: unknown 7031 1726883310.84284: calling self._execute() 7031 1726883310.84329: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883310.84333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883310.84340: variable 'omit' from source: magic vars 7031 1726883310.84646: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7031 1726883310.87860: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7031 1726883310.87900: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7031 1726883310.87929: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7031 1726883310.87954: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7031 1726883310.87972: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7031 1726883310.88025: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7031 1726883310.88045: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7031 1726883310.88062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7031 1726883310.88089: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7031 1726883310.88106: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7031 1726883310.88180: variable 'lsr_rhc_test_data_file' from source: set_fact 7031 1726883310.88197: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7031 1726883310.88203: when evaluation is False, skipping this task 7031 1726883310.88207: _execute() done 7031 1726883310.88210: dumping result to json 7031 1726883310.88212: done dumping result, returning 7031 1726883310.88217: done running TaskExecutor() for managed_node3/TASK: Import test data [123911ae-b657-336b-b771-00000000000e] 7031 1726883310.88227: sending task result for task 123911ae-b657-336b-b771-00000000000e 7031 1726883310.88297: done sending task result for task 123911ae-b657-336b-b771-00000000000e 7031 1726883310.88300: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7031 1726883310.88384: no more pending results, returning what we have 7031 1726883310.88387: results queue empty 7031 1726883310.88388: checking for any_errors_fatal 7031 1726883310.88391: done checking for any_errors_fatal 7031 1726883310.88392: checking for max_fail_percentage 7031 1726883310.88393: done checking for max_fail_percentage 7031 1726883310.88394: checking to see if all hosts have failed and the running result is not ok 7031 1726883310.88395: done checking to see if all hosts have failed 7031 1726883310.88396: getting the remaining hosts for this loop 7031 1726883310.88397: done getting the remaining hosts for this loop 7031 1726883310.88400: getting the next task for host managed_node3 7031 1726883310.88406: done getting next task for host managed_node3 7031 1726883310.88408: ^ task is: TASK: Get facts for external test data 7031 1726883310.88416: ^ 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 7031 1726883310.88421: getting variables 7031 1726883310.88423: in VariableManager get_vars() 7031 1726883310.88450: Calling all_inventory to load vars for managed_node3 7031 1726883310.88453: Calling groups_inventory to load vars for managed_node3 7031 1726883310.88456: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883310.88464: Calling all_plugins_play to load vars for managed_node3 7031 1726883310.88466: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883310.88468: Calling groups_plugins_play to load vars for managed_node3 7031 1726883310.88500: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883310.88523: done with get_vars() 7031 1726883310.88529: 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:30 -0400 (0:00:00.047) 0:00:00.076 ****** 7031 1726883310.88592: entering _queue_task() for managed_node3/setup 7031 1726883310.88768: worker is 1 (out of 1 available) 7031 1726883310.88779: exiting _queue_task() for managed_node3/setup 7031 1726883310.88790: done queuing things up, now waiting for results queue to drain 7031 1726883310.88792: waiting for pending results... 7031 1726883310.88909: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 7031 1726883310.88979: in run() - task 123911ae-b657-336b-b771-00000000000f 7031 1726883310.88989: variable 'ansible_search_path' from source: unknown 7031 1726883310.88993: variable 'ansible_search_path' from source: unknown 7031 1726883310.89023: calling self._execute() 7031 1726883310.89060: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883310.89063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883310.89073: variable 'omit' from source: magic vars 7031 1726883310.91101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7031 1726883310.92475: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7031 1726883310.92524: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7031 1726883310.92549: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7031 1726883310.92573: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7031 1726883310.92592: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7031 1726883310.92646: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7031 1726883310.92667: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7031 1726883310.92684: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7031 1726883310.92710: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7031 1726883310.92723: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7031 1726883310.92800: variable 'lsr_rhc_test_data_file' from source: set_fact 7031 1726883310.92817: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7031 1726883310.92821: when evaluation is False, skipping this task 7031 1726883310.92827: _execute() done 7031 1726883310.92829: dumping result to json 7031 1726883310.92831: done dumping result, returning 7031 1726883310.92837: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [123911ae-b657-336b-b771-00000000000f] 7031 1726883310.92841: sending task result for task 123911ae-b657-336b-b771-00000000000f 7031 1726883310.92920: done sending task result for task 123911ae-b657-336b-b771-00000000000f 7031 1726883310.92923: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7031 1726883310.92981: no more pending results, returning what we have 7031 1726883310.92983: results queue empty 7031 1726883310.92984: checking for any_errors_fatal 7031 1726883310.92987: done checking for any_errors_fatal 7031 1726883310.92988: checking for max_fail_percentage 7031 1726883310.92989: done checking for max_fail_percentage 7031 1726883310.92989: checking to see if all hosts have failed and the running result is not ok 7031 1726883310.92990: done checking to see if all hosts have failed 7031 1726883310.92991: getting the remaining hosts for this loop 7031 1726883310.92993: done getting the remaining hosts for this loop 7031 1726883310.92996: getting the next task for host managed_node3 7031 1726883310.93005: done getting next task for host managed_node3 7031 1726883310.93007: ^ task is: TASK: Set local lsr_rhc_test_data 7031 1726883310.93009: ^ 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 7031 1726883310.93014: getting variables 7031 1726883310.93016: in VariableManager get_vars() 7031 1726883310.93046: Calling all_inventory to load vars for managed_node3 7031 1726883310.93049: Calling groups_inventory to load vars for managed_node3 7031 1726883310.93052: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883310.93061: Calling all_plugins_play to load vars for managed_node3 7031 1726883310.93063: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883310.93065: Calling groups_plugins_play to load vars for managed_node3 7031 1726883310.93105: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883310.93130: done with get_vars() 7031 1726883310.93137: done getting variables 7031 1726883310.93178: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:48:30 -0400 (0:00:00.046) 0:00:00.122 ****** 7031 1726883310.93202: entering _queue_task() for managed_node3/include_vars 7031 1726883310.93383: worker is 1 (out of 1 available) 7031 1726883310.93394: exiting _queue_task() for managed_node3/include_vars 7031 1726883310.93408: done queuing things up, now waiting for results queue to drain 7031 1726883310.93410: waiting for pending results... 7031 1726883310.93524: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 7031 1726883310.93593: in run() - task 123911ae-b657-336b-b771-000000000011 7031 1726883310.93603: variable 'ansible_search_path' from source: unknown 7031 1726883310.93607: variable 'ansible_search_path' from source: unknown 7031 1726883310.93638: calling self._execute() 7031 1726883310.93680: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883310.93686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883310.93693: variable 'omit' from source: magic vars 7031 1726883310.95850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7031 1726883310.97247: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7031 1726883310.97293: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7031 1726883310.97322: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7031 1726883310.97345: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7031 1726883310.97363: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7031 1726883310.97411: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7031 1726883310.97434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7031 1726883310.97453: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7031 1726883310.97478: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7031 1726883310.97488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7031 1726883310.97567: variable 'lsr_rhc_test_data_file' from source: set_fact 7031 1726883310.97582: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7031 1726883310.97585: variable 'omit' from source: magic vars 7031 1726883310.97626: variable 'omit' from source: magic vars 7031 1726883310.97654: variable 'omit' from source: magic vars 7031 1726883310.97670: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7031 1726883310.97685: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7031 1726883310.97696: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7031 1726883310.97710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7031 1726883310.97723: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7031 1726883310.97738: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7031 1726883310.97741: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883310.97743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883310.97794: Set connection var ansible_connection to ssh 7031 1726883310.97800: Set connection var ansible_timeout to 10 7031 1726883310.97807: Set connection var ansible_shell_executable to /bin/sh 7031 1726883310.97815: Set connection var ansible_pipelining to False 7031 1726883310.97824: Set connection var ansible_module_compression to ZIP_DEFLATED 7031 1726883310.97827: Set connection var ansible_shell_type to sh 7031 1726883310.97844: variable 'ansible_shell_executable' from source: unknown 7031 1726883310.97847: variable 'ansible_connection' from source: unknown 7031 1726883310.97849: variable 'ansible_module_compression' from source: unknown 7031 1726883310.97852: variable 'ansible_shell_type' from source: unknown 7031 1726883310.97854: variable 'ansible_shell_executable' from source: unknown 7031 1726883310.97856: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883310.97859: variable 'ansible_pipelining' from source: unknown 7031 1726883310.97862: variable 'ansible_timeout' from source: unknown 7031 1726883310.97863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883310.97929: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 7031 1726883310.97933: variable 'omit' from source: magic vars 7031 1726883310.97938: starting attempt loop 7031 1726883310.97940: running the handler 7031 1726883310.97952: evaluation_path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7031 1726883310.97966: 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 7031 1726883310.98037: handler run complete 7031 1726883310.98042: attempt loop complete, returning result 7031 1726883310.98045: _execute() done 7031 1726883310.98047: dumping result to json 7031 1726883310.98053: done dumping result, returning 7031 1726883310.98058: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [123911ae-b657-336b-b771-000000000011] 7031 1726883310.98065: sending task result for task 123911ae-b657-336b-b771-000000000011 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 } 7031 1726883310.99767: done sending task result for task 123911ae-b657-336b-b771-000000000011 7031 1726883310.99782: no more pending results, returning what we have 7031 1726883310.99786: results queue empty 7031 1726883310.99787: checking for any_errors_fatal 7031 1726883310.99789: done checking for any_errors_fatal 7031 1726883310.99790: checking for max_fail_percentage 7031 1726883310.99791: done checking for max_fail_percentage 7031 1726883310.99791: checking to see if all hosts have failed and the running result is not ok 7031 1726883310.99792: done checking to see if all hosts have failed 7031 1726883310.99792: getting the remaining hosts for this loop 7031 1726883310.99793: done getting the remaining hosts for this loop 7031 1726883310.99795: getting the next task for host managed_node3 7031 1726883310.99799: done getting next task for host managed_node3 7031 1726883310.99800: ^ task is: TASK: Check if system is ostree 7031 1726883310.99802: ^ 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 7031 1726883310.99803: getting variables 7031 1726883310.99804: in VariableManager get_vars() 7031 1726883310.99815: Calling all_inventory to load vars for managed_node3 7031 1726883310.99816: Calling groups_inventory to load vars for managed_node3 7031 1726883310.99818: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883310.99824: Calling all_plugins_play to load vars for managed_node3 7031 1726883310.99825: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883310.99828: Calling groups_plugins_play to load vars for managed_node3 7031 1726883310.99842: WORKER PROCESS EXITING 7031 1726883310.99857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883310.99871: done with get_vars() 7031 1726883310.99876: 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:30 -0400 (0:00:00.067) 0:00:00.189 ****** 7031 1726883310.99929: entering _queue_task() for managed_node3/stat 7031 1726883311.00104: worker is 1 (out of 1 available) 7031 1726883311.00117: exiting _queue_task() for managed_node3/stat 7031 1726883311.00127: done queuing things up, now waiting for results queue to drain 7031 1726883311.00129: waiting for pending results... 7031 1726883311.00255: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 7031 1726883311.00331: in run() - task 123911ae-b657-336b-b771-000000000013 7031 1726883311.00346: variable 'ansible_search_path' from source: unknown 7031 1726883311.00349: variable 'ansible_search_path' from source: unknown 7031 1726883311.00376: calling self._execute() 7031 1726883311.00421: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883311.00431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883311.00439: variable 'omit' from source: magic vars 7031 1726883311.00753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7031 1726883311.00952: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7031 1726883311.00984: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7031 1726883311.01009: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7031 1726883311.01038: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7031 1726883311.01099: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 7031 1726883311.01123: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 7031 1726883311.01142: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 7031 1726883311.01159: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 7031 1726883311.01248: Evaluated conditional (not __rhc_is_ostree is defined): True 7031 1726883311.01253: variable 'omit' from source: magic vars 7031 1726883311.01288: variable 'omit' from source: magic vars 7031 1726883311.01314: variable 'omit' from source: magic vars 7031 1726883311.01335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7031 1726883311.01355: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7031 1726883311.01368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7031 1726883311.01380: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7031 1726883311.01388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7031 1726883311.01410: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7031 1726883311.01415: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883311.01417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883311.01478: Set connection var ansible_connection to ssh 7031 1726883311.01484: Set connection var ansible_timeout to 10 7031 1726883311.01491: Set connection var ansible_shell_executable to /bin/sh 7031 1726883311.01496: Set connection var ansible_pipelining to False 7031 1726883311.01502: Set connection var ansible_module_compression to ZIP_DEFLATED 7031 1726883311.01505: Set connection var ansible_shell_type to sh 7031 1726883311.01524: variable 'ansible_shell_executable' from source: unknown 7031 1726883311.01528: variable 'ansible_connection' from source: unknown 7031 1726883311.01531: variable 'ansible_module_compression' from source: unknown 7031 1726883311.01535: variable 'ansible_shell_type' from source: unknown 7031 1726883311.01541: variable 'ansible_shell_executable' from source: unknown 7031 1726883311.01543: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883311.01547: variable 'ansible_pipelining' from source: unknown 7031 1726883311.01550: variable 'ansible_timeout' from source: unknown 7031 1726883311.01554: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883311.01650: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 7031 1726883311.01657: variable 'omit' from source: magic vars 7031 1726883311.01660: starting attempt loop 7031 1726883311.01663: running the handler 7031 1726883311.01675: _low_level_execute_command(): starting 7031 1726883311.01682: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7031 1726883311.02184: 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 <<< 7031 1726883311.02202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.02219: 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 <<< 7031 1726883311.02233: 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 <<< 7031 1726883311.02244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7031 1726883311.02286: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7031 1726883311.02302: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7031 1726883311.02363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7031 1726883311.04089: stdout chunk (state=3): >>>/root <<< 7031 1726883311.04191: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7031 1726883311.04241: stderr chunk (state=3): >>><<< 7031 1726883311.04246: stdout chunk (state=3): >>><<< 7031 1726883311.04263: _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 7031 1726883311.04275: _low_level_execute_command(): starting 7031 1726883311.04280: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266 `" && echo ansible-tmp-1726883311.0426269-7048-232209802659266="` echo /root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266 `" ) && sleep 0' 7031 1726883311.04707: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7031 1726883311.04725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.04745: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7031 1726883311.04758: 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 <<< 7031 1726883311.04803: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7031 1726883311.04824: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7031 1726883311.04872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7031 1726883311.06742: stdout chunk (state=3): >>>ansible-tmp-1726883311.0426269-7048-232209802659266=/root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266 <<< 7031 1726883311.06858: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7031 1726883311.06902: stderr chunk (state=3): >>><<< 7031 1726883311.06905: stdout chunk (state=3): >>><<< 7031 1726883311.06924: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883311.0426269-7048-232209802659266=/root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266 , 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 7031 1726883311.06959: variable 'ansible_module_compression' from source: unknown 7031 1726883311.07002: ANSIBALLZ: Using lock for stat 7031 1726883311.07005: ANSIBALLZ: Acquiring lock 7031 1726883311.07008: ANSIBALLZ: Lock acquired: 140659556780464 7031 1726883311.07010: ANSIBALLZ: Creating module 7031 1726883311.14948: ANSIBALLZ: Writing module into payload 7031 1726883311.15034: ANSIBALLZ: Writing module 7031 1726883311.15048: ANSIBALLZ: Renaming module 7031 1726883311.15053: ANSIBALLZ: Done creating module 7031 1726883311.15066: variable 'ansible_facts' from source: unknown 7031 1726883311.15072: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7031 1726883311.15081: _low_level_execute_command(): starting 7031 1726883311.15087: _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' 7031 1726883311.15558: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7031 1726883311.15576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.15587: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7031 1726883311.15599: 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 <<< 7031 1726883311.15610: stderr 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 <<< 7031 1726883311.15661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7031 1726883311.15674: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7031 1726883311.15735: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7031 1726883311.17398: stdout chunk (state=3): >>>PLATFORM <<< 7031 1726883311.17508: stdout chunk (state=3): >>>Linux <<< 7031 1726883311.17537: stdout chunk (state=3): >>>FOUND /usr/bin/python3.9 <<< 7031 1726883311.17545: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7031 1726883311.17677: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7031 1726883311.17730: stderr chunk (state=3): >>><<< 7031 1726883311.17733: stdout chunk (state=3): >>><<< 7031 1726883311.17746: _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 7031 1726883311.17758 [managed_node3]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7031 1726883311.17787: _low_level_execute_command(): starting 7031 1726883311.17790: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 7031 1726883311.17870: Sending initial data 7031 1726883311.17880: Sent initial data (1181 bytes) 7031 1726883311.18230: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7031 1726883311.18242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.18255: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7031 1726883311.18270: 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 <<< 7031 1726883311.18280: stderr 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 <<< 7031 1726883311.18325: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7031 1726883311.18346: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7031 1726883311.18386: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7031 1726883311.22103: 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"} <<< 7031 1726883311.22475: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7031 1726883311.22524: stderr chunk (state=3): >>><<< 7031 1726883311.22528: stdout chunk (state=3): >>><<< 7031 1726883311.22538: _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 7031 1726883311.22585: variable 'ansible_facts' from source: unknown 7031 1726883311.22588: variable 'ansible_facts' from source: unknown 7031 1726883311.22594: variable 'ansible_module_compression' from source: unknown 7031 1726883311.22632: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7031n8umxmvp/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7031 1726883311.22647: variable 'ansible_facts' from source: unknown 7031 1726883311.22693: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266/AnsiballZ_stat.py 7031 1726883311.22796: Sending initial data 7031 1726883311.22799: Sent initial data (151 bytes) 7031 1726883311.23463: stderr chunk (state=3): >>>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 <<< 7031 1726883311.23469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.23499: 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 <<< 7031 1726883311.23512: 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 <<< 7031 1726883311.23562: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7031 1726883311.23576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7031 1726883311.23653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7031 1726883311.25340: 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 <<< 7031 1726883311.25406: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7031 1726883311.25449: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7031n8umxmvp/tmpr9shp1xl /root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266/AnsiballZ_stat.py <<< 7031 1726883311.25488: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7031 1726883311.26306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7031 1726883311.26398: stderr chunk (state=3): >>><<< 7031 1726883311.26401: stdout chunk (state=3): >>><<< 7031 1726883311.26417: done transferring module to remote 7031 1726883311.26430: _low_level_execute_command(): starting 7031 1726883311.26433: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266/ /root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266/AnsiballZ_stat.py && sleep 0' 7031 1726883311.26859: 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 <<< 7031 1726883311.26870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.26895: 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 <<< 7031 1726883311.26907: 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 <<< 7031 1726883311.26923: stderr 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 <<< 7031 1726883311.26966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7031 1726883311.26978: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7031 1726883311.27037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7031 1726883311.28732: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7031 1726883311.28774: stderr chunk (state=3): >>><<< 7031 1726883311.28777: stdout chunk (state=3): >>><<< 7031 1726883311.28791: _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 7031 1726883311.28794: _low_level_execute_command(): starting 7031 1726883311.28798: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266/AnsiballZ_stat.py && sleep 0' 7031 1726883311.29216: 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 <<< 7031 1726883311.29229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.29253: 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 <<< 7031 1726883311.29265: 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 <<< 7031 1726883311.29275: stderr 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 <<< 7031 1726883311.29321: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7031 1726883311.29333: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7031 1726883311.29345: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7031 1726883311.29396: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7031 1726883311.31286: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7031 1726883311.31309: stdout chunk (state=3): >>>import '_thread' # <<< 7031 1726883311.31314: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7031 1726883311.31422: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7031 1726883311.31460: stdout chunk (state=3): >>>import 'posix' # <<< 7031 1726883311.31490: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7031 1726883311.31495: stdout chunk (state=3): >>># installing zipimport hook <<< 7031 1726883311.31530: stdout chunk (state=3): >>>import 'time' # <<< 7031 1726883311.31544: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7031 1726883311.31593: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7031 1726883311.31601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7031 1726883311.31610: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7031 1726883311.31636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7031 1726883311.31667: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6b1edc0> <<< 7031 1726883311.31697: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7031 1726883311.31722: 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 0x7fb1b6ac33a0> <<< 7031 1726883311.31728: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6b1eb20> <<< 7031 1726883311.31756: 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' <<< 7031 1726883311.31777: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6b1eac0> <<< 7031 1726883311.31795: stdout chunk (state=3): >>>import '_signal' # <<< 7031 1726883311.31821: 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' <<< 7031 1726883311.31836: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6ac3490> <<< 7031 1726883311.31856: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7031 1726883311.31871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7031 1726883311.31882: stdout chunk (state=3): >>># /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' <<< 7031 1726883311.31898: stdout chunk (state=3): >>>import '_abc' # <<< 7031 1726883311.31916: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6ac3940> <<< 7031 1726883311.31927: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6ac3670> <<< 7031 1726883311.31961: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7031 1726883311.31967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7031 1726883311.31995: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7031 1726883311.32006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7031 1726883311.32058: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7031 1726883311.32070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7031 1726883311.32097: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6a7a190> <<< 7031 1726883311.32122: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7031 1726883311.32137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7031 1726883311.32213: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6a7a220> <<< 7031 1726883311.32236: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7031 1726883311.32245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7031 1726883311.32269: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7031 1726883311.32278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6a9d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6a7a940> <<< 7031 1726883311.32313: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6adb880> <<< 7031 1726883311.32339: stdout chunk (state=3): >>># /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' <<< 7031 1726883311.32345: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6a73d90> <<< 7031 1726883311.32405: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py <<< 7031 1726883311.32408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7031 1726883311.32410: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6a9dd90> <<< 7031 1726883311.32461: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6ac3970> <<< 7031 1726883311.32492: 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. <<< 7031 1726883311.32685: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7031 1726883311.32697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7031 1726883311.32732: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7031 1726883311.32737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7031 1726883311.32748: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7031 1726883311.32777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7031 1726883311.32789: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7031 1726883311.32810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7031 1726883311.32815: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67d3eb0> <<< 7031 1726883311.32861: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67d6f40> <<< 7031 1726883311.32880: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7031 1726883311.32897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7031 1726883311.32907: stdout chunk (state=3): >>>import '_sre' # <<< 7031 1726883311.32935: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7031 1726883311.32942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7031 1726883311.32969: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 7031 1726883311.32973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7031 1726883311.32997: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67cc610> <<< 7031 1726883311.33007: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67d2640> <<< 7031 1726883311.33029: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67d3370> <<< 7031 1726883311.33036: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7031 1726883311.33110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7031 1726883311.33128: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7031 1726883311.33166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7031 1726883311.33177: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7031 1726883311.33190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7031 1726883311.33217: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.33234: 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 0x7fb1b6754e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6754910> <<< 7031 1726883311.33237: stdout chunk (state=3): >>>import 'itertools' # <<< 7031 1726883311.33260: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py <<< 7031 1726883311.33268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6754f10> <<< 7031 1726883311.33283: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7031 1726883311.33303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7031 1726883311.33328: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6754fd0> <<< 7031 1726883311.33358: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7031 1726883311.33361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' <<< 7031 1726883311.33374: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67670d0> <<< 7031 1726883311.33376: stdout chunk (state=3): >>>import '_collections' # <<< 7031 1726883311.33428: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67aed90> import '_functools' # <<< 7031 1726883311.33458: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67a7670> <<< 7031 1726883311.33509: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py <<< 7031 1726883311.33516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67b96d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67dae20> <<< 7031 1726883311.33541: 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' <<< 7031 1726883311.33574: stdout chunk (state=3): >>># 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' <<< 7031 1726883311.33579: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb1b6767cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67ae2b0> <<< 7031 1726883311.33626: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.33629: 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 0x7fb1b67b92e0> <<< 7031 1726883311.33631: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67e09d0> <<< 7031 1726883311.33656: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7031 1726883311.33662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7031 1726883311.33683: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7031 1726883311.33688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7031 1726883311.33708: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7031 1726883311.33730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7031 1726883311.33736: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6767eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6767df0> <<< 7031 1726883311.33781: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 7031 1726883311.33785: 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 0x7fb1b6767d60> <<< 7031 1726883311.33810: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7031 1726883311.33815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7031 1726883311.33841: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7031 1726883311.33846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7031 1726883311.33874: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7031 1726883311.33920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7031 1726883311.33945: 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' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b673a3d0> <<< 7031 1726883311.33969: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7031 1726883311.33978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7031 1726883311.34014: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b673a4c0> <<< 7031 1726883311.34135: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b676ff40> <<< 7031 1726883311.34173: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6769a90> <<< 7031 1726883311.34183: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6769490> <<< 7031 1726883311.34213: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7031 1726883311.34219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7031 1726883311.34256: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7031 1726883311.34262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7031 1726883311.34299: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7031 1726883311.34302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7031 1726883311.34304: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6688220> <<< 7031 1726883311.34334: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6725520> <<< 7031 1726883311.34382: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6769f10> <<< 7031 1726883311.34387: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67e0040> <<< 7031 1726883311.34413: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7031 1726883311.34431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7031 1726883311.34459: stdout chunk (state=3): >>># /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' <<< 7031 1726883311.34467: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b669ab50> <<< 7031 1726883311.34478: stdout chunk (state=3): >>>import 'errno' # <<< 7031 1726883311.34514: 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 0x7fb1b669ae80> <<< 7031 1726883311.34532: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7031 1726883311.34537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7031 1726883311.34561: stdout chunk (state=3): >>># /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' <<< 7031 1726883311.34580: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b66ab790> <<< 7031 1726883311.34599: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7031 1726883311.34634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7031 1726883311.34657: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b66abcd0> <<< 7031 1726883311.34703: stdout chunk (state=3): >>># 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 0x7fb1b6639400> <<< 7031 1726883311.34708: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b669af70> <<< 7031 1726883311.34734: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7031 1726883311.34739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7031 1726883311.34785: 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 0x7fb1b664a2e0> <<< 7031 1726883311.34797: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b66ab610> <<< 7031 1726883311.34804: stdout chunk (state=3): >>>import 'pwd' # <<< 7031 1726883311.34831: 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 0x7fb1b664a3a0> <<< 7031 1726883311.34872: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6767a30> <<< 7031 1726883311.34887: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7031 1726883311.34912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7031 1726883311.34930: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7031 1726883311.34946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7031 1726883311.34972: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.34977: 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 0x7fb1b6665700> <<< 7031 1726883311.35001: stdout chunk (state=3): >>># /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' <<< 7031 1726883311.35031: stdout chunk (state=3): >>># 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 0x7fb1b66659d0> <<< 7031 1726883311.35037: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b66657c0> <<< 7031 1726883311.35063: 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 0x7fb1b66658b0> <<< 7031 1726883311.35107: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7031 1726883311.35113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7031 1726883311.35293: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.35298: stdout chunk (state=3): >>># 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 0x7fb1b6665d00> <<< 7031 1726883311.35330: 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 0x7fb1b6670250> <<< 7031 1726883311.35342: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6665940> <<< 7031 1726883311.35356: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6659a90> <<< 7031 1726883311.35377: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6767610> <<< 7031 1726883311.35402: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7031 1726883311.35458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7031 1726883311.35496: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6665af0> <<< 7031 1726883311.35591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7031 1726883311.35613: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb1b658e6d0> <<< 7031 1726883311.35750: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip' <<< 7031 1726883311.35755: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.35842: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.35869: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/__init__.py <<< 7031 1726883311.35879: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.35901: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.35905: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/__init__.py <<< 7031 1726883311.35930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.37134: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.38081: 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' <<< 7031 1726883311.38086: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f96820> <<< 7031 1726883311.38113: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7031 1726883311.38121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7031 1726883311.38141: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7031 1726883311.38148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7031 1726883311.38168: stdout chunk (state=3): >>># /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' <<< 7031 1726883311.38196: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.38204: 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 0x7fb1b5f96160> <<< 7031 1726883311.38243: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f96280> <<< 7031 1726883311.38273: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f96f70> <<< 7031 1726883311.38295: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7031 1726883311.38299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7031 1726883311.38347: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f964f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f96d90> <<< 7031 1726883311.38357: stdout chunk (state=3): >>>import 'atexit' # <<< 7031 1726883311.38380: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.38394: stdout chunk (state=3): >>># 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 0x7fb1b5f96fd0> <<< 7031 1726883311.38408: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7031 1726883311.38435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7031 1726883311.38473: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f96100> <<< 7031 1726883311.38499: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7031 1726883311.38507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7031 1726883311.38534: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7031 1726883311.38549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7031 1726883311.38576: stdout chunk (state=3): >>># /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' <<< 7031 1726883311.38649: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5eedf40> <<< 7031 1726883311.38686: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.38692: stdout chunk (state=3): >>># 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 0x7fb1b5f0cd00> <<< 7031 1726883311.38718: 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 0x7fb1b5f0ceb0> <<< 7031 1726883311.38732: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7031 1726883311.38764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7031 1726883311.38797: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f0c370> <<< 7031 1726883311.38817: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5ffddc0> <<< 7031 1726883311.38973: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5ffd3a0> <<< 7031 1726883311.38997: 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' <<< 7031 1726883311.39031: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5ffdfd0> <<< 7031 1726883311.39044: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7031 1726883311.39061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7031 1726883311.39080: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7031 1726883311.39089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7031 1726883311.39099: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7031 1726883311.39127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7031 1726883311.39141: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7031 1726883311.39150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fcdd30> <<< 7031 1726883311.39232: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f69d30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f69400> <<< 7031 1726883311.39235: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f9f4f0> <<< 7031 1726883311.39266: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.39271: 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 0x7fb1b5f69520> <<< 7031 1726883311.39301: 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 0x7fb1b5f69550> <<< 7031 1726883311.39331: 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 <<< 7031 1726883311.39338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7031 1726883311.39363: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7031 1726883311.39386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7031 1726883311.39460: stdout chunk (state=3): >>># 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 0x7fb1b5eddfd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fde250> <<< 7031 1726883311.39482: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7031 1726883311.39501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7031 1726883311.39550: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.39555: stdout chunk (state=3): >>># 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 0x7fb1b5eda850> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fde3d0> <<< 7031 1726883311.39583: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7031 1726883311.39618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7031 1726883311.39640: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7031 1726883311.39654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7031 1726883311.39657: stdout chunk (state=3): >>>import '_string' # <<< 7031 1726883311.39712: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5ff6e50> <<< 7031 1726883311.39838: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5eda7f0> <<< 7031 1726883311.39934: 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' # 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 0x7fb1b5eda640> <<< 7031 1726883311.39966: 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' <<< 7031 1726883311.39970: 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 0x7fb1b5ed95b0> <<< 7031 1726883311.40016: 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' <<< 7031 1726883311.40021: 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 0x7fb1b5eced90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fd7910> <<< 7031 1726883311.40044: 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' <<< 7031 1726883311.40062: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7031 1726883311.40077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7031 1726883311.40129: 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 0x7fb1b5f5f6a0> <<< 7031 1726883311.40303: 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 0x7fb1b5f5db20> <<< 7031 1726883311.40325: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f6d0a0> <<< 7031 1726883311.40351: 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' <<< 7031 1726883311.40357: 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 0x7fb1b5f5f100> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fa2b20> <<< 7031 1726883311.40375: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40378: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40398: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7031 1726883311.40407: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40557: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40568: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py <<< 7031 1726883311.40586: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40604: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40614: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7031 1726883311.40623: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40724: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.40817: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.41283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.41744: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py <<< 7031 1726883311.41752: 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_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7031 1726883311.41774: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7031 1726883311.41792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7031 1726883311.41847: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7031 1726883311.41855: 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 0x7fb1b5aa55e0> <<< 7031 1726883311.41925: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7031 1726883311.41933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7031 1726883311.41936: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5ea7580> <<< 7031 1726883311.41939: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5a46100> <<< 7031 1726883311.41981: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 7031 1726883311.41997: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.42006: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.42032: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7031 1726883311.42154: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.42284: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7031 1726883311.42287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7031 1726883311.42315: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f5db80> <<< 7031 1726883311.42322: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.42705: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43071: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43129: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43191: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 7031 1726883311.43196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43235: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43258: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7031 1726883311.43275: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43329: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43398: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 7031 1726883311.43406: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43431: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7031 1726883311.43446: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43477: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43516: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7031 1726883311.43523: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43705: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.43893: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7031 1726883311.43924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7031 1726883311.43929: stdout chunk (state=3): >>>import '_ast' # <<< 7031 1726883311.44006: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5a77f10> <<< 7031 1726883311.44009: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44143: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 7031 1726883311.44151: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7031 1726883311.44153: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7031 1726883311.44174: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44217: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44249: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 7031 1726883311.44255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44294: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44335: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44427: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44486: 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 <<< 7031 1726883311.44510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7031 1726883311.44583: 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' <<< 7031 1726883311.44587: stdout chunk (state=3): >>># 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 0x7fb1b5fe9220> <<< 7031 1726883311.44622: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5a77850> <<< 7031 1726883311.44659: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/process.py <<< 7031 1726883311.44664: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44797: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44849: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44876: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.44917: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7031 1726883311.44933: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7031 1726883311.44946: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7031 1726883311.44984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7031 1726883311.44999: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7031 1726883311.45023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7031 1726883311.45106: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5e9dca0> <<< 7031 1726883311.45146: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5e99f70> <<< 7031 1726883311.45204: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5e92940> <<< 7031 1726883311.45213: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7031 1726883311.45238: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.45262: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py <<< 7031 1726883311.45267: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7031 1726883311.45332: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 7031 1726883311.45343: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.45355: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.45367: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 7031 1726883311.45372: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.45488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.45659: stdout chunk (state=3): >>># zipimport: zlib available <<< 7031 1726883311.45797: 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"}}} <<< 7031 1726883311.45805: stdout chunk (state=3): >>># destroy __main__ <<< 7031 1726883311.46053: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 7031 1726883311.46074: stdout chunk (state=3): >>># 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__ <<< 7031 1726883311.46078: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 7031 1726883311.46091: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _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 <<< 7031 1726883311.46133: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing 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 <<< 7031 1726883311.46137: stdout chunk (state=3): >>># destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing 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 <<< 7031 1726883311.46141: stdout chunk (state=3): >>># destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections <<< 7031 1726883311.46145: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file <<< 7031 1726883311.46148: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7031 1726883311.46325: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7031 1726883311.46331: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7031 1726883311.46359: stdout chunk (state=3): >>># destroy zipimport <<< 7031 1726883311.46372: stdout chunk (state=3): >>># destroy _compression <<< 7031 1726883311.46393: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7031 1726883311.46397: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7031 1726883311.46410: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings <<< 7031 1726883311.46417: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7031 1726883311.46439: stdout chunk (state=3): >>># destroy array <<< 7031 1726883311.46445: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7031 1726883311.46483: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 7031 1726883311.46541: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform <<< 7031 1726883311.46559: stdout chunk (state=3): >>># 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 <<< 7031 1726883311.46577: stdout chunk (state=3): >>># 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 <<< 7031 1726883311.46582: stdout chunk (state=3): >>># 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 <<< 7031 1726883311.46588: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 7031 1726883311.46591: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile <<< 7031 1726883311.46593: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping functools <<< 7031 1726883311.46596: 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 # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse <<< 7031 1726883311.46599: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os <<< 7031 1726883311.46635: stdout chunk (state=3): >>># 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 <<< 7031 1726883311.46638: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 7031 1726883311.46641: stdout chunk (state=3): >>># 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 <<< 7031 1726883311.46644: stdout chunk (state=3): >>># destroy zlib # destroy _signal <<< 7031 1726883311.46764: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7031 1726883311.46778: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize <<< 7031 1726883311.46797: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath <<< 7031 1726883311.46817: stdout chunk (state=3): >>># destroy stat <<< 7031 1726883311.46831: 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 <<< 7031 1726883311.46836: stdout chunk (state=3): >>># destroy select # destroy ansible.module_utils.six.moves.urllib_parse<<< 7031 1726883311.46839: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_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 <<< 7031 1726883311.46869: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7031 1726883311.47164: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.127 closed. <<< 7031 1726883311.47225: stderr chunk (state=3): >>><<< 7031 1726883311.47228: stdout chunk (state=3): >>><<< 7031 1726883311.47294: _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 0x7fb1b6b1edc0> # /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 0x7fb1b6ac33a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6b1eb20> # /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 0x7fb1b6b1eac0> 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 0x7fb1b6ac3490> # /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 0x7fb1b6ac3940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6ac3670> # /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 0x7fb1b6a7a190> # /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 0x7fb1b6a7a220> # /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 0x7fb1b6a9d850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6a7a940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6adb880> # /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 0x7fb1b6a73d90> # /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 0x7fb1b6a9dd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6ac3970> 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 0x7fb1b67d3eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67d6f40> # /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 0x7fb1b67cc610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67d2640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67d3370> # /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 0x7fb1b6754e20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6754910> 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 0x7fb1b6754f10> # /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 0x7fb1b6754fd0> # /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 0x7fb1b67670d0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67aed90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67a7670> # /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 0x7fb1b67b96d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67dae20> # /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 0x7fb1b6767cd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67ae2b0> # 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 0x7fb1b67b92e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67e09d0> # /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 0x7fb1b6767eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6767df0> # /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 0x7fb1b6767d60> # /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 0x7fb1b673a3d0> # /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 0x7fb1b673a4c0> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b676ff40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6769a90> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6769490> # /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 0x7fb1b6688220> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6725520> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6769f10> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b67e0040> # /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 0x7fb1b669ab50> 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 0x7fb1b669ae80> # /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 0x7fb1b66ab790> # /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 0x7fb1b66abcd0> # 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 0x7fb1b6639400> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b669af70> # /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 0x7fb1b664a2e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b66ab610> 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 0x7fb1b664a3a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6767a30> # /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 0x7fb1b6665700> # /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 0x7fb1b66659d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b66657c0> # 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 0x7fb1b66658b0> # /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 0x7fb1b6665d00> # 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 0x7fb1b6670250> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6665940> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6659a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b6767610> # /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 0x7fb1b6665af0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb1b658e6d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_alw167ni/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 0x7fb1b5f96820> # /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 0x7fb1b5f96160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f96280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f96f70> # /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 0x7fb1b5f964f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f96d90> 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 0x7fb1b5f96fd0> # /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 0x7fb1b5f96100> # /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 0x7fb1b5eedf40> # 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 0x7fb1b5f0cd00> # 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 0x7fb1b5f0ceb0> # /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 0x7fb1b5f0c370> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5ffddc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5ffd3a0> # /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 0x7fb1b5ffdfd0> # /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 0x7fb1b5fcdd30> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f69d30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f69400> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f9f4f0> # 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 0x7fb1b5f69520> # /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 0x7fb1b5f69550> # /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 0x7fb1b5eddfd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fde250> # /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 0x7fb1b5eda850> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fde3d0> # /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 0x7fb1b5ff6e50> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5eda7f0> # 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 0x7fb1b5eda640> # 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 0x7fb1b5ed95b0> # 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 0x7fb1b5eced90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fd7910> # /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 0x7fb1b5f5f6a0> # 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 0x7fb1b5f5db20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5f6d0a0> # 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 0x7fb1b5f5f100> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5fa2b20> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_alw167ni/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_alw167ni/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_alw167ni/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_alw167ni/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_alw167ni/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 0x7fb1b5aa55e0> # /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 0x7fb1b5ea7580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5a46100> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_alw167ni/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_alw167ni/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 0x7fb1b5f5db80> # 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_alw167ni/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_alw167ni/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_alw167ni/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_alw167ni/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_alw167ni/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 0x7fb1b5a77f10> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_alw167ni/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_alw167ni/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 0x7fb1b5fe9220> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5a77850> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_alw167ni/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 0x7fb1b5e9dca0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5e99f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb1b5e92940> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_alw167ni/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_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_alw167ni/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_alw167ni/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_alw167ni/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. 7031 1726883311.47832: 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-1726883311.0426269-7048-232209802659266/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7031 1726883311.47835: _low_level_execute_command(): starting 7031 1726883311.47838: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883311.0426269-7048-232209802659266/ > /dev/null 2>&1 && sleep 0' 7031 1726883311.48252: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7031 1726883311.48256: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7031 1726883311.48261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7031 1726883311.48267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.48293: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 7031 1726883311.48296: stderr chunk (state=3): >>>debug2: match not found <<< 7031 1726883311.48298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7031 1726883311.48300: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7031 1726883311.48301: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address <<< 7031 1726883311.48303: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7031 1726883311.48305: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7031 1726883311.48306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7031 1726883311.48308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7031 1726883311.48310: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 7031 1726883311.48313: stderr chunk (state=3): >>>debug2: match found <<< 7031 1726883311.48315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7031 1726883311.48316: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7031 1726883311.48318: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7031 1726883311.48320: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7031 1726883311.48322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7031 1726883311.50078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7031 1726883311.50124: stderr chunk (state=3): >>><<< 7031 1726883311.50130: stdout chunk (state=3): >>><<< 7031 1726883311.50164: _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 7031 1726883311.50167: handler run complete 7031 1726883311.50184: variable 'ansible_facts' from source: unknown 7031 1726883311.50240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883311.50280: variable 'ansible_facts' from source: unknown 7031 1726883311.50312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883311.50355: attempt loop complete, returning result 7031 1726883311.50358: _execute() done 7031 1726883311.50360: dumping result to json 7031 1726883311.50362: done dumping result, returning 7031 1726883311.50364: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [123911ae-b657-336b-b771-000000000013] 7031 1726883311.50366: sending task result for task 123911ae-b657-336b-b771-000000000013 ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "stat": { "exists": false } } 7031 1726883311.50543: no more pending results, returning what we have 7031 1726883311.50546: results queue empty 7031 1726883311.50546: checking for any_errors_fatal 7031 1726883311.50553: done checking for any_errors_fatal 7031 1726883311.50554: checking for max_fail_percentage 7031 1726883311.50555: done checking for max_fail_percentage 7031 1726883311.50556: checking to see if all hosts have failed and the running result is not ok 7031 1726883311.50557: done checking to see if all hosts have failed 7031 1726883311.50558: getting the remaining hosts for this loop 7031 1726883311.50559: done getting the remaining hosts for this loop 7031 1726883311.50563: getting the next task for host managed_node3 7031 1726883311.50569: done getting next task for host managed_node3 7031 1726883311.50571: ^ task is: TASK: Set flag to indicate system is ostree 7031 1726883311.50574: ^ 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 7031 1726883311.50577: getting variables 7031 1726883311.50579: in VariableManager get_vars() 7031 1726883311.50605: Calling all_inventory to load vars for managed_node3 7031 1726883311.50608: Calling groups_inventory to load vars for managed_node3 7031 1726883311.50642: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883311.50652: Calling all_plugins_play to load vars for managed_node3 7031 1726883311.50655: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883311.50657: Calling groups_plugins_play to load vars for managed_node3 7031 1726883311.50716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883311.50770: done with get_vars() 7031 1726883311.50780: done getting variables 7031 1726883311.50839: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:48:31 -0400 (0:00:00.509) 0:00:00.698 ****** 7031 1726883311.50865: entering _queue_task() for managed_node3/set_fact 7031 1726883311.50929: done sending task result for task 123911ae-b657-336b-b771-000000000013 7031 1726883311.50938: WORKER PROCESS EXITING 7031 1726883311.51103: worker is 1 (out of 1 available) 7031 1726883311.51114: exiting _queue_task() for managed_node3/set_fact 7031 1726883311.51123: done queuing things up, now waiting for results queue to drain 7031 1726883311.51125: waiting for pending results... 7031 1726883311.51303: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 7031 1726883311.51397: in run() - task 123911ae-b657-336b-b771-000000000014 7031 1726883311.51401: variable 'ansible_search_path' from source: unknown 7031 1726883311.51405: variable 'ansible_search_path' from source: unknown 7031 1726883311.51429: calling self._execute() 7031 1726883311.51483: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883311.51487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883311.51550: variable 'omit' from source: magic vars 7031 1726883311.51963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7031 1726883311.52158: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7031 1726883311.52161: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7031 1726883311.52182: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7031 1726883311.52213: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7031 1726883311.52305: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 7031 1726883311.52310: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 7031 1726883311.52371: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 7031 1726883311.52375: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 7031 1726883311.52464: Evaluated conditional (not __rhc_is_ostree is defined): True 7031 1726883311.52468: variable 'omit' from source: magic vars 7031 1726883311.52546: variable 'omit' from source: magic vars 7031 1726883311.52646: variable '__ostree_booted_stat' from source: set_fact 7031 1726883311.52659: variable 'omit' from source: magic vars 7031 1726883311.52679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7031 1726883311.52702: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7031 1726883311.52717: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7031 1726883311.52772: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7031 1726883311.52775: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7031 1726883311.52778: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7031 1726883311.52782: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883311.52784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883311.52855: Set connection var ansible_connection to ssh 7031 1726883311.52862: Set connection var ansible_timeout to 10 7031 1726883311.52869: Set connection var ansible_shell_executable to /bin/sh 7031 1726883311.52898: Set connection var ansible_pipelining to False 7031 1726883311.52947: Set connection var ansible_module_compression to ZIP_DEFLATED 7031 1726883311.52950: Set connection var ansible_shell_type to sh 7031 1726883311.52952: variable 'ansible_shell_executable' from source: unknown 7031 1726883311.52955: variable 'ansible_connection' from source: unknown 7031 1726883311.52957: variable 'ansible_module_compression' from source: unknown 7031 1726883311.52959: variable 'ansible_shell_type' from source: unknown 7031 1726883311.52961: variable 'ansible_shell_executable' from source: unknown 7031 1726883311.52963: variable 'ansible_host' from source: host vars for 'managed_node3' 7031 1726883311.52977: variable 'ansible_pipelining' from source: unknown 7031 1726883311.53031: variable 'ansible_timeout' from source: unknown 7031 1726883311.53035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7031 1726883311.53038: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 7031 1726883311.53041: variable 'omit' from source: magic vars 7031 1726883311.53098: starting attempt loop 7031 1726883311.53101: running the handler 7031 1726883311.53103: handler run complete 7031 1726883311.53105: attempt loop complete, returning result 7031 1726883311.53106: _execute() done 7031 1726883311.53108: dumping result to json 7031 1726883311.53109: done dumping result, returning 7031 1726883311.53113: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [123911ae-b657-336b-b771-000000000014] 7031 1726883311.53115: sending task result for task 123911ae-b657-336b-b771-000000000014 7031 1726883311.53277: done sending task result for task 123911ae-b657-336b-b771-000000000014 7031 1726883311.53280: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7031 1726883311.53323: no more pending results, returning what we have 7031 1726883311.53325: results queue empty 7031 1726883311.53327: checking for any_errors_fatal 7031 1726883311.53332: done checking for any_errors_fatal 7031 1726883311.53333: checking for max_fail_percentage 7031 1726883311.53334: done checking for max_fail_percentage 7031 1726883311.53335: checking to see if all hosts have failed and the running result is not ok 7031 1726883311.53336: done checking to see if all hosts have failed 7031 1726883311.53337: getting the remaining hosts for this loop 7031 1726883311.53338: done getting the remaining hosts for this loop 7031 1726883311.53341: getting the next task for host managed_node3 7031 1726883311.53348: done getting next task for host managed_node3 7031 1726883311.53349: ^ task is: TASK: meta (end_play) 7031 1726883311.53351: ^ 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 7031 1726883311.53353: getting variables 7031 1726883311.53354: in VariableManager get_vars() 7031 1726883311.53372: Calling all_inventory to load vars for managed_node3 7031 1726883311.53374: Calling groups_inventory to load vars for managed_node3 7031 1726883311.53376: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883311.53383: Calling all_plugins_play to load vars for managed_node3 7031 1726883311.53385: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883311.53387: Calling groups_plugins_play to load vars for managed_node3 7031 1726883311.53426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883311.53449: done with get_vars() 7031 1726883311.53455: 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:31 -0400 (0:00:00.026) 0:00:00.725 ****** 7031 1726883311.53524: in VariableManager get_vars() 7031 1726883311.53532: Calling all_inventory to load vars for managed_node3 7031 1726883311.53534: Calling groups_inventory to load vars for managed_node3 7031 1726883311.53536: Calling all_plugins_inventory to load vars for managed_node3 7031 1726883311.53539: Calling all_plugins_play to load vars for managed_node3 7031 1726883311.53542: Calling groups_plugins_inventory to load vars for managed_node3 7031 1726883311.53544: Calling groups_plugins_play to load vars for managed_node3 7031 1726883311.53565: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7031 1726883311.53577: done with get_vars() 7031 1726883311.53810: variable 'lsr_rhc_test_data' from source: include_vars 7031 1726883311.53836: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7031 1726883311.53844: done queuing things up, now waiting for results queue to drain 7031 1726883311.53845: results queue empty 7031 1726883311.53846: checking for any_errors_fatal 7031 1726883311.53847: done checking for any_errors_fatal 7031 1726883311.53848: checking for max_fail_percentage 7031 1726883311.53849: done checking for max_fail_percentage 7031 1726883311.53850: checking to see if all hosts have failed and the running result is not ok 7031 1726883311.53850: done checking to see if all hosts have failed 7031 1726883311.53851: getting the remaining hosts for this loop 7031 1726883311.53852: done getting the remaining hosts for this loop 7031 1726883311.53854: getting the next task for host managed_node3 7031 1726883311.53856: host managed_node3 is done iterating, returning 7031 1726883311.53857: done queuing things up, now waiting for results queue to drain 7031 1726883311.53857: results queue empty 7031 1726883311.53858: checking for any_errors_fatal 7031 1726883311.53858: done checking for any_errors_fatal 7031 1726883311.53859: checking for max_fail_percentage 7031 1726883311.53859: done checking for max_fail_percentage 7031 1726883311.53860: checking to see if all hosts have failed and the running result is not ok 7031 1726883311.53860: done checking to see if all hosts have failed 7031 1726883311.53861: getting the next task for host managed_node3 7031 1726883311.53862: 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:31 -0400 (0:00:00.003) 0:00:00.729 ****** =============================================================================== 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 Set flag to indicate system is ostree ----------------------------------- 0.03s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Skip if there is no Insights support ------------------------------------ 0.00s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 7031 1726883311.53920: RUNNING CLEANUP