[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. 6830 1726883304.54128: 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 6830 1726883304.54427: Added group all to inventory 6830 1726883304.54429: Added group ungrouped to inventory 6830 1726883304.54432: Group all now contains ungrouped 6830 1726883304.54434: Examining possible inventory source: /tmp/rhc-n0O/inventory.yml 6830 1726883304.65782: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6830 1726883304.65829: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6830 1726883304.65846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6830 1726883304.65885: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6830 1726883304.65937: Loaded config def from plugin (inventory/script) 6830 1726883304.65938: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6830 1726883304.65971: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6830 1726883304.66082: Loaded config def from plugin (inventory/yaml) 6830 1726883304.66085: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6830 1726883304.66178: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6830 1726883304.66682: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6830 1726883304.66686: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6830 1726883304.66689: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6830 1726883304.66702: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6830 1726883304.66709: Loading data from /tmp/rhc-n0O/inventory.yml 6830 1726883304.66801: /tmp/rhc-n0O/inventory.yml was not parsable by auto 6830 1726883304.66889: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6830 1726883304.66946: Loading data from /tmp/rhc-n0O/inventory.yml 6830 1726883304.67060: group all already in inventory 6830 1726883304.67068: set inventory_file for managed_node1 6830 1726883304.67072: set inventory_dir for managed_node1 6830 1726883304.67073: Added host managed_node1 to inventory 6830 1726883304.67076: Added host managed_node1 to group all 6830 1726883304.67077: set ansible_host for managed_node1 6830 1726883304.67081: set ansible_ssh_extra_args for managed_node1 6830 1726883304.67088: set inventory_file for managed_node2 6830 1726883304.67091: set inventory_dir for managed_node2 6830 1726883304.67092: Added host managed_node2 to inventory 6830 1726883304.67094: Added host managed_node2 to group all 6830 1726883304.67095: set ansible_host for managed_node2 6830 1726883304.67096: set ansible_ssh_extra_args for managed_node2 6830 1726883304.67102: set inventory_file for managed_node3 6830 1726883304.67108: set inventory_dir for managed_node3 6830 1726883304.67109: Added host managed_node3 to inventory 6830 1726883304.67110: Added host managed_node3 to group all 6830 1726883304.67113: set ansible_host for managed_node3 6830 1726883304.67113: set ansible_ssh_extra_args for managed_node3 6830 1726883304.67116: Reconcile groups and hosts in inventory. 6830 1726883304.67121: Group ungrouped now contains managed_node1 6830 1726883304.67125: Group ungrouped now contains managed_node2 6830 1726883304.67127: Group ungrouped now contains managed_node3 6830 1726883304.67239: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6830 1726883304.67404: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6830 1726883304.67461: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6830 1726883304.67480: Loaded config def from plugin (vars/host_group_vars) 6830 1726883304.67482: 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) 6830 1726883304.67487: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6830 1726883304.67493: 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) 6830 1726883304.67535: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6830 1726883304.67981: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883304.68072: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6830 1726883304.68127: Loaded config def from plugin (connection/local) 6830 1726883304.68129: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6830 1726883304.68793: Loaded config def from plugin (connection/paramiko_ssh) 6830 1726883304.68796: 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) 6830 1726883304.69913: 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) 6830 1726883304.69964: Loaded config def from plugin (connection/psrp) 6830 1726883304.69967: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6830 1726883304.70705: 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) 6830 1726883304.70735: Loaded config def from plugin (connection/ssh) 6830 1726883304.70737: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6830 1726883304.72766: 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) 6830 1726883304.72820: Loaded config def from plugin (connection/winrm) 6830 1726883304.72823: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6830 1726883304.72851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6830 1726883304.72921: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6830 1726883304.73004: Loaded config def from plugin (shell/cmd) 6830 1726883304.73006: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6830 1726883304.73034: 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) 6830 1726883304.73124: Loaded config def from plugin (shell/powershell) 6830 1726883304.73126: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6830 1726883304.73188: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6830 1726883304.73358: Loaded config def from plugin (shell/sh) 6830 1726883304.73362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6830 1726883304.73405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6830 1726883304.73737: Loaded config def from plugin (become/runas) 6830 1726883304.73739: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6830 1726883304.73916: Loaded config def from plugin (become/su) 6830 1726883304.73917: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6830 1726883304.74014: Loaded config def from plugin (become/sudo) 6830 1726883304.74016: 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 6830 1726883304.74041: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_autoupdate.yml 6830 1726883304.74353: in VariableManager get_vars() 6830 1726883304.74368: done with get_vars() 6830 1726883304.74376: 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 6830 1726883304.74454: in VariableManager get_vars() 6830 1726883304.74466: done with get_vars() 6830 1726883304.74485: 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 6830 1726883304.74691: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6830 1726883304.79238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6830 1726883304.79502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6830 1726883304.80075: in VariableManager get_vars() 6830 1726883304.80094: done with get_vars() 6830 1726883304.80123: 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 6830 1726883304.80589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6830 1726883304.80607: 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 6830 1726883304.80862: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6830 1726883304.80983: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6830 1726883304.80985: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-1y3/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 6830 1726883304.81014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6830 1726883304.81036: 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) 6830 1726883304.81236: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6830 1726883304.81287: Loaded config def from plugin (callback/default) 6830 1726883304.81289: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 6830 1726883304.82679: Loaded config def from plugin (callback/junit) 6830 1726883304.82682: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 6830 1726883304.82752: 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) 6830 1726883304.82837: Loaded config def from plugin (callback/minimal) 6830 1726883304.82840: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 6830 1726883304.82886: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 6830 1726883304.82928: Loaded config def from plugin (callback/tree) 6830 1726883304.82930: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 6830 1726883304.83001: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6830 1726883304.83003: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-1y3/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_insights_autoupdate.yml **************************************** 1 plays in /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_autoupdate.yml 6830 1726883304.83023: in VariableManager get_vars() 6830 1726883304.83032: done with get_vars() 6830 1726883304.83036: in VariableManager get_vars() 6830 1726883304.83041: done with get_vars() 6830 1726883304.83044: variable 'omit' from source: magic vars 6830 1726883304.83069: in VariableManager get_vars() 6830 1726883304.83077: done with get_vars() 6830 1726883304.83090: variable 'omit' from source: magic vars PLAY [Basic insights autoupdate test] ****************************************** 6830 1726883304.83507: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6830 1726883304.83561: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6830 1726883304.83585: getting the remaining hosts for this loop 6830 1726883304.83586: done getting the remaining hosts for this loop 6830 1726883304.83588: getting the next task for host managed_node3 6830 1726883304.83591: done getting next task for host managed_node3 6830 1726883304.83592: ^ task is: TASK: meta (flush_handlers) 6830 1726883304.83593: ^ 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 6830 1726883304.83595: getting variables 6830 1726883304.83595: in VariableManager get_vars() 6830 1726883304.83602: Calling all_inventory to load vars for managed_node3 6830 1726883304.83603: Calling groups_inventory to load vars for managed_node3 6830 1726883304.83605: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883304.83616: Calling all_plugins_play to load vars for managed_node3 6830 1726883304.83625: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883304.83627: Calling groups_plugins_play to load vars for managed_node3 6830 1726883304.83650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883304.83681: done with get_vars() 6830 1726883304.83685: done getting variables 6830 1726883304.83714: in VariableManager get_vars() 6830 1726883304.83720: Calling all_inventory to load vars for managed_node3 6830 1726883304.83722: Calling groups_inventory to load vars for managed_node3 6830 1726883304.83723: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883304.83726: Calling all_plugins_play to load vars for managed_node3 6830 1726883304.83728: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883304.83729: Calling groups_plugins_play to load vars for managed_node3 6830 1726883304.83746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883304.83757: done with get_vars() 6830 1726883304.83763: done queuing things up, now waiting for results queue to drain 6830 1726883304.83765: results queue empty 6830 1726883304.83765: checking for any_errors_fatal 6830 1726883304.83766: done checking for any_errors_fatal 6830 1726883304.83767: checking for max_fail_percentage 6830 1726883304.83767: done checking for max_fail_percentage 6830 1726883304.83768: checking to see if all hosts have failed and the running result is not ok 6830 1726883304.83768: done checking to see if all hosts have failed 6830 1726883304.83769: getting the remaining hosts for this loop 6830 1726883304.83769: done getting the remaining hosts for this loop 6830 1726883304.83771: getting the next task for host managed_node3 6830 1726883304.83775: done getting next task for host managed_node3 6830 1726883304.83776: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 6830 1726883304.83777: ^ 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 6830 1726883304.83778: getting variables 6830 1726883304.83779: in VariableManager get_vars() 6830 1726883304.83784: Calling all_inventory to load vars for managed_node3 6830 1726883304.83785: Calling groups_inventory to load vars for managed_node3 6830 1726883304.83786: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883304.83789: Calling all_plugins_play to load vars for managed_node3 6830 1726883304.83790: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883304.83792: Calling groups_plugins_play to load vars for managed_node3 6830 1726883304.83807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883304.83821: done with get_vars() 6830 1726883304.83825: done getting variables 6830 1726883304.83864: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:48:24 -0400 (0:00:00.009) 0:00:00.009 ****** 6830 1726883304.83883: entering _queue_task() for managed_node3/set_fact 6830 1726883304.83884: Creating lock for set_fact 6830 1726883304.84114: worker is 1 (out of 1 available) 6830 1726883304.84128: exiting _queue_task() for managed_node3/set_fact 6830 1726883304.84140: done queuing things up, now waiting for results queue to drain 6830 1726883304.84142: waiting for pending results... 6830 1726883304.84268: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 6830 1726883304.84341: in run() - task 123911ae-b657-d32c-22e7-00000000000c 6830 1726883304.84351: variable 'ansible_search_path' from source: unknown 6830 1726883304.84354: variable 'ansible_search_path' from source: unknown 6830 1726883304.84383: calling self._execute() 6830 1726883304.84428: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883304.84431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883304.84440: variable 'omit' from source: magic vars 6830 1726883304.84503: variable 'omit' from source: magic vars 6830 1726883304.84546: variable 'omit' from source: magic vars 6830 1726883304.84901: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6830 1726883304.85006: Loaded config def from plugin (lookup/env) 6830 1726883304.85009: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 6830 1726883304.85061: variable 'omit' from source: magic vars 6830 1726883304.85080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6830 1726883304.85097: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6830 1726883304.85110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6830 1726883304.85127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6830 1726883304.85135: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6830 1726883304.85159: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6830 1726883304.85162: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883304.85164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883304.85221: Set connection var ansible_pipelining to False 6830 1726883304.85230: Set connection var ansible_module_compression to ZIP_DEFLATED 6830 1726883304.85235: Set connection var ansible_shell_executable to /bin/sh 6830 1726883304.85240: Set connection var ansible_shell_type to sh 6830 1726883304.85245: Set connection var ansible_connection to ssh 6830 1726883304.85250: Set connection var ansible_timeout to 10 6830 1726883304.85266: variable 'ansible_shell_executable' from source: unknown 6830 1726883304.85269: variable 'ansible_connection' from source: unknown 6830 1726883304.85272: variable 'ansible_module_compression' from source: unknown 6830 1726883304.85276: variable 'ansible_shell_type' from source: unknown 6830 1726883304.85278: variable 'ansible_shell_executable' from source: unknown 6830 1726883304.85280: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883304.85284: variable 'ansible_pipelining' from source: unknown 6830 1726883304.85286: variable 'ansible_timeout' from source: unknown 6830 1726883304.85288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883304.85365: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6830 1726883304.85373: variable 'omit' from source: magic vars 6830 1726883304.85378: starting attempt loop 6830 1726883304.85380: running the handler 6830 1726883304.85390: handler run complete 6830 1726883304.85399: attempt loop complete, returning result 6830 1726883304.85402: _execute() done 6830 1726883304.85404: dumping result to json 6830 1726883304.85406: done dumping result, returning 6830 1726883304.85413: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [123911ae-b657-d32c-22e7-00000000000c] 6830 1726883304.85422: sending task result for task 123911ae-b657-d32c-22e7-00000000000c 6830 1726883304.85495: done sending task result for task 123911ae-b657-d32c-22e7-00000000000c 6830 1726883304.85498: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 6830 1726883304.85565: no more pending results, returning what we have 6830 1726883304.85567: results queue empty 6830 1726883304.85568: checking for any_errors_fatal 6830 1726883304.85570: done checking for any_errors_fatal 6830 1726883304.85571: checking for max_fail_percentage 6830 1726883304.85572: done checking for max_fail_percentage 6830 1726883304.85573: checking to see if all hosts have failed and the running result is not ok 6830 1726883304.85573: done checking to see if all hosts have failed 6830 1726883304.85574: getting the remaining hosts for this loop 6830 1726883304.85576: done getting the remaining hosts for this loop 6830 1726883304.85579: getting the next task for host managed_node3 6830 1726883304.85586: done getting next task for host managed_node3 6830 1726883304.85588: ^ task is: TASK: Import test data 6830 1726883304.85591: ^ 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 6830 1726883304.85593: getting variables 6830 1726883304.85594: in VariableManager get_vars() 6830 1726883304.85617: Calling all_inventory to load vars for managed_node3 6830 1726883304.85622: Calling groups_inventory to load vars for managed_node3 6830 1726883304.85625: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883304.85633: Calling all_plugins_play to load vars for managed_node3 6830 1726883304.85635: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883304.85638: Calling groups_plugins_play to load vars for managed_node3 6830 1726883304.85665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883304.85680: done with get_vars() 6830 1726883304.85685: done getting variables 6830 1726883304.85757: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:48:24 -0400 (0:00:00.018) 0:00:00.028 ****** 6830 1726883304.85779: entering _queue_task() for managed_node3/include_vars 6830 1726883304.85780: Creating lock for include_vars 6830 1726883304.85953: worker is 1 (out of 1 available) 6830 1726883304.85966: exiting _queue_task() for managed_node3/include_vars 6830 1726883304.85976: done queuing things up, now waiting for results queue to drain 6830 1726883304.85978: waiting for pending results... 6830 1726883304.86096: running TaskExecutor() for managed_node3/TASK: Import test data 6830 1726883304.86160: in run() - task 123911ae-b657-d32c-22e7-00000000000e 6830 1726883304.86173: variable 'ansible_search_path' from source: unknown 6830 1726883304.86176: variable 'ansible_search_path' from source: unknown 6830 1726883304.86201: calling self._execute() 6830 1726883304.86246: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883304.86250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883304.86258: variable 'omit' from source: magic vars 6830 1726883304.86565: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6830 1726883304.89913: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6830 1726883304.89959: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6830 1726883304.89986: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6830 1726883304.90010: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6830 1726883304.90031: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6830 1726883304.90076: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6830 1726883304.90102: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6830 1726883304.90125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6830 1726883304.90151: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6830 1726883304.90162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6830 1726883304.90239: variable 'lsr_rhc_test_data_file' from source: set_fact 6830 1726883304.90257: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 6830 1726883304.90260: when evaluation is False, skipping this task 6830 1726883304.90263: _execute() done 6830 1726883304.90266: dumping result to json 6830 1726883304.90268: done dumping result, returning 6830 1726883304.90270: done running TaskExecutor() for managed_node3/TASK: Import test data [123911ae-b657-d32c-22e7-00000000000e] 6830 1726883304.90275: sending task result for task 123911ae-b657-d32c-22e7-00000000000e 6830 1726883304.90353: done sending task result for task 123911ae-b657-d32c-22e7-00000000000e 6830 1726883304.90356: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 6830 1726883304.90422: no more pending results, returning what we have 6830 1726883304.90425: results queue empty 6830 1726883304.90426: checking for any_errors_fatal 6830 1726883304.90429: done checking for any_errors_fatal 6830 1726883304.90430: checking for max_fail_percentage 6830 1726883304.90432: done checking for max_fail_percentage 6830 1726883304.90432: checking to see if all hosts have failed and the running result is not ok 6830 1726883304.90433: done checking to see if all hosts have failed 6830 1726883304.90434: getting the remaining hosts for this loop 6830 1726883304.90435: done getting the remaining hosts for this loop 6830 1726883304.90439: getting the next task for host managed_node3 6830 1726883304.90444: done getting next task for host managed_node3 6830 1726883304.90446: ^ task is: TASK: Get facts for external test data 6830 1726883304.90449: ^ 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 6830 1726883304.90452: getting variables 6830 1726883304.90453: in VariableManager get_vars() 6830 1726883304.90483: Calling all_inventory to load vars for managed_node3 6830 1726883304.90486: Calling groups_inventory to load vars for managed_node3 6830 1726883304.90489: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883304.90498: Calling all_plugins_play to load vars for managed_node3 6830 1726883304.90500: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883304.90503: Calling groups_plugins_play to load vars for managed_node3 6830 1726883304.90547: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883304.90566: done with get_vars() 6830 1726883304.90572: 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:24 -0400 (0:00:00.048) 0:00:00.076 ****** 6830 1726883304.90640: entering _queue_task() for managed_node3/setup 6830 1726883304.90824: worker is 1 (out of 1 available) 6830 1726883304.90834: exiting _queue_task() for managed_node3/setup 6830 1726883304.90844: done queuing things up, now waiting for results queue to drain 6830 1726883304.90845: waiting for pending results... 6830 1726883304.90969: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 6830 1726883304.91037: in run() - task 123911ae-b657-d32c-22e7-00000000000f 6830 1726883304.91049: variable 'ansible_search_path' from source: unknown 6830 1726883304.91052: variable 'ansible_search_path' from source: unknown 6830 1726883304.91081: calling self._execute() 6830 1726883304.91125: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883304.91128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883304.91138: variable 'omit' from source: magic vars 6830 1726883304.91657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6830 1726883304.94800: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6830 1726883304.94842: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6830 1726883304.94870: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6830 1726883304.94893: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6830 1726883304.94924: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6830 1726883304.94970: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6830 1726883304.94990: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6830 1726883304.95007: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6830 1726883304.95039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6830 1726883304.95048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6830 1726883304.95124: variable 'lsr_rhc_test_data_file' from source: set_fact 6830 1726883304.95139: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 6830 1726883304.95143: when evaluation is False, skipping this task 6830 1726883304.95146: _execute() done 6830 1726883304.95148: dumping result to json 6830 1726883304.95150: done dumping result, returning 6830 1726883304.95153: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [123911ae-b657-d32c-22e7-00000000000f] 6830 1726883304.95155: sending task result for task 123911ae-b657-d32c-22e7-00000000000f 6830 1726883304.95240: done sending task result for task 123911ae-b657-d32c-22e7-00000000000f 6830 1726883304.95243: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 6830 1726883304.95288: no more pending results, returning what we have 6830 1726883304.95291: results queue empty 6830 1726883304.95292: checking for any_errors_fatal 6830 1726883304.95295: done checking for any_errors_fatal 6830 1726883304.95295: checking for max_fail_percentage 6830 1726883304.95297: done checking for max_fail_percentage 6830 1726883304.95298: checking to see if all hosts have failed and the running result is not ok 6830 1726883304.95299: done checking to see if all hosts have failed 6830 1726883304.95299: getting the remaining hosts for this loop 6830 1726883304.95301: done getting the remaining hosts for this loop 6830 1726883304.95304: getting the next task for host managed_node3 6830 1726883304.95313: done getting next task for host managed_node3 6830 1726883304.95316: ^ task is: TASK: Set local lsr_rhc_test_data 6830 1726883304.95321: ^ 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 6830 1726883304.95324: getting variables 6830 1726883304.95326: in VariableManager get_vars() 6830 1726883304.95352: Calling all_inventory to load vars for managed_node3 6830 1726883304.95354: Calling groups_inventory to load vars for managed_node3 6830 1726883304.95357: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883304.95367: Calling all_plugins_play to load vars for managed_node3 6830 1726883304.95369: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883304.95377: Calling groups_plugins_play to load vars for managed_node3 6830 1726883304.95422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883304.95441: done with get_vars() 6830 1726883304.95449: done getting variables 6830 1726883304.95492: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:48:24 -0400 (0:00:00.048) 0:00:00.125 ****** 6830 1726883304.95520: entering _queue_task() for managed_node3/include_vars 6830 1726883304.95692: worker is 1 (out of 1 available) 6830 1726883304.95702: exiting _queue_task() for managed_node3/include_vars 6830 1726883304.95714: done queuing things up, now waiting for results queue to drain 6830 1726883304.95716: waiting for pending results... 6830 1726883304.95842: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 6830 1726883304.95906: in run() - task 123911ae-b657-d32c-22e7-000000000011 6830 1726883304.95917: variable 'ansible_search_path' from source: unknown 6830 1726883304.95925: variable 'ansible_search_path' from source: unknown 6830 1726883304.95950: calling self._execute() 6830 1726883304.95993: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883304.95996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883304.96005: variable 'omit' from source: magic vars 6830 1726883304.96516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6830 1726883304.99557: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6830 1726883304.99594: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6830 1726883304.99625: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6830 1726883304.99648: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6830 1726883304.99679: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6830 1726883304.99739: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6830 1726883304.99760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6830 1726883304.99778: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6830 1726883304.99803: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6830 1726883304.99815: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6830 1726883304.99892: variable 'lsr_rhc_test_data_file' from source: set_fact 6830 1726883304.99906: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 6830 1726883304.99910: variable 'omit' from source: magic vars 6830 1726883304.99948: variable 'omit' from source: magic vars 6830 1726883304.99973: variable 'omit' from source: magic vars 6830 1726883304.99988: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6830 1726883305.00003: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6830 1726883305.00015: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6830 1726883305.00027: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6830 1726883305.00034: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6830 1726883305.00045: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 6830 1726883305.00058: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 6830 1726883305.00071: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6830 1726883305.00074: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883305.00076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883305.00137: Set connection var ansible_pipelining to False 6830 1726883305.00144: Set connection var ansible_module_compression to ZIP_DEFLATED 6830 1726883305.00149: Set connection var ansible_shell_executable to /bin/sh 6830 1726883305.00154: Set connection var ansible_shell_type to sh 6830 1726883305.00159: Set connection var ansible_connection to ssh 6830 1726883305.00167: Set connection var ansible_timeout to 10 6830 1726883305.00185: variable 'ansible_shell_executable' from source: unknown 6830 1726883305.00190: variable 'ansible_connection' from source: unknown 6830 1726883305.00192: variable 'ansible_module_compression' from source: unknown 6830 1726883305.00195: variable 'ansible_shell_type' from source: unknown 6830 1726883305.00197: variable 'ansible_shell_executable' from source: unknown 6830 1726883305.00199: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883305.00204: variable 'ansible_pipelining' from source: unknown 6830 1726883305.00207: variable 'ansible_timeout' from source: unknown 6830 1726883305.00213: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883305.00278: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6830 1726883305.00287: variable 'omit' from source: magic vars 6830 1726883305.00290: starting attempt loop 6830 1726883305.00292: running the handler 6830 1726883305.00299: evaluation_path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 6830 1726883305.00317: 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 6830 1726883305.00386: handler run complete 6830 1726883305.00395: attempt loop complete, returning result 6830 1726883305.00398: _execute() done 6830 1726883305.00400: dumping result to json 6830 1726883305.00404: done dumping result, returning 6830 1726883305.00410: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [123911ae-b657-d32c-22e7-000000000011] 6830 1726883305.00414: sending task result for task 123911ae-b657-d32c-22e7-000000000011 6830 1726883305.00733: done sending task result for task 123911ae-b657-d32c-22e7-000000000011 6830 1726883305.00736: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 6830 1726883305.00797: no more pending results, returning what we have 6830 1726883305.00799: results queue empty 6830 1726883305.00799: checking for any_errors_fatal 6830 1726883305.00801: done checking for any_errors_fatal 6830 1726883305.00802: checking for max_fail_percentage 6830 1726883305.00803: done checking for max_fail_percentage 6830 1726883305.00803: checking to see if all hosts have failed and the running result is not ok 6830 1726883305.00804: done checking to see if all hosts have failed 6830 1726883305.00804: getting the remaining hosts for this loop 6830 1726883305.00805: done getting the remaining hosts for this loop 6830 1726883305.00809: getting the next task for host managed_node3 6830 1726883305.00815: done getting next task for host managed_node3 6830 1726883305.00817: ^ task is: TASK: Check if system is ostree 6830 1726883305.00822: ^ 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 6830 1726883305.00825: getting variables 6830 1726883305.00825: in VariableManager get_vars() 6830 1726883305.00841: Calling all_inventory to load vars for managed_node3 6830 1726883305.00842: Calling groups_inventory to load vars for managed_node3 6830 1726883305.00845: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883305.00851: Calling all_plugins_play to load vars for managed_node3 6830 1726883305.00853: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883305.00854: Calling groups_plugins_play to load vars for managed_node3 6830 1726883305.00880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883305.00895: done with get_vars() 6830 1726883305.00900: 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:25 -0400 (0:00:00.054) 0:00:00.180 ****** 6830 1726883305.00966: entering _queue_task() for managed_node3/stat 6830 1726883305.01133: worker is 1 (out of 1 available) 6830 1726883305.01142: exiting _queue_task() for managed_node3/stat 6830 1726883305.01152: done queuing things up, now waiting for results queue to drain 6830 1726883305.01153: waiting for pending results... 6830 1726883305.01282: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 6830 1726883305.01348: in run() - task 123911ae-b657-d32c-22e7-000000000013 6830 1726883305.01359: variable 'ansible_search_path' from source: unknown 6830 1726883305.01362: variable 'ansible_search_path' from source: unknown 6830 1726883305.01391: calling self._execute() 6830 1726883305.01438: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883305.01441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883305.01450: variable 'omit' from source: magic vars 6830 1726883305.01758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6830 1726883305.03690: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6830 1726883305.03722: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6830 1726883305.03744: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6830 1726883305.03768: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6830 1726883305.03819: 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) 6830 1726883305.03838: 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) 6830 1726883305.03857: 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) 6830 1726883305.03882: 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) 6830 1726883305.03955: Evaluated conditional (not __rhc_is_ostree is defined): True 6830 1726883305.03959: variable 'omit' from source: magic vars 6830 1726883305.03998: variable 'omit' from source: magic vars 6830 1726883305.04023: variable 'omit' from source: magic vars 6830 1726883305.04040: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6830 1726883305.04055: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6830 1726883305.04065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6830 1726883305.04076: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6830 1726883305.04086: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6830 1726883305.04102: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 6830 1726883305.04115: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 6830 1726883305.04128: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6830 1726883305.04131: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883305.04134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883305.04193: Set connection var ansible_pipelining to False 6830 1726883305.04200: Set connection var ansible_module_compression to ZIP_DEFLATED 6830 1726883305.04207: Set connection var ansible_shell_executable to /bin/sh 6830 1726883305.04213: Set connection var ansible_shell_type to sh 6830 1726883305.04222: Set connection var ansible_connection to ssh 6830 1726883305.04225: Set connection var ansible_timeout to 10 6830 1726883305.04240: variable 'ansible_shell_executable' from source: unknown 6830 1726883305.04243: variable 'ansible_connection' from source: unknown 6830 1726883305.04246: variable 'ansible_module_compression' from source: unknown 6830 1726883305.04249: variable 'ansible_shell_type' from source: unknown 6830 1726883305.04251: variable 'ansible_shell_executable' from source: unknown 6830 1726883305.04253: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883305.04257: variable 'ansible_pipelining' from source: unknown 6830 1726883305.04259: variable 'ansible_timeout' from source: unknown 6830 1726883305.04263: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883305.04357: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6830 1726883305.04363: variable 'omit' from source: magic vars 6830 1726883305.04368: starting attempt loop 6830 1726883305.04371: running the handler 6830 1726883305.04378: _low_level_execute_command(): starting 6830 1726883305.04383: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6830 1726883305.04873: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6830 1726883305.04888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6830 1726883305.04904: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 6830 1726883305.04918: 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 <<< 6830 1726883305.04929: stderr chunk (state=3): >>>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 <<< 6830 1726883305.04974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6830 1726883305.04988: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6830 1726883305.05050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6830 1726883305.06668: stdout chunk (state=3): >>>/root <<< 6830 1726883305.06768: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6830 1726883305.06821: stderr chunk (state=3): >>><<< 6830 1726883305.06826: stdout chunk (state=3): >>><<< 6830 1726883305.06844: _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 6830 1726883305.06854: _low_level_execute_command(): starting 6830 1726883305.06859: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339 `" && echo ansible-tmp-1726883305.068439-6838-248252644292339="` echo /root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339 `" ) && sleep 0' 6830 1726883305.07283: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6830 1726883305.07295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6830 1726883305.07317: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 6830 1726883305.07337: 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 <<< 6830 1726883305.07376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6830 1726883305.07388: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6830 1726883305.07445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6830 1726883305.09243: stdout chunk (state=3): >>>ansible-tmp-1726883305.068439-6838-248252644292339=/root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339 <<< 6830 1726883305.09354: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6830 1726883305.09401: stderr chunk (state=3): >>><<< 6830 1726883305.09404: stdout chunk (state=3): >>><<< 6830 1726883305.09421: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883305.068439-6838-248252644292339=/root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339 , 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 6830 1726883305.09454: variable 'ansible_module_compression' from source: unknown 6830 1726883305.09495: ANSIBALLZ: Using lock for stat 6830 1726883305.09499: ANSIBALLZ: Acquiring lock 6830 1726883305.09501: ANSIBALLZ: Lock acquired: 140514701623664 6830 1726883305.09503: ANSIBALLZ: Creating module 6830 1726883305.18245: ANSIBALLZ: Writing module into payload 6830 1726883305.18363: ANSIBALLZ: Writing module 6830 1726883305.18382: ANSIBALLZ: Renaming module 6830 1726883305.18393: ANSIBALLZ: Done creating module 6830 1726883305.18409: variable 'ansible_facts' from source: unknown 6830 1726883305.18421: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6830 1726883305.18432: _low_level_execute_command(): starting 6830 1726883305.18441: _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' 6830 1726883305.18971: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6830 1726883305.18975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6830 1726883305.19007: 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 <<< 6830 1726883305.19010: 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 <<< 6830 1726883305.19014: 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 <<< 6830 1726883305.19074: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6830 1726883305.19077: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6830 1726883305.19083: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6830 1726883305.19137: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6830 1726883305.20760: stdout chunk (state=3): >>>PLATFORM <<< 6830 1726883305.20839: stdout chunk (state=3): >>>Linux <<< 6830 1726883305.20852: stdout chunk (state=3): >>>FOUND <<< 6830 1726883305.20872: stdout chunk (state=3): >>>/usr/bin/python3.9 /usr/bin/python3 <<< 6830 1726883305.20875: stdout chunk (state=3): >>>/usr/bin/python3 ENDFOUND <<< 6830 1726883305.21006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6830 1726883305.21051: stderr chunk (state=3): >>><<< 6830 1726883305.21054: stdout chunk (state=3): >>><<< 6830 1726883305.21068: _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 6830 1726883305.21078 [managed_node3]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 6830 1726883305.21107: _low_level_execute_command(): starting 6830 1726883305.21110: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 6830 1726883305.21188: Sending initial data 6830 1726883305.21192: Sent initial data (1181 bytes) 6830 1726883305.21534: 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 <<< 6830 1726883305.21537: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6830 1726883305.21566: 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 <<< 6830 1726883305.21569: 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 <<< 6830 1726883305.21571: 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 <<< 6830 1726883305.21616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6830 1726883305.21633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6830 1726883305.21676: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6830 1726883305.25446: 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"} <<< 6830 1726883305.25917: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6830 1726883305.26098: stdout chunk (state=3): >>><<< 6830 1726883305.26101: stderr chunk (state=3): >>><<< 6830 1726883305.26104: _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 6830 1726883305.26106: variable 'ansible_facts' from source: unknown 6830 1726883305.26108: variable 'ansible_facts' from source: unknown 6830 1726883305.26109: variable 'ansible_module_compression' from source: unknown 6830 1726883305.26113: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-68307kx4767t/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6830 1726883305.26116: variable 'ansible_facts' from source: unknown 6830 1726883305.26144: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339/AnsiballZ_stat.py 6830 1726883305.26251: Sending initial data 6830 1726883305.26260: Sent initial data (150 bytes) 6830 1726883305.26963: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6830 1726883305.26969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6830 1726883305.27016: 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 <<< 6830 1726883305.27019: 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 <<< 6830 1726883305.27021: 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 <<< 6830 1726883305.27077: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6830 1726883305.27080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6830 1726883305.27140: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6830 1726883305.28883: 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 <<< 6830 1726883305.28886: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6830 1726883305.28931: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6830 1726883305.28933: stderr chunk (state=3): >>>debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6830 1726883305.28977: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-68307kx4767t/tmp9surz0gh /root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339/AnsiballZ_stat.py <<< 6830 1726883305.29022: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6830 1726883305.29826: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6830 1726883305.29910: stderr chunk (state=3): >>><<< 6830 1726883305.29916: stdout chunk (state=3): >>><<< 6830 1726883305.29933: done transferring module to remote 6830 1726883305.29946: _low_level_execute_command(): starting 6830 1726883305.29949: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339/ /root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339/AnsiballZ_stat.py && sleep 0' 6830 1726883305.30374: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6830 1726883305.30380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6830 1726883305.30406: 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 <<< 6830 1726883305.30423: 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 <<< 6830 1726883305.30469: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6830 1726883305.30482: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6830 1726883305.30537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6830 1726883305.32218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6830 1726883305.32262: stderr chunk (state=3): >>><<< 6830 1726883305.32265: stdout chunk (state=3): >>><<< 6830 1726883305.32278: _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 6830 1726883305.32281: _low_level_execute_command(): starting 6830 1726883305.32285: _low_level_execute_command(): using become for this command 6830 1726883305.32294: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-bqdohdwygtcfewxaaplrpbgemtotuvzf ; PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339/AnsiballZ_stat.py'"'"' && sleep 0' 6830 1726883305.32374: Initial state: awaiting_escalation: BECOME-SUCCESS-bqdohdwygtcfewxaaplrpbgemtotuvzf 6830 1726883305.32765: stderr chunk (state=1): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6830 1726883305.32769: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.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 <<< 6830 1726883305.32771: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6830 1726883305.32806: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master <<< 6830 1726883305.32827: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6830 1726883305.32880: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 6830 1726883305.35601: stdout chunk (state=1): >>>BECOME-SUCCESS-bqdohdwygtcfewxaaplrpbgemtotuvzf <<< 6830 1726883305.35604: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-bqdohdwygtcfewxaaplrpbgemtotuvzf' 6830 1726883305.35850: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6830 1726883305.35853: stdout chunk (state=3): >>>import _imp # builtin <<< 6830 1726883305.35855: stdout chunk (state=3): >>>import '_thread' # <<< 6830 1726883305.35857: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 6830 1726883305.35917: stdout chunk (state=3): >>>import '_io' # <<< 6830 1726883305.35924: stdout chunk (state=3): >>>import 'marshal' # <<< 6830 1726883305.35955: stdout chunk (state=3): >>>import 'posix' # <<< 6830 1726883305.35988: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 6830 1726883305.35993: stdout chunk (state=3): >>># installing zipimport hook <<< 6830 1726883305.36026: stdout chunk (state=3): >>>import 'time' # <<< 6830 1726883305.36033: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6830 1726883305.36079: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 6830 1726883305.36118: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 6830 1726883305.36125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 6830 1726883305.36130: stdout chunk (state=3): >>>import '_codecs' # <<< 6830 1726883305.36147: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060775ca0> <<< 6830 1726883305.36183: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 6830 1726883305.36200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 6830 1726883305.36209: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206071c280> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060775a00> <<< 6830 1726883305.36235: 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' <<< 6830 1726883305.36250: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20607759a0> <<< 6830 1726883305.36294: stdout chunk (state=3): >>>import '_signal' # <<< 6830 1726883305.36304: stdout chunk (state=3): >>> <<< 6830 1726883305.36308: 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' <<< 6830 1726883305.36315: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206071c370> <<< 6830 1726883305.36342: stdout chunk (state=3): >>># /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' <<< 6830 1726883305.36357: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 6830 1726883305.36371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 6830 1726883305.36381: stdout chunk (state=3): >>>import '_abc' # <<< 6830 1726883305.36385: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206071c820> <<< 6830 1726883305.36405: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206071c550> <<< 6830 1726883305.36436: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 6830 1726883305.36449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 6830 1726883305.36457: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 6830 1726883305.36480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 6830 1726883305.36495: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 6830 1726883305.36520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 6830 1726883305.36536: stdout chunk (state=3): >>>import '_stat' # <<< 6830 1726883305.36549: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606c8f70> <<< 6830 1726883305.36556: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 6830 1726883305.36579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 6830 1726883305.36649: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606cf100> <<< 6830 1726883305.36676: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 6830 1726883305.36679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 6830 1726883305.36713: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 6830 1726883305.36716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' <<< 6830 1726883305.36720: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606f8730> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606cf820> <<< 6830 1726883305.36754: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060731760> <<< 6830 1726883305.36768: 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' <<< 6830 1726883305.36779: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606c8c70> <<< 6830 1726883305.36831: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 6830 1726883305.36834: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606f8c70> <<< 6830 1726883305.36896: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206071cfd0> <<< 6830 1726883305.36921: 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. <<< 6830 1726883305.37115: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 6830 1726883305.37121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 6830 1726883305.37149: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 6830 1726883305.37154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 6830 1726883305.37178: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 6830 1726883305.37192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 6830 1726883305.37219: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 6830 1726883305.37232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 6830 1726883305.37235: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060693d90> <<< 6830 1726883305.37279: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060695e20> <<< 6830 1726883305.37303: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 6830 1726883305.37309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 6830 1726883305.37332: stdout chunk (state=3): >>>import '_sre' # <<< 6830 1726883305.37341: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 6830 1726883305.37361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 6830 1726883305.37374: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py <<< 6830 1726883305.37387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 6830 1726883305.37408: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206068e730> <<< 6830 1726883305.37431: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060690520> <<< 6830 1726883305.37435: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060693250> <<< 6830 1726883305.37455: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 6830 1726883305.37525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 6830 1726883305.37546: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 6830 1726883305.37572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 6830 1726883305.37596: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 6830 1726883305.37599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 6830 1726883305.37634: stdout chunk (state=3): >>># 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 0x7f20603d5cd0> <<< 6830 1726883305.37647: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603d57c0> <<< 6830 1726883305.37651: stdout chunk (state=3): >>>import 'itertools' # <<< 6830 1726883305.37677: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' <<< 6830 1726883305.37686: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603d5dc0> <<< 6830 1726883305.37696: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 6830 1726883305.37721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 6830 1726883305.37743: stdout chunk (state=3): >>>import '_operator' # <<< 6830 1726883305.37755: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603d5e80> <<< 6830 1726883305.37763: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' <<< 6830 1726883305.37770: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603d5f40> <<< 6830 1726883305.37789: stdout chunk (state=3): >>>import '_collections' # <<< 6830 1726883305.37833: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206066ec40> <<< 6830 1726883305.37840: stdout chunk (state=3): >>>import '_functools' # <<< 6830 1726883305.37864: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060667520> <<< 6830 1726883305.37918: stdout chunk (state=3): >>># /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 0x7f206067c580> <<< 6830 1726883305.37925: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206069acd0> <<< 6830 1726883305.37945: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py <<< 6830 1726883305.37954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 6830 1726883305.37978: 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' <<< 6830 1726883305.37981: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20603e7b80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206066e160> <<< 6830 1726883305.38021: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 6830 1726883305.38024: 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 0x7f206067c190> <<< 6830 1726883305.38032: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606a0880> <<< 6830 1726883305.38044: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 6830 1726883305.38070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 6830 1726883305.38080: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 6830 1726883305.38091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 6830 1726883305.38093: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 6830 1726883305.38122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 6830 1726883305.38127: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e7eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e7ca0> <<< 6830 1726883305.38154: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 6830 1726883305.38157: 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 0x7f20603e7c10> <<< 6830 1726883305.38187: stdout chunk (state=3): >>># /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' <<< 6830 1726883305.38212: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 6830 1726883305.38217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 6830 1726883305.38241: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 6830 1726883305.38291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 6830 1726883305.38316: 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 0x7f20603bb280> <<< 6830 1726883305.38341: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 6830 1726883305.38346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 6830 1726883305.38384: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603bb370> <<< 6830 1726883305.38501: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603f1eb0> <<< 6830 1726883305.38538: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e9940> <<< 6830 1726883305.38545: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e94f0> <<< 6830 1726883305.38573: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 6830 1726883305.38576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 6830 1726883305.38622: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 6830 1726883305.38625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 6830 1726883305.38659: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 6830 1726883305.38662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 6830 1726883305.38664: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20602ee0d0> <<< 6830 1726883305.38697: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603b6d90> <<< 6830 1726883305.38745: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e9dc0> <<< 6830 1726883305.38748: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206069aeb0> <<< 6830 1726883305.38771: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 6830 1726883305.38792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 6830 1726883305.38820: 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' <<< 6830 1726883305.38833: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060301a00> <<< 6830 1726883305.38841: stdout chunk (state=3): >>>import 'errno' # <<< 6830 1726883305.38871: 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 0x7f2060301d30> <<< 6830 1726883305.38884: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 6830 1726883305.38900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 6830 1726883305.38915: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 6830 1726883305.38924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' <<< 6830 1726883305.38933: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060312640> <<< 6830 1726883305.38957: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 6830 1726883305.38981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 6830 1726883305.39014: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060312b80> <<< 6830 1726883305.39046: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 6830 1726883305.39059: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20602aa2b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060301e20> <<< 6830 1726883305.39077: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 6830 1726883305.39082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 6830 1726883305.39126: 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 0x7f20602bb190> <<< 6830 1726883305.39137: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603124c0> <<< 6830 1726883305.39145: stdout chunk (state=3): >>>import 'pwd' # <<< 6830 1726883305.39175: 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 0x7f20602bb250> <<< 6830 1726883305.39213: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e78e0> <<< 6830 1726883305.39227: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 6830 1726883305.39247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 6830 1726883305.39267: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 6830 1726883305.39282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 6830 1726883305.39315: stdout chunk (state=3): >>># 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'<<< 6830 1726883305.39327: stdout chunk (state=3): >>> import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20602d75b0> <<< 6830 1726883305.39338: 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' <<< 6830 1726883305.39369: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' <<< 6830 1726883305.39371: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20602d7880> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20602d7670> <<< 6830 1726883305.39399: 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 0x7f20602d7760> <<< 6830 1726883305.39427: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 6830 1726883305.39431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 6830 1726883305.39618: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20602d7bb0> <<< 6830 1726883305.39651: 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' <<< 6830 1726883305.39655: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20602e5100> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20602d77f0> <<< 6830 1726883305.39678: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20602ca940> <<< 6830 1726883305.39696: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e74c0> <<< 6830 1726883305.39724: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 6830 1726883305.39772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 6830 1726883305.39813: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20602d79a0> <<< 6830 1726883305.39904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 6830 1726883305.39926: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f20601fb580> <<< 6830 1726883305.40052: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip' <<< 6830 1726883305.40055: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.40139: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.40169: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 6830 1726883305.40196: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.40199: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/__init__.py <<< 6830 1726883305.40221: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.41431: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.42385: 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' <<< 6830 1726883305.42390: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd56d0> <<< 6830 1726883305.42424: stdout chunk (state=3): >>># /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' <<< 6830 1726883305.42439: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 6830 1726883305.42448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 6830 1726883305.42464: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 6830 1726883305.42469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 6830 1726883305.42500: stdout chunk (state=3): >>># 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'<<< 6830 1726883305.42504: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f205fbd5160> <<< 6830 1726883305.42535: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd5340> <<< 6830 1726883305.42566: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd5e20> <<< 6830 1726883305.42593: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 6830 1726883305.42597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 6830 1726883305.42645: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd5f10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd5c40> <<< 6830 1726883305.42650: stdout chunk (state=3): >>>import 'atexit' # <<< 6830 1726883305.42680: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 6830 1726883305.42688: 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 0x7f205fbd5e80> <<< 6830 1726883305.42697: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 6830 1726883305.42728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 6830 1726883305.42761: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd5100> <<< 6830 1726883305.42784: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 6830 1726883305.42795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 6830 1726883305.42820: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 6830 1726883305.42837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 6830 1726883305.42861: 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' <<< 6830 1726883305.42935: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb2bdf0> <<< 6830 1726883305.42967: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 6830 1726883305.42973: 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 0x7f205fb2bfa0> <<< 6830 1726883305.43001: 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' <<< 6830 1726883305.43007: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f205fb4ce50> <<< 6830 1726883305.43019: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 6830 1726883305.43047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 6830 1726883305.43081: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb4c4c0> <<< 6830 1726883305.43100: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060185dc0> <<< 6830 1726883305.43256: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20601853d0> <<< 6830 1726883305.43283: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 6830 1726883305.43287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 6830 1726883305.43310: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060185fd0> <<< 6830 1726883305.43324: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 6830 1726883305.43337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 6830 1726883305.43358: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 6830 1726883305.43366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 6830 1726883305.43374: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 6830 1726883305.43397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 6830 1726883305.43418: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 6830 1726883305.43425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060157dc0> <<< 6830 1726883305.43508: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fba8be0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fba82b0> <<< 6830 1726883305.43515: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbdb3a0> <<< 6830 1726883305.43540: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 6830 1726883305.43545: 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 0x7f205fba83d0> <<< 6830 1726883305.43574: 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' <<< 6830 1726883305.43582: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fba8400> <<< 6830 1726883305.43589: 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 <<< 6830 1726883305.43613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 6830 1726883305.43625: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 6830 1726883305.43652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 6830 1726883305.43722: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 6830 1726883305.43725: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f205fb0e970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060168100> <<< 6830 1726883305.43748: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 6830 1726883305.43754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 6830 1726883305.43811: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f205fb1a9a0> <<< 6830 1726883305.43819: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060168280> <<< 6830 1726883305.43836: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 6830 1726883305.43873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 6830 1726883305.43899: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 6830 1726883305.43905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 6830 1726883305.43963: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb0edf0> <<< 6830 1726883305.44089: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb1a940> <<< 6830 1726883305.44189: 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 0x7f205fb1a790> <<< 6830 1726883305.44218: 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' <<< 6830 1726883305.44223: 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 0x7f205fb19730> <<< 6830 1726883305.44263: 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' # 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 0x7f205fb19670> <<< 6830 1726883305.44269: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206015e7c0> <<< 6830 1726883305.44293: 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 <<< 6830 1726883305.44301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 6830 1726883305.44309: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 6830 1726883305.44330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 6830 1726883305.44373: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 6830 1726883305.44379: stdout chunk (state=3): >>># 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 0x7f205fb9e640> <<< 6830 1726883305.44564: 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 0x7f205fb9d9d0> <<< 6830 1726883305.44570: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb0f0a0> <<< 6830 1726883305.44614: 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' <<< 6830 1726883305.44625: 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 0x7f205fb9e0a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060180880> <<< 6830 1726883305.44628: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.44639: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 6830 1726883305.44655: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.44740: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.44819: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.44837: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py <<< 6830 1726883305.44846: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6830 1726883305.44860: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 6830 1726883305.44871: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.44973: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.45063: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.45540: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.46010: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py <<< 6830 1726883305.46015: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 6830 1726883305.46017: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 6830 1726883305.46053: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 6830 1726883305.46067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 6830 1726883305.46113: stdout chunk (state=3): >>># 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 0x7f205f70e130> <<< 6830 1726883305.46204: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 6830 1726883305.46208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 6830 1726883305.46210: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb93970> <<< 6830 1726883305.46214: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205f70e550> <<< 6830 1726883305.46246: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 6830 1726883305.46260: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.46271: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.46293: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 6830 1726883305.46296: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.46419: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.46546: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 6830 1726883305.46554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 6830 1726883305.46577: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb94940> <<< 6830 1726883305.46582: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.46972: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47340: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47398: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47463: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 6830 1726883305.47469: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47506: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47540: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py <<< 6830 1726883305.47549: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47599: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47696: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 6830 1726883305.47721: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47724: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 6830 1726883305.47726: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47747: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.47783: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 6830 1726883305.47974: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.48162: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 6830 1726883305.48203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 6830 1726883305.48206: stdout chunk (state=3): >>>import '_ast' # <<< 6830 1726883305.48283: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb935e0> # zipimport: zlib available <<< 6830 1726883305.48340: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.48420: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py <<< 6830 1726883305.48426: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 6830 1726883305.48447: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.48484: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.48532: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 6830 1726883305.48535: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.48561: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.48603: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.48669: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.48739: 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 <<< 6830 1726883305.48753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 6830 1726883305.48832: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2060173850> <<< 6830 1726883305.48857: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbdde50> <<< 6830 1726883305.48908: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 6830 1726883305.49047: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.49101: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.49127: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.49166: stdout chunk (state=3): >>># /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' <<< 6830 1726883305.49190: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 6830 1726883305.49243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 6830 1726883305.49256: stdout chunk (state=3): >>># /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' <<< 6830 1726883305.49353: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fae1310> <<< 6830 1726883305.49387: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fadb820> <<< 6830 1726883305.49456: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb76940> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 6830 1726883305.49459: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.49508: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.49513: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 6830 1726883305.49573: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 6830 1726883305.49617: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 6830 1726883305.49624: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.49733: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.49899: stdout chunk (state=3): >>># zipimport: zlib available <<< 6830 1726883305.50047: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 6830 1726883305.50320: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # 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 <<< 6830 1726883305.50395: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing 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 <<< 6830 1726883305.50399: stdout chunk (state=3): >>># 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 <<< 6830 1726883305.50587: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 6830 1726883305.50657: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 6830 1726883305.50696: stdout chunk (state=3): >>># 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 <<< 6830 1726883305.50714: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 6830 1726883305.50762: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 6830 1726883305.50818: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # 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 <<< 6830 1726883305.50881: stdout chunk (state=3): >>># 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 <<< 6830 1726883305.50912: 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 # 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 <<< 6830 1726883305.50932: stdout chunk (state=3): >>># 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 <<< 6830 1726883305.51093: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 6830 1726883305.51097: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq # destroy posixpath # destroy stat <<< 6830 1726883305.51130: 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 # 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 <<< 6830 1726883305.51154: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 6830 1726883305.51602: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.127 closed. <<< 6830 1726883305.51671: stderr chunk (state=3): >>><<< 6830 1726883305.51680: stdout chunk (state=3): >>><<< 6830 1726883305.51780: _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 0x7f2060775ca0> # /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 0x7f206071c280> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060775a00> # /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 0x7f20607759a0> 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 0x7f206071c370> # /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 0x7f206071c820> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206071c550> # /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 0x7f20606c8f70> # /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 0x7f20606cf100> # /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 0x7f20606f8730> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606cf820> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060731760> # /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 0x7f20606c8c70> # /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 0x7f20606f8c70> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206071cfd0> 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 0x7f2060693d90> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060695e20> # /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 0x7f206068e730> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060690520> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060693250> # /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 0x7f20603d5cd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603d57c0> 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 0x7f20603d5dc0> # /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 0x7f20603d5e80> # /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 0x7f20603d5f40> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206066ec40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060667520> # /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 0x7f206067c580> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206069acd0> # /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 0x7f20603e7b80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206066e160> # 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 0x7f206067c190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20606a0880> # /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 0x7f20603e7eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e7ca0> # /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 0x7f20603e7c10> # /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 0x7f20603bb280> # /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 0x7f20603bb370> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603f1eb0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e9940> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e94f0> # /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 0x7f20602ee0d0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603b6d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e9dc0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206069aeb0> # /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 0x7f2060301a00> 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 0x7f2060301d30> # /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 0x7f2060312640> # /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 0x7f2060312b80> # 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 0x7f20602aa2b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060301e20> # /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 0x7f20602bb190> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603124c0> 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 0x7f20602bb250> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e78e0> # /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 0x7f20602d75b0> # /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 0x7f20602d7880> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20602d7670> # 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 0x7f20602d7760> # /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 0x7f20602d7bb0> # 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 0x7f20602e5100> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20602d77f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20602ca940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20603e74c0> # /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 0x7f20602d79a0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f20601fb580> # zipimport: found 30 names in '/tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/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 0x7f205fbd56d0> # /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 0x7f205fbd5160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd5340> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd5e20> # /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 0x7f205fbd5f10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbd5c40> 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 0x7f205fbd5e80> # /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 0x7f205fbd5100> # /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 0x7f205fb2bdf0> # 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 0x7f205fb2bfa0> # 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 0x7f205fb4ce50> # /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 0x7f205fb4c4c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060185dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20601853d0> # /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 0x7f2060185fd0> # /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 0x7f2060157dc0> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fba8be0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fba82b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbdb3a0> # 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 0x7f205fba83d0> # /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 0x7f205fba8400> # /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 0x7f205fb0e970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060168100> # /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 0x7f205fb1a9a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060168280> # /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 0x7f205fb0edf0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb1a940> # 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 0x7f205fb1a790> # 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 0x7f205fb19730> # 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 0x7f205fb19670> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f206015e7c0> # /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 0x7f205fb9e640> # 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 0x7f205fb9d9d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb0f0a0> # 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 0x7f205fb9e0a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2060180880> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/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_69xwq5c6/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_69xwq5c6/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_69xwq5c6/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_69xwq5c6/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 0x7f205f70e130> # /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 0x7f205fb93970> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205f70e550> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/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_69xwq5c6/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 0x7f205fb94940> # 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_69xwq5c6/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_69xwq5c6/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_69xwq5c6/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_69xwq5c6/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_69xwq5c6/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 0x7f205fb935e0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/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_69xwq5c6/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 0x7f2060173850> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fbdde50> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/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 0x7f205fae1310> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fadb820> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f205fb76940> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/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_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_69xwq5c6/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_69xwq5c6/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. 6830 1726883305.52522: 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-1726883305.068439-6838-248252644292339/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6830 1726883305.52525: _low_level_execute_command(): starting 6830 1726883305.52528: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883305.068439-6838-248252644292339/ > /dev/null 2>&1 && sleep 0' 6830 1726883305.53173: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6830 1726883305.53192: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6830 1726883305.53208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6830 1726883305.53236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6830 1726883305.53280: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 6830 1726883305.53292: stderr chunk (state=3): >>>debug2: match not found <<< 6830 1726883305.53313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6830 1726883305.53336: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6830 1726883305.53354: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address <<< 6830 1726883305.53365: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6830 1726883305.53378: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6830 1726883305.53392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6830 1726883305.53412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6830 1726883305.53428: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 6830 1726883305.53442: stderr chunk (state=3): >>>debug2: match found <<< 6830 1726883305.53464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6830 1726883305.53544: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6830 1726883305.53575: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6830 1726883305.53592: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6830 1726883305.53676: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6830 1726883305.55438: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6830 1726883305.55524: stderr chunk (state=3): >>><<< 6830 1726883305.55540: stdout chunk (state=3): >>><<< 6830 1726883305.55823: _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 6830 1726883305.55826: handler run complete 6830 1726883305.55829: variable 'ansible_facts' from source: unknown 6830 1726883305.55831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883305.55833: variable 'ansible_facts' from source: unknown 6830 1726883305.55835: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883305.55837: attempt loop complete, returning result 6830 1726883305.55839: _execute() done 6830 1726883305.55841: dumping result to json 6830 1726883305.55843: done dumping result, returning 6830 1726883305.55846: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [123911ae-b657-d32c-22e7-000000000013] 6830 1726883305.55848: sending task result for task 123911ae-b657-d32c-22e7-000000000013 6830 1726883305.55913: done sending task result for task 123911ae-b657-d32c-22e7-000000000013 6830 1726883305.55917: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "stat": { "exists": false } } 6830 1726883305.56014: no more pending results, returning what we have 6830 1726883305.56017: results queue empty 6830 1726883305.56018: checking for any_errors_fatal 6830 1726883305.56023: done checking for any_errors_fatal 6830 1726883305.56024: checking for max_fail_percentage 6830 1726883305.56026: done checking for max_fail_percentage 6830 1726883305.56027: checking to see if all hosts have failed and the running result is not ok 6830 1726883305.56028: done checking to see if all hosts have failed 6830 1726883305.56029: getting the remaining hosts for this loop 6830 1726883305.56030: done getting the remaining hosts for this loop 6830 1726883305.56034: getting the next task for host managed_node3 6830 1726883305.56040: done getting next task for host managed_node3 6830 1726883305.56042: ^ task is: TASK: Set flag to indicate system is ostree 6830 1726883305.56045: ^ 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 6830 1726883305.56049: getting variables 6830 1726883305.56051: in VariableManager get_vars() 6830 1726883305.56080: Calling all_inventory to load vars for managed_node3 6830 1726883305.56083: Calling groups_inventory to load vars for managed_node3 6830 1726883305.56086: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883305.56096: Calling all_plugins_play to load vars for managed_node3 6830 1726883305.56099: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883305.56105: Calling groups_plugins_play to load vars for managed_node3 6830 1726883305.56147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883305.56177: done with get_vars() 6830 1726883305.56187: done getting variables 6830 1726883305.56367: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:48:25 -0400 (0:00:00.554) 0:00:00.734 ****** 6830 1726883305.56399: entering _queue_task() for managed_node3/set_fact 6830 1726883305.56787: worker is 1 (out of 1 available) 6830 1726883305.56797: exiting _queue_task() for managed_node3/set_fact 6830 1726883305.56809: done queuing things up, now waiting for results queue to drain 6830 1726883305.56810: waiting for pending results... 6830 1726883305.57041: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 6830 1726883305.57163: in run() - task 123911ae-b657-d32c-22e7-000000000014 6830 1726883305.57182: variable 'ansible_search_path' from source: unknown 6830 1726883305.57189: variable 'ansible_search_path' from source: unknown 6830 1726883305.57236: calling self._execute() 6830 1726883305.57305: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883305.57322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883305.57339: variable 'omit' from source: magic vars 6830 1726883305.57831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6830 1726883305.60792: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6830 1726883305.60847: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6830 1726883305.60888: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6830 1726883305.60932: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6830 1726883305.61005: 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) 6830 1726883305.61045: 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) 6830 1726883305.61081: 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) 6830 1726883305.61116: 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) 6830 1726883305.61231: Evaluated conditional (not __rhc_is_ostree is defined): True 6830 1726883305.61246: variable 'omit' from source: magic vars 6830 1726883305.61310: variable 'omit' from source: magic vars 6830 1726883305.61439: variable '__ostree_booted_stat' from source: set_fact 6830 1726883305.61490: variable 'omit' from source: magic vars 6830 1726883305.61520: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6830 1726883305.61547: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6830 1726883305.61563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6830 1726883305.61592: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6830 1726883305.61606: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6830 1726883305.61629: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 6830 1726883305.61649: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 6830 1726883305.61666: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6830 1726883305.61672: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883305.61683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883305.61782: Set connection var ansible_pipelining to False 6830 1726883305.61802: Set connection var ansible_module_compression to ZIP_DEFLATED 6830 1726883305.61812: Set connection var ansible_shell_executable to /bin/sh 6830 1726883305.61820: Set connection var ansible_shell_type to sh 6830 1726883305.61829: Set connection var ansible_connection to ssh 6830 1726883305.61840: Set connection var ansible_timeout to 10 6830 1726883305.61864: variable 'ansible_shell_executable' from source: unknown 6830 1726883305.61870: variable 'ansible_connection' from source: unknown 6830 1726883305.61876: variable 'ansible_module_compression' from source: unknown 6830 1726883305.61881: variable 'ansible_shell_type' from source: unknown 6830 1726883305.61886: variable 'ansible_shell_executable' from source: unknown 6830 1726883305.61891: variable 'ansible_host' from source: host vars for 'managed_node3' 6830 1726883305.61901: variable 'ansible_pipelining' from source: unknown 6830 1726883305.61910: variable 'ansible_timeout' from source: unknown 6830 1726883305.61919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6830 1726883305.62015: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6830 1726883305.62029: variable 'omit' from source: magic vars 6830 1726883305.62037: starting attempt loop 6830 1726883305.62042: running the handler 6830 1726883305.62056: handler run complete 6830 1726883305.62066: attempt loop complete, returning result 6830 1726883305.62071: _execute() done 6830 1726883305.62076: dumping result to json 6830 1726883305.62082: done dumping result, returning 6830 1726883305.62089: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [123911ae-b657-d32c-22e7-000000000014] 6830 1726883305.62095: sending task result for task 123911ae-b657-d32c-22e7-000000000014 ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 6830 1726883305.62225: no more pending results, returning what we have 6830 1726883305.62228: results queue empty 6830 1726883305.62229: checking for any_errors_fatal 6830 1726883305.62234: done checking for any_errors_fatal 6830 1726883305.62234: checking for max_fail_percentage 6830 1726883305.62236: done checking for max_fail_percentage 6830 1726883305.62237: checking to see if all hosts have failed and the running result is not ok 6830 1726883305.62238: done checking to see if all hosts have failed 6830 1726883305.62238: getting the remaining hosts for this loop 6830 1726883305.62240: done getting the remaining hosts for this loop 6830 1726883305.62244: getting the next task for host managed_node3 6830 1726883305.62252: done getting next task for host managed_node3 6830 1726883305.62254: ^ task is: TASK: meta (end_play) 6830 1726883305.62257: ^ 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 6830 1726883305.62261: getting variables 6830 1726883305.62262: in VariableManager get_vars() 6830 1726883305.62290: Calling all_inventory to load vars for managed_node3 6830 1726883305.62293: Calling groups_inventory to load vars for managed_node3 6830 1726883305.62296: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883305.62305: Calling all_plugins_play to load vars for managed_node3 6830 1726883305.62315: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883305.62318: Calling groups_plugins_play to load vars for managed_node3 6830 1726883305.62355: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883305.62379: done with get_vars() 6830 1726883305.62387: 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:25 -0400 (0:00:00.060) 0:00:00.795 ****** 6830 1726883305.62477: in VariableManager get_vars() 6830 1726883305.62485: Calling all_inventory to load vars for managed_node3 6830 1726883305.62487: Calling groups_inventory to load vars for managed_node3 6830 1726883305.62489: Calling all_plugins_inventory to load vars for managed_node3 6830 1726883305.62493: Calling all_plugins_play to load vars for managed_node3 6830 1726883305.62495: Calling groups_plugins_inventory to load vars for managed_node3 6830 1726883305.62498: Calling groups_plugins_play to load vars for managed_node3 6830 1726883305.62531: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6830 1726883305.62550: done with get_vars() 6830 1726883305.62809: variable 'lsr_rhc_test_data' from source: include_vars 6830 1726883305.62879: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 6830 1726883305.62891: done queuing things up, now waiting for results queue to drain 6830 1726883305.62893: results queue empty 6830 1726883305.62894: checking for any_errors_fatal 6830 1726883305.62895: done checking for any_errors_fatal 6830 1726883305.62895: checking for max_fail_percentage 6830 1726883305.62896: done checking for max_fail_percentage 6830 1726883305.62897: checking to see if all hosts have failed and the running result is not ok 6830 1726883305.62898: done checking to see if all hosts have failed 6830 1726883305.62899: getting the remaining hosts for this loop 6830 1726883305.62900: done getting the remaining hosts for this loop 6830 1726883305.62902: getting the next task for host managed_node3 6830 1726883305.62903: host managed_node3 is done iterating, returning 6830 1726883305.62905: done queuing things up, now waiting for results queue to drain 6830 1726883305.62905: results queue empty 6830 1726883305.62906: checking for any_errors_fatal 6830 1726883305.62907: done checking for any_errors_fatal 6830 1726883305.62907: checking for max_fail_percentage 6830 1726883305.62908: done checking for max_fail_percentage 6830 1726883305.62909: checking to see if all hosts have failed and the running result is not ok 6830 1726883305.62910: done checking to see if all hosts have failed 6830 1726883305.62913: getting the next task for host managed_node3 6830 1726883305.62915: host managed_node3 is done iterating, returning 6830 1726883305.63077: done sending task result for task 123911ae-b657-d32c-22e7-000000000014 6830 1726883305.63081: WORKER PROCESS EXITING PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 21:48:25 -0400 (0:00:00.006) 0:00:00.801 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.55s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set flag to indicate system is ostree ----------------------------------- 0.06s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Set local lsr_rhc_test_data --------------------------------------------- 0.05s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 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 Import test data -------------------------------------------------------- 0.05s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 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.01s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 6830 1726883305.63135: RUNNING CLEANUP