[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. 3817 1726883378.28738: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-HQ2 executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 3817 1726883378.29029: Added group all to inventory 3817 1726883378.29030: Added group ungrouped to inventory 3817 1726883378.29033: Group all now contains ungrouped 3817 1726883378.29035: Examining possible inventory source: /tmp/rhc-x4o/inventory.yml 3817 1726883378.38502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 3817 1726883378.38547: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 3817 1726883378.38563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 3817 1726883378.38607: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 3817 1726883378.38657: Loaded config def from plugin (inventory/script) 3817 1726883378.38658: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 3817 1726883378.38688: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 3817 1726883378.38750: Loaded config def from plugin (inventory/yaml) 3817 1726883378.38752: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 3817 1726883378.38815: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 3817 1726883378.39112: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 3817 1726883378.39114: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 3817 1726883378.39116: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 3817 1726883378.39121: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 3817 1726883378.39123: Loading data from /tmp/rhc-x4o/inventory.yml 3817 1726883378.39167: /tmp/rhc-x4o/inventory.yml was not parsable by auto 3817 1726883378.39214: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 3817 1726883378.39239: Loading data from /tmp/rhc-x4o/inventory.yml 3817 1726883378.39295: group all already in inventory 3817 1726883378.39300: set inventory_file for managed_node1 3817 1726883378.39303: set inventory_dir for managed_node1 3817 1726883378.39303: Added host managed_node1 to inventory 3817 1726883378.39307: Added host managed_node1 to group all 3817 1726883378.39308: set ansible_host for managed_node1 3817 1726883378.39308: set ansible_ssh_extra_args for managed_node1 3817 1726883378.39310: set inventory_file for managed_node2 3817 1726883378.39312: set inventory_dir for managed_node2 3817 1726883378.39313: Added host managed_node2 to inventory 3817 1726883378.39314: Added host managed_node2 to group all 3817 1726883378.39314: set ansible_host for managed_node2 3817 1726883378.39315: set ansible_ssh_extra_args for managed_node2 3817 1726883378.39316: set inventory_file for managed_node3 3817 1726883378.39318: set inventory_dir for managed_node3 3817 1726883378.39318: Added host managed_node3 to inventory 3817 1726883378.39319: Added host managed_node3 to group all 3817 1726883378.39320: set ansible_host for managed_node3 3817 1726883378.39320: set ansible_ssh_extra_args for managed_node3 3817 1726883378.39322: Reconcile groups and hosts in inventory. 3817 1726883378.39324: Group ungrouped now contains managed_node1 3817 1726883378.39326: Group ungrouped now contains managed_node2 3817 1726883378.39327: Group ungrouped now contains managed_node3 3817 1726883378.39381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 3817 1726883378.39467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 3817 1726883378.39507: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 3817 1726883378.39526: Loaded config def from plugin (vars/host_group_vars) 3817 1726883378.39527: 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) 3817 1726883378.39532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 3817 1726883378.39538: 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) 3817 1726883378.39566: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 3817 1726883378.39793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883378.39860: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 3817 1726883378.39887: Loaded config def from plugin (connection/local) 3817 1726883378.39889: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 3817 1726883378.40303: Loaded config def from plugin (connection/paramiko_ssh) 3817 1726883378.40307: 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) 3817 1726883378.40901: 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) 3817 1726883378.40932: Loaded config def from plugin (connection/psrp) 3817 1726883378.40934: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 3817 1726883378.41395: 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) 3817 1726883378.41422: Loaded config def from plugin (connection/ssh) 3817 1726883378.41424: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 3817 1726883378.42743: 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) 3817 1726883378.42770: Loaded config def from plugin (connection/winrm) 3817 1726883378.42773: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 3817 1726883378.42796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 3817 1726883378.42839: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 3817 1726883378.42887: Loaded config def from plugin (shell/cmd) 3817 1726883378.42888: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 3817 1726883378.42902: 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) 3817 1726883378.42948: Loaded config def from plugin (shell/powershell) 3817 1726883378.42950: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 3817 1726883378.42989: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 3817 1726883378.43105: Loaded config def from plugin (shell/sh) 3817 1726883378.43107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 3817 1726883378.43130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 3817 1726883378.43212: Loaded config def from plugin (become/runas) 3817 1726883378.43214: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 3817 1726883378.43335: Loaded config def from plugin (become/su) 3817 1726883378.43337: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 3817 1726883378.43442: Loaded config def from plugin (become/sudo) 3817 1726883378.43444: 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 3817 1726883378.43467: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_remediation.yml 3817 1726883378.43819: in VariableManager get_vars() 3817 1726883378.43831: done with get_vars() 3817 1726883378.43844: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 3817 1726883378.43924: in VariableManager get_vars() 3817 1726883378.43935: done with get_vars() 3817 1726883378.43956: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 3817 1726883378.44155: trying /usr/local/lib/python3.12/site-packages/ansible/modules 3817 1726883378.46705: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 3817 1726883378.46878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 3817 1726883378.47176: in VariableManager get_vars() 3817 1726883378.47186: done with get_vars() 3817 1726883378.47207: Loading data from /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 3817 1726883378.47760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 3817 1726883378.47779: 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 3817 1726883378.47934: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 3817 1726883378.48034: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 3817 1726883378.48036: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-HQ2/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 3817 1726883378.48057: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 3817 1726883378.48075: 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) 3817 1726883378.48184: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 3817 1726883378.48225: Loaded config def from plugin (callback/default) 3817 1726883378.48227: 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) 3817 1726883378.48999: Loaded config def from plugin (callback/junit) 3817 1726883378.49001: 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) 3817 1726883378.49032: 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) 3817 1726883378.49073: Loaded config def from plugin (callback/minimal) 3817 1726883378.49075: 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) 3817 1726883378.49104: 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) 3817 1726883378.49145: Loaded config def from plugin (callback/tree) 3817 1726883378.49146: 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 3817 1726883378.49226: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 3817 1726883378.49228: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-HQ2/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_insights_remediation.yml *************************************** 1 plays in /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_remediation.yml 3817 1726883378.49245: in VariableManager get_vars() 3817 1726883378.49253: done with get_vars() 3817 1726883378.49256: in VariableManager get_vars() 3817 1726883378.49262: done with get_vars() 3817 1726883378.49265: variable 'omit' from source: magic vars 3817 1726883378.49289: in VariableManager get_vars() 3817 1726883378.49298: done with get_vars() 3817 1726883378.49312: variable 'omit' from source: magic vars PLAY [Test for insights remediation enabled & disabled] ************************ 3817 1726883378.50700: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 3817 1726883378.50754: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 3817 1726883378.50779: getting the remaining hosts for this loop 3817 1726883378.50781: done getting the remaining hosts for this loop 3817 1726883378.50783: getting the next task for host managed_node3 3817 1726883378.50785: done getting next task for host managed_node3 3817 1726883378.50786: ^ task is: TASK: meta (flush_handlers) 3817 1726883378.50787: ^ 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 3817 1726883378.50789: getting variables 3817 1726883378.50790: in VariableManager get_vars() 3817 1726883378.50796: Calling all_inventory to load vars for managed_node3 3817 1726883378.50798: Calling groups_inventory to load vars for managed_node3 3817 1726883378.50800: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883378.50810: Calling all_plugins_play to load vars for managed_node3 3817 1726883378.50817: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883378.50820: Calling groups_plugins_play to load vars for managed_node3 3817 1726883378.50843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883378.50879: done with get_vars() 3817 1726883378.50884: done getting variables 3817 1726883378.50916: in VariableManager get_vars() 3817 1726883378.50922: Calling all_inventory to load vars for managed_node3 3817 1726883378.50924: Calling groups_inventory to load vars for managed_node3 3817 1726883378.50926: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883378.50928: Calling all_plugins_play to load vars for managed_node3 3817 1726883378.50930: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883378.50932: Calling groups_plugins_play to load vars for managed_node3 3817 1726883378.50952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883378.50963: done with get_vars() 3817 1726883378.50970: done queuing things up, now waiting for results queue to drain 3817 1726883378.50971: results queue empty 3817 1726883378.50973: checking for any_errors_fatal 3817 1726883378.50974: done checking for any_errors_fatal 3817 1726883378.50975: checking for max_fail_percentage 3817 1726883378.50976: done checking for max_fail_percentage 3817 1726883378.50976: checking to see if all hosts have failed and the running result is not ok 3817 1726883378.50977: done checking to see if all hosts have failed 3817 1726883378.50978: getting the remaining hosts for this loop 3817 1726883378.50979: done getting the remaining hosts for this loop 3817 1726883378.50981: getting the next task for host managed_node3 3817 1726883378.50986: done getting next task for host managed_node3 3817 1726883378.50988: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 3817 1726883378.50990: ^ 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 3817 1726883378.50991: getting variables 3817 1726883378.50992: in VariableManager get_vars() 3817 1726883378.50999: Calling all_inventory to load vars for managed_node3 3817 1726883378.51000: Calling groups_inventory to load vars for managed_node3 3817 1726883378.51002: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883378.51009: Calling all_plugins_play to load vars for managed_node3 3817 1726883378.51011: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883378.51013: Calling groups_plugins_play to load vars for managed_node3 3817 1726883378.51035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883378.51047: done with get_vars() 3817 1726883378.51051: done getting variables 3817 1726883378.51094: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:49:38 -0400 (0:00:00.019) 0:00:00.019 ****** 3817 1726883378.51116: entering _queue_task() for managed_node3/set_fact 3817 1726883378.51117: Creating lock for set_fact 3817 1726883378.51387: worker is 1 (out of 1 available) 3817 1726883378.51399: exiting _queue_task() for managed_node3/set_fact 3817 1726883378.51413: done queuing things up, now waiting for results queue to drain 3817 1726883378.51415: waiting for pending results... 3817 1726883378.51548: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 3817 1726883378.51627: in run() - task 12996e06-ef67-9579-f894-00000000000c 3817 1726883378.51637: variable 'ansible_search_path' from source: unknown 3817 1726883378.51640: variable 'ansible_search_path' from source: unknown 3817 1726883378.51673: calling self._execute() 3817 1726883378.51717: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.51723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.51731: variable 'omit' from source: magic vars 3817 1726883378.51807: variable 'omit' from source: magic vars 3817 1726883378.51847: variable 'omit' from source: magic vars 3817 1726883378.52224: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3817 1726883378.52341: Loaded config def from plugin (lookup/env) 3817 1726883378.52346: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 3817 1726883378.52393: variable 'omit' from source: magic vars 3817 1726883378.52413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3817 1726883378.52437: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3817 1726883378.52447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3817 1726883378.52462: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3817 1726883378.52473: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3817 1726883378.52494: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3817 1726883378.52497: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.52500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.52566: Set connection var ansible_timeout to 10 3817 1726883378.52571: Set connection var ansible_shell_executable to /bin/sh 3817 1726883378.52578: Set connection var ansible_pipelining to False 3817 1726883378.52584: Set connection var ansible_module_compression to ZIP_DEFLATED 3817 1726883378.52589: Set connection var ansible_connection to ssh 3817 1726883378.52592: Set connection var ansible_shell_type to sh 3817 1726883378.52610: variable 'ansible_shell_executable' from source: unknown 3817 1726883378.52613: variable 'ansible_connection' from source: unknown 3817 1726883378.52616: variable 'ansible_module_compression' from source: unknown 3817 1726883378.52619: variable 'ansible_shell_type' from source: unknown 3817 1726883378.52622: variable 'ansible_shell_executable' from source: unknown 3817 1726883378.52624: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.52626: variable 'ansible_pipelining' from source: unknown 3817 1726883378.52629: variable 'ansible_timeout' from source: unknown 3817 1726883378.52631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.52715: 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) 3817 1726883378.52723: variable 'omit' from source: magic vars 3817 1726883378.52727: starting attempt loop 3817 1726883378.52729: running the handler 3817 1726883378.52739: handler run complete 3817 1726883378.52747: attempt loop complete, returning result 3817 1726883378.52750: _execute() done 3817 1726883378.52752: dumping result to json 3817 1726883378.52756: done dumping result, returning 3817 1726883378.52766: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [12996e06-ef67-9579-f894-00000000000c] 3817 1726883378.52769: sending task result for task 12996e06-ef67-9579-f894-00000000000c 3817 1726883378.52848: done sending task result for task 12996e06-ef67-9579-f894-00000000000c 3817 1726883378.52851: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 3817 1726883378.52943: no more pending results, returning what we have 3817 1726883378.52945: results queue empty 3817 1726883378.52946: checking for any_errors_fatal 3817 1726883378.52947: done checking for any_errors_fatal 3817 1726883378.52948: checking for max_fail_percentage 3817 1726883378.52949: done checking for max_fail_percentage 3817 1726883378.52950: checking to see if all hosts have failed and the running result is not ok 3817 1726883378.52951: done checking to see if all hosts have failed 3817 1726883378.52951: getting the remaining hosts for this loop 3817 1726883378.52952: done getting the remaining hosts for this loop 3817 1726883378.52955: getting the next task for host managed_node3 3817 1726883378.52961: done getting next task for host managed_node3 3817 1726883378.52963: ^ task is: TASK: Import test data 3817 1726883378.52966: ^ 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 3817 1726883378.52968: getting variables 3817 1726883378.52969: in VariableManager get_vars() 3817 1726883378.52991: Calling all_inventory to load vars for managed_node3 3817 1726883378.52994: Calling groups_inventory to load vars for managed_node3 3817 1726883378.52996: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883378.53006: Calling all_plugins_play to load vars for managed_node3 3817 1726883378.53009: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883378.53012: Calling groups_plugins_play to load vars for managed_node3 3817 1726883378.53042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883378.53057: done with get_vars() 3817 1726883378.53062: done getting variables 3817 1726883378.53139: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:49:38 -0400 (0:00:00.020) 0:00:00.039 ****** 3817 1726883378.53161: entering _queue_task() for managed_node3/include_vars 3817 1726883378.53162: Creating lock for include_vars 3817 1726883378.53357: worker is 1 (out of 1 available) 3817 1726883378.53367: exiting _queue_task() for managed_node3/include_vars 3817 1726883378.53380: done queuing things up, now waiting for results queue to drain 3817 1726883378.53382: waiting for pending results... 3817 1726883378.53498: running TaskExecutor() for managed_node3/TASK: Import test data 3817 1726883378.53567: in run() - task 12996e06-ef67-9579-f894-00000000000e 3817 1726883378.53581: variable 'ansible_search_path' from source: unknown 3817 1726883378.53584: variable 'ansible_search_path' from source: unknown 3817 1726883378.53615: calling self._execute() 3817 1726883378.53652: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.53657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.53664: variable 'omit' from source: magic vars 3817 1726883378.53990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3817 1726883378.55456: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3817 1726883378.55511: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3817 1726883378.55536: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3817 1726883378.55561: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3817 1726883378.55588: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3817 1726883378.55642: 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) 3817 1726883378.55662: 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) 3817 1726883378.55683: 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) 3817 1726883378.55716: 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) 3817 1726883378.55727: 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) 3817 1726883378.55811: variable 'lsr_rhc_test_data_file' from source: set_fact 3817 1726883378.55832: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 3817 1726883378.55836: when evaluation is False, skipping this task 3817 1726883378.55838: _execute() done 3817 1726883378.55841: dumping result to json 3817 1726883378.55844: done dumping result, returning 3817 1726883378.55851: done running TaskExecutor() for managed_node3/TASK: Import test data [12996e06-ef67-9579-f894-00000000000e] 3817 1726883378.55855: sending task result for task 12996e06-ef67-9579-f894-00000000000e 3817 1726883378.55940: done sending task result for task 12996e06-ef67-9579-f894-00000000000e 3817 1726883378.55943: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 3817 1726883378.55999: no more pending results, returning what we have 3817 1726883378.56002: results queue empty 3817 1726883378.56003: checking for any_errors_fatal 3817 1726883378.56009: done checking for any_errors_fatal 3817 1726883378.56010: checking for max_fail_percentage 3817 1726883378.56011: done checking for max_fail_percentage 3817 1726883378.56012: checking to see if all hosts have failed and the running result is not ok 3817 1726883378.56012: done checking to see if all hosts have failed 3817 1726883378.56013: getting the remaining hosts for this loop 3817 1726883378.56014: done getting the remaining hosts for this loop 3817 1726883378.56017: getting the next task for host managed_node3 3817 1726883378.56022: done getting next task for host managed_node3 3817 1726883378.56024: ^ task is: TASK: Get facts for external test data 3817 1726883378.56027: ^ 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 3817 1726883378.56029: getting variables 3817 1726883378.56031: in VariableManager get_vars() 3817 1726883378.56052: Calling all_inventory to load vars for managed_node3 3817 1726883378.56054: Calling groups_inventory to load vars for managed_node3 3817 1726883378.56057: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883378.56065: Calling all_plugins_play to load vars for managed_node3 3817 1726883378.56068: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883378.56071: Calling groups_plugins_play to load vars for managed_node3 3817 1726883378.56100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883378.56118: done with get_vars() 3817 1726883378.56123: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 21:49:38 -0400 (0:00:00.030) 0:00:00.070 ****** 3817 1726883378.56186: entering _queue_task() for managed_node3/setup 3817 1726883378.56353: worker is 1 (out of 1 available) 3817 1726883378.56365: exiting _queue_task() for managed_node3/setup 3817 1726883378.56379: done queuing things up, now waiting for results queue to drain 3817 1726883378.56381: waiting for pending results... 3817 1726883378.56489: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 3817 1726883378.56561: in run() - task 12996e06-ef67-9579-f894-00000000000f 3817 1726883378.56573: variable 'ansible_search_path' from source: unknown 3817 1726883378.56576: variable 'ansible_search_path' from source: unknown 3817 1726883378.56615: calling self._execute() 3817 1726883378.56659: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.56663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.56670: variable 'omit' from source: magic vars 3817 1726883378.57055: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3817 1726883378.58549: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3817 1726883378.58597: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3817 1726883378.58626: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3817 1726883378.58652: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3817 1726883378.58672: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3817 1726883378.58743: 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) 3817 1726883378.58763: 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) 3817 1726883378.58786: 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) 3817 1726883378.58819: 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) 3817 1726883378.58830: 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) 3817 1726883378.58916: variable 'lsr_rhc_test_data_file' from source: set_fact 3817 1726883378.58937: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 3817 1726883378.58941: when evaluation is False, skipping this task 3817 1726883378.58943: _execute() done 3817 1726883378.58946: dumping result to json 3817 1726883378.58948: done dumping result, returning 3817 1726883378.58954: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [12996e06-ef67-9579-f894-00000000000f] 3817 1726883378.58960: sending task result for task 12996e06-ef67-9579-f894-00000000000f 3817 1726883378.59043: done sending task result for task 12996e06-ef67-9579-f894-00000000000f 3817 1726883378.59046: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 3817 1726883378.59088: no more pending results, returning what we have 3817 1726883378.59090: results queue empty 3817 1726883378.59091: checking for any_errors_fatal 3817 1726883378.59095: done checking for any_errors_fatal 3817 1726883378.59095: checking for max_fail_percentage 3817 1726883378.59097: done checking for max_fail_percentage 3817 1726883378.59098: checking to see if all hosts have failed and the running result is not ok 3817 1726883378.59098: done checking to see if all hosts have failed 3817 1726883378.59099: getting the remaining hosts for this loop 3817 1726883378.59100: done getting the remaining hosts for this loop 3817 1726883378.59103: getting the next task for host managed_node3 3817 1726883378.59110: done getting next task for host managed_node3 3817 1726883378.59112: ^ task is: TASK: Set local lsr_rhc_test_data 3817 1726883378.59114: ^ 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 3817 1726883378.59117: getting variables 3817 1726883378.59118: in VariableManager get_vars() 3817 1726883378.59141: Calling all_inventory to load vars for managed_node3 3817 1726883378.59143: Calling groups_inventory to load vars for managed_node3 3817 1726883378.59146: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883378.59154: Calling all_plugins_play to load vars for managed_node3 3817 1726883378.59157: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883378.59160: Calling groups_plugins_play to load vars for managed_node3 3817 1726883378.59195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883378.59212: done with get_vars() 3817 1726883378.59217: done getting variables 3817 1726883378.59253: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:49:38 -0400 (0:00:00.030) 0:00:00.100 ****** 3817 1726883378.59275: entering _queue_task() for managed_node3/include_vars 3817 1726883378.59434: worker is 1 (out of 1 available) 3817 1726883378.59444: exiting _queue_task() for managed_node3/include_vars 3817 1726883378.59455: done queuing things up, now waiting for results queue to drain 3817 1726883378.59456: waiting for pending results... 3817 1726883378.59575: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 3817 1726883378.59652: in run() - task 12996e06-ef67-9579-f894-000000000011 3817 1726883378.59661: variable 'ansible_search_path' from source: unknown 3817 1726883378.59664: variable 'ansible_search_path' from source: unknown 3817 1726883378.59696: calling self._execute() 3817 1726883378.59769: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.59805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.59809: variable 'omit' from source: magic vars 3817 1726883378.60118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3817 1726883378.61563: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3817 1726883378.61614: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3817 1726883378.61643: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3817 1726883378.61671: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3817 1726883378.61691: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3817 1726883378.61748: 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) 3817 1726883378.61771: 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) 3817 1726883378.61794: 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) 3817 1726883378.61823: 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) 3817 1726883378.61835: 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) 3817 1726883378.61916: variable 'lsr_rhc_test_data_file' from source: set_fact 3817 1726883378.61935: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 3817 1726883378.61938: variable 'omit' from source: magic vars 3817 1726883378.61978: variable 'omit' from source: magic vars 3817 1726883378.62008: variable 'omit' from source: magic vars 3817 1726883378.62024: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3817 1726883378.62044: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3817 1726883378.62057: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3817 1726883378.62070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3817 1726883378.62080: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3817 1726883378.62108: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3817 1726883378.62111: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.62114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.62178: Set connection var ansible_timeout to 10 3817 1726883378.62185: Set connection var ansible_shell_executable to /bin/sh 3817 1726883378.62190: Set connection var ansible_pipelining to False 3817 1726883378.62196: Set connection var ansible_module_compression to ZIP_DEFLATED 3817 1726883378.62203: Set connection var ansible_connection to ssh 3817 1726883378.62210: Set connection var ansible_shell_type to sh 3817 1726883378.62224: variable 'ansible_shell_executable' from source: unknown 3817 1726883378.62227: variable 'ansible_connection' from source: unknown 3817 1726883378.62229: variable 'ansible_module_compression' from source: unknown 3817 1726883378.62232: variable 'ansible_shell_type' from source: unknown 3817 1726883378.62234: variable 'ansible_shell_executable' from source: unknown 3817 1726883378.62236: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.62241: variable 'ansible_pipelining' from source: unknown 3817 1726883378.62243: variable 'ansible_timeout' from source: unknown 3817 1726883378.62248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.62327: 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) 3817 1726883378.62330: variable 'omit' from source: magic vars 3817 1726883378.62336: starting attempt loop 3817 1726883378.62339: running the handler 3817 1726883378.62349: evaluation_path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 3817 1726883378.62367: search_path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 3817 1726883378.62459: handler run complete 3817 1726883378.62466: attempt loop complete, returning result 3817 1726883378.62469: _execute() done 3817 1726883378.62473: dumping result to json 3817 1726883378.62479: done dumping result, returning 3817 1726883378.62485: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [12996e06-ef67-9579-f894-000000000011] 3817 1726883378.62489: sending task result for task 12996e06-ef67-9579-f894-000000000011 3817 1726883378.62634: done sending task result for task 12996e06-ef67-9579-f894-000000000011 3817 1726883378.62637: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 3817 1726883378.62728: no more pending results, returning what we have 3817 1726883378.62730: results queue empty 3817 1726883378.62731: checking for any_errors_fatal 3817 1726883378.62732: done checking for any_errors_fatal 3817 1726883378.62733: checking for max_fail_percentage 3817 1726883378.62733: done checking for max_fail_percentage 3817 1726883378.62734: checking to see if all hosts have failed and the running result is not ok 3817 1726883378.62734: done checking to see if all hosts have failed 3817 1726883378.62735: getting the remaining hosts for this loop 3817 1726883378.62736: done getting the remaining hosts for this loop 3817 1726883378.62738: getting the next task for host managed_node3 3817 1726883378.62742: done getting next task for host managed_node3 3817 1726883378.62743: ^ task is: TASK: Check if system is ostree 3817 1726883378.62745: ^ 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 3817 1726883378.62747: getting variables 3817 1726883378.62748: in VariableManager get_vars() 3817 1726883378.62760: Calling all_inventory to load vars for managed_node3 3817 1726883378.62762: Calling groups_inventory to load vars for managed_node3 3817 1726883378.62764: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883378.62770: Calling all_plugins_play to load vars for managed_node3 3817 1726883378.62773: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883378.62776: Calling groups_plugins_play to load vars for managed_node3 3817 1726883378.62809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883378.62824: done with get_vars() 3817 1726883378.62829: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 21:49:38 -0400 (0:00:00.036) 0:00:00.137 ****** 3817 1726883378.62888: entering _queue_task() for managed_node3/stat 3817 1726883378.63041: worker is 1 (out of 1 available) 3817 1726883378.63052: exiting _queue_task() for managed_node3/stat 3817 1726883378.63063: done queuing things up, now waiting for results queue to drain 3817 1726883378.63064: waiting for pending results... 3817 1726883378.63187: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 3817 1726883378.63261: in run() - task 12996e06-ef67-9579-f894-000000000013 3817 1726883378.63273: variable 'ansible_search_path' from source: unknown 3817 1726883378.63277: variable 'ansible_search_path' from source: unknown 3817 1726883378.63303: calling self._execute() 3817 1726883378.63345: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.63351: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.63359: variable 'omit' from source: magic vars 3817 1726883378.63661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3817 1726883378.63837: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3817 1726883378.63868: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3817 1726883378.63897: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3817 1726883378.63923: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3817 1726883378.63983: 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) 3817 1726883378.64004: 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) 3817 1726883378.64024: 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) 3817 1726883378.64043: 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) 3817 1726883378.64124: Evaluated conditional (not __rhc_is_ostree is defined): True 3817 1726883378.64127: variable 'omit' from source: magic vars 3817 1726883378.64164: variable 'omit' from source: magic vars 3817 1726883378.64192: variable 'omit' from source: magic vars 3817 1726883378.64219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3817 1726883378.64233: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3817 1726883378.64246: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3817 1726883378.64259: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3817 1726883378.64267: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3817 1726883378.64289: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3817 1726883378.64292: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.64295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.64361: Set connection var ansible_timeout to 10 3817 1726883378.64365: Set connection var ansible_shell_executable to /bin/sh 3817 1726883378.64372: Set connection var ansible_pipelining to False 3817 1726883378.64378: Set connection var ansible_module_compression to ZIP_DEFLATED 3817 1726883378.64385: Set connection var ansible_connection to ssh 3817 1726883378.64387: Set connection var ansible_shell_type to sh 3817 1726883378.64407: variable 'ansible_shell_executable' from source: unknown 3817 1726883378.64410: variable 'ansible_connection' from source: unknown 3817 1726883378.64414: variable 'ansible_module_compression' from source: unknown 3817 1726883378.64416: variable 'ansible_shell_type' from source: unknown 3817 1726883378.64419: variable 'ansible_shell_executable' from source: unknown 3817 1726883378.64421: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883378.64423: variable 'ansible_pipelining' from source: unknown 3817 1726883378.64427: variable 'ansible_timeout' from source: unknown 3817 1726883378.64430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883378.64528: 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__) 3817 1726883378.64536: variable 'omit' from source: magic vars 3817 1726883378.64542: starting attempt loop 3817 1726883378.64545: running the handler 3817 1726883378.64557: _low_level_execute_command(): starting 3817 1726883378.64564: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3817 1726883378.65076: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.65080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.65083: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.65085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.65140: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3817 1726883378.65143: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3817 1726883378.65145: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3817 1726883378.65209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3817 1726883378.66924: stdout chunk (state=3): >>>/root <<< 3817 1726883378.67041: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3817 1726883378.67088: stderr chunk (state=3): >>><<< 3817 1726883378.67092: stdout chunk (state=3): >>><<< 3817 1726883378.67111: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3817 1726883378.67121: _low_level_execute_command(): starting 3817 1726883378.67128: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898 `" && echo ansible-tmp-1726883378.6710742-3824-135578407964898="` echo /root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898 `" ) && sleep 0' 3817 1726883378.67572: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.67575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found <<< 3817 1726883378.67578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.67581: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.67584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.67632: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3817 1726883378.67635: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3817 1726883378.67690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3817 1726883378.69659: stdout chunk (state=3): >>>ansible-tmp-1726883378.6710742-3824-135578407964898=/root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898 <<< 3817 1726883378.69779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3817 1726883378.69819: stderr chunk (state=3): >>><<< 3817 1726883378.69823: stdout chunk (state=3): >>><<< 3817 1726883378.69833: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883378.6710742-3824-135578407964898=/root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3817 1726883378.69871: variable 'ansible_module_compression' from source: unknown 3817 1726883378.69908: ANSIBALLZ: Using lock for stat 3817 1726883378.69911: ANSIBALLZ: Acquiring lock 3817 1726883378.69916: ANSIBALLZ: Lock acquired: 140201725259472 3817 1726883378.69918: ANSIBALLZ: Creating module 3817 1726883378.78110: ANSIBALLZ: Writing module into payload 3817 1726883378.78188: ANSIBALLZ: Writing module 3817 1726883378.78201: ANSIBALLZ: Renaming module 3817 1726883378.78207: ANSIBALLZ: Done creating module 3817 1726883378.78223: variable 'ansible_facts' from source: unknown 3817 1726883378.78229: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3817 1726883378.78237: _low_level_execute_command(): starting 3817 1726883378.78244: _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' 3817 1726883378.78685: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.78717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3817 1726883378.78721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.78769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3817 1726883378.78774: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3817 1726883378.78781: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3817 1726883378.78835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3817 1726883378.80560: stdout chunk (state=3): >>>PLATFORM <<< 3817 1726883378.80635: stdout chunk (state=3): >>>Linux <<< 3817 1726883378.80668: stdout chunk (state=3): >>>FOUND <<< 3817 1726883378.80673: stdout chunk (state=3): >>>/usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 3817 1726883378.80811: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3817 1726883378.80857: stderr chunk (state=3): >>><<< 3817 1726883378.80860: stdout chunk (state=3): >>><<< 3817 1726883378.80879: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3817 1726883378.80889 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 3817 1726883378.80918: _low_level_execute_command(): starting 3817 1726883378.80921: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 3817 1726883378.80991: Sending initial data 3817 1726883378.80995: Sent initial data (1181 bytes) 3817 1726883378.81352: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.81355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.81357: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3817 1726883378.81360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found <<< 3817 1726883378.81362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.81410: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3817 1726883378.81414: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3817 1726883378.81467: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3817 1726883378.85096: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} <<< 3817 1726883378.85517: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3817 1726883378.85560: stderr chunk (state=3): >>><<< 3817 1726883378.85563: stdout chunk (state=3): >>><<< 3817 1726883378.85576: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3817 1726883378.85633: variable 'ansible_facts' from source: unknown 3817 1726883378.85636: variable 'ansible_facts' from source: unknown 3817 1726883378.85641: variable 'ansible_module_compression' from source: unknown 3817 1726883378.85676: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3817005hf9z8/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3817 1726883378.85689: variable 'ansible_facts' from source: unknown 3817 1726883378.85731: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/AnsiballZ_stat.py 3817 1726883378.85825: Sending initial data 3817 1726883378.85829: Sent initial data (151 bytes) 3817 1726883378.86260: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3817 1726883378.86263: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found <<< 3817 1726883378.86266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3817 1726883378.86268: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.86270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.86329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3817 1726883378.86332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3817 1726883378.86335: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3817 1726883378.86395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3817 1726883378.88031: 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 <<< 3817 1726883378.88035: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3817 1726883378.88081: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3817 1726883378.88125: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3817005hf9z8/tmp7ecfjhuv /root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/AnsiballZ_stat.py <<< 3817 1726883378.88133: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/AnsiballZ_stat.py" <<< 3817 1726883378.88174: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3817005hf9z8/tmp7ecfjhuv" to remote "/root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/AnsiballZ_stat.py" <<< 3817 1726883378.88730: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3817 1726883378.88781: stderr chunk (state=3): >>><<< 3817 1726883378.88786: stdout chunk (state=3): >>><<< 3817 1726883378.88803: done transferring module to remote 3817 1726883378.88815: _low_level_execute_command(): starting 3817 1726883378.88818: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/ /root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/AnsiballZ_stat.py && sleep 0' 3817 1726883378.89240: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.89245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3817 1726883378.89247: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.89250: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.89252: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.89302: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK <<< 3817 1726883378.89305: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3817 1726883378.89357: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3817 1726883378.91151: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3817 1726883378.91196: stderr chunk (state=3): >>><<< 3817 1726883378.91200: stdout chunk (state=3): >>><<< 3817 1726883378.91214: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3817 1726883378.91217: _low_level_execute_command(): starting 3817 1726883378.91220: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/AnsiballZ_stat.py && sleep 0' 3817 1726883378.91626: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.91629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.91632: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3817 1726883378.91636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883378.91685: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3817 1726883378.91689: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3817 1726883378.91744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3817 1726883378.94009: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 3817 1726883378.94038: stdout chunk (state=3): >>>import _imp # builtin <<< 3817 1726883378.94076: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 3817 1726883378.94079: stdout chunk (state=3): >>>import '_weakref' # <<< 3817 1726883378.94149: stdout chunk (state=3): >>>import '_io' # <<< 3817 1726883378.94154: stdout chunk (state=3): >>>import 'marshal' # <<< 3817 1726883378.94190: stdout chunk (state=3): >>>import 'posix' # <<< 3817 1726883378.94230: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 3817 1726883378.94233: stdout chunk (state=3): >>># installing zipimport hook <<< 3817 1726883378.94252: stdout chunk (state=3): >>>import 'time' # <<< 3817 1726883378.94255: stdout chunk (state=3): >>>import 'zipimport' # <<< 3817 1726883378.94270: stdout chunk (state=3): >>># installed zipimport hook <<< 3817 1726883378.94337: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 3817 1726883378.94340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 3817 1726883378.94365: stdout chunk (state=3): >>>import 'codecs' # <<< 3817 1726883378.94401: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 3817 1726883378.94419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 3817 1726883378.94439: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80d18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80ce7b30> <<< 3817 1726883378.94475: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 3817 1726883378.94483: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 3817 1726883378.94490: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80d1aab0> <<< 3817 1726883378.94513: stdout chunk (state=3): >>>import '_signal' # <<< 3817 1726883378.94532: stdout chunk (state=3): >>>import '_abc' # <<< 3817 1726883378.94539: stdout chunk (state=3): >>>import 'abc' # <<< 3817 1726883378.94558: stdout chunk (state=3): >>>import 'io' # <<< 3817 1726883378.94597: stdout chunk (state=3): >>>import '_stat' # <<< 3817 1726883378.94600: stdout chunk (state=3): >>> import 'stat' # <<< 3817 1726883378.94693: stdout chunk (state=3): >>>import '_collections_abc' # <<< 3817 1726883378.94724: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 3817 1726883378.94757: stdout chunk (state=3): >>>import 'os' # <<< 3817 1726883378.94776: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 3817 1726883378.94793: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 3817 1726883378.94811: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 3817 1726883378.94817: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 3817 1726883378.94823: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 3817 1726883378.94852: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 3817 1726883378.94857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 3817 1726883378.94878: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b2d190> <<< 3817 1726883378.94940: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 3817 1726883378.94944: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883378.94957: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b2dfd0> <<< 3817 1726883378.94986: stdout chunk (state=3): >>>import 'site' # <<< 3817 1726883378.95017: stdout chunk (state=3): >>>Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 3817 1726883378.95257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 3817 1726883378.95280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 3817 1726883378.95291: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 3817 1726883378.95331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883378.95333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 3817 1726883378.95376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 3817 1726883378.95387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 3817 1726883378.95423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 3817 1726883378.95427: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b6be60> <<< 3817 1726883378.95450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 3817 1726883378.95466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 3817 1726883378.95492: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b6bf20> <<< 3817 1726883378.95517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 3817 1726883378.95542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 3817 1726883378.95569: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 3817 1726883378.95619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883378.95645: stdout chunk (state=3): >>>import 'itertools' # <<< 3817 1726883378.95667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 3817 1726883378.95673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80ba3830> <<< 3817 1726883378.95691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 3817 1726883378.95703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 3817 1726883378.95711: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80ba3ec0> <<< 3817 1726883378.95721: stdout chunk (state=3): >>>import '_collections' # <<< 3817 1726883378.95784: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b83b30> <<< 3817 1726883378.95787: stdout chunk (state=3): >>>import '_functools' # <<< 3817 1726883378.95823: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b81250> <<< 3817 1726883378.95922: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b69010> <<< 3817 1726883378.95953: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 3817 1726883378.95968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 3817 1726883378.95990: stdout chunk (state=3): >>>import '_sre' # <<< 3817 1726883378.96001: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 3817 1726883378.96031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 3817 1726883378.96049: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 3817 1726883378.96058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 3817 1726883378.96093: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bc7830> <<< 3817 1726883378.96107: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bc6450> <<< 3817 1726883378.96135: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 3817 1726883378.96146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b82120> <<< 3817 1726883378.96149: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bc4bc0> <<< 3817 1726883378.96207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 3817 1726883378.96211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 3817 1726883378.96230: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf4860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b682c0> <<< 3817 1726883378.96234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 3817 1726883378.96246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 3817 1726883378.96273: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883378.96294: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80bf4d10> <<< 3817 1726883378.96300: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf4bc0> <<< 3817 1726883378.96340: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80bf4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b66de0> <<< 3817 1726883378.96378: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 3817 1726883378.96386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883378.96403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 3817 1726883378.96425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 3817 1726883378.96451: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf5340> <<< 3817 1726883378.96458: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 3817 1726883378.96497: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 3817 1726883378.96501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 3817 1726883378.96518: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf6570> <<< 3817 1726883378.96528: stdout chunk (state=3): >>>import 'importlib.util' # <<< 3817 1726883378.96534: stdout chunk (state=3): >>>import 'runpy' # <<< 3817 1726883378.96562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 3817 1726883378.96595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 3817 1726883378.96630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 3817 1726883378.96634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 3817 1726883378.96640: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80c107a0> <<< 3817 1726883378.96648: stdout chunk (state=3): >>>import 'errno' # <<< 3817 1726883378.96685: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883378.96690: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80c11ee0> <<< 3817 1726883378.96711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 3817 1726883378.96727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 3817 1726883378.96749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 3817 1726883378.96754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 3817 1726883378.96763: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80c12d80> <<< 3817 1726883378.96815: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883378.96823: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80c133b0> <<< 3817 1726883378.96829: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80c122d0> <<< 3817 1726883378.96837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 3817 1726883378.96853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 3817 1726883378.96891: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80c13dd0> <<< 3817 1726883378.96910: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80c13530> <<< 3817 1726883378.96953: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf65d0> <<< 3817 1726883378.96980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 3817 1726883378.97002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 3817 1726883378.97024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 3817 1726883378.97040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 3817 1726883378.97079: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e809d7ce0> <<< 3817 1726883378.97102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 3817 1726883378.97141: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883378.97144: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80a00800> <<< 3817 1726883378.97154: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a00560> <<< 3817 1726883378.97176: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883378.97181: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80a00770> <<< 3817 1726883378.97201: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883378.97208: stdout chunk (state=3): >>># extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80a009e0> <<< 3817 1726883378.97222: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e809d5e80> <<< 3817 1726883378.97241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 3817 1726883378.97352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 3817 1726883378.97375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 3817 1726883378.97392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a02060> <<< 3817 1726883378.97425: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a00ce0> <<< 3817 1726883378.97437: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf6cc0> <<< 3817 1726883378.97471: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 3817 1726883378.97522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883378.97544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 3817 1726883378.97589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 3817 1726883378.97622: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a2e420> <<< 3817 1726883378.97665: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 3817 1726883378.97689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883378.97699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 3817 1726883378.97726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 3817 1726883378.97778: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a464e0> <<< 3817 1726883378.97800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 3817 1726883378.97837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 3817 1726883378.97896: stdout chunk (state=3): >>>import 'ntpath' # <<< 3817 1726883378.97921: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 3817 1726883378.97927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a83260> <<< 3817 1726883378.97938: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 3817 1726883378.97983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 3817 1726883378.98001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 3817 1726883378.98048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 3817 1726883378.98140: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80aa1a00> <<< 3817 1726883378.98217: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a83380> <<< 3817 1726883378.98260: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a47170> <<< 3817 1726883378.98290: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80884350> <<< 3817 1726883378.98320: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a45520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a02fc0> <<< 3817 1726883378.98423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 3817 1726883378.98433: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7e80a45640> <<< 3817 1726883378.98517: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_9lf0txaq/ansible_stat_payload.zip' <<< 3817 1726883378.98521: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883378.98675: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883378.98698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 3817 1726883378.98714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 3817 1726883378.98752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 3817 1726883378.98832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 3817 1726883378.98861: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 3817 1726883378.98865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808da030> <<< 3817 1726883378.98878: stdout chunk (state=3): >>>import '_typing' # <<< 3817 1726883378.99076: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808b0f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808b00b0> <<< 3817 1726883378.99085: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883378.99112: stdout chunk (state=3): >>>import 'ansible' # <<< 3817 1726883378.99131: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883378.99146: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883378.99165: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883378.99171: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 3817 1726883378.99186: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.00754: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.02012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 3817 1726883379.02016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808b3d40> <<< 3817 1726883379.02049: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883379.02083: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 3817 1726883379.02087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 3817 1726883379.02114: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 3817 1726883379.02150: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80901970> <<< 3817 1726883379.02194: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80901700> <<< 3817 1726883379.02222: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80901040> <<< 3817 1726883379.02247: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 3817 1726883379.02254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 3817 1726883379.02299: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80901ac0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808dacc0> <<< 3817 1726883379.02311: stdout chunk (state=3): >>>import 'atexit' # <<< 3817 1726883379.02341: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.02347: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e809026f0> <<< 3817 1726883379.02381: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.02386: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80902930> <<< 3817 1726883379.02404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 3817 1726883379.02445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 3817 1726883379.02465: stdout chunk (state=3): >>>import '_locale' # <<< 3817 1726883379.02509: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80902e70> <<< 3817 1726883379.02528: stdout chunk (state=3): >>>import 'pwd' # <<< 3817 1726883379.02540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 3817 1726883379.02570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 3817 1726883379.02605: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80768bc0> <<< 3817 1726883379.02634: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.02644: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e8076a7e0> <<< 3817 1726883379.02664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 3817 1726883379.02688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 3817 1726883379.02720: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076b170> <<< 3817 1726883379.02741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 3817 1726883379.02771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 3817 1726883379.02793: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076c350> <<< 3817 1726883379.02813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 3817 1726883379.02847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 3817 1726883379.02874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 3817 1726883379.02877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 3817 1726883379.02930: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076ede0> <<< 3817 1726883379.02977: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.02980: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e8076ef00> <<< 3817 1726883379.03007: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076d0a0> <<< 3817 1726883379.03023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 3817 1726883379.03050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 3817 1726883379.03074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 3817 1726883379.03101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 3817 1726883379.03131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 3817 1726883379.03153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 3817 1726883379.03169: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80772d50> <<< 3817 1726883379.03180: stdout chunk (state=3): >>>import '_tokenize' # <<< 3817 1726883379.03250: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80771820> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80771580> <<< 3817 1726883379.03282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 3817 1726883379.03287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 3817 1726883379.03364: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80773d40> <<< 3817 1726883379.03393: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076d5b0> <<< 3817 1726883379.03423: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807baf90> <<< 3817 1726883379.03453: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883379.03457: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bb0b0> <<< 3817 1726883379.03479: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 3817 1726883379.03499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 3817 1726883379.03522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 3817 1726883379.03527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 3817 1726883379.03565: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807bccb0> <<< 3817 1726883379.03573: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bca70> <<< 3817 1726883379.03583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 3817 1726883379.03702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 3817 1726883379.03750: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.03759: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807bf1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bd310> <<< 3817 1726883379.03787: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 3817 1726883379.03822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883379.03847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 3817 1726883379.03852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 3817 1726883379.03869: stdout chunk (state=3): >>>import '_string' # <<< 3817 1726883379.03914: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807c69f0> <<< 3817 1726883379.04046: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bf380> <<< 3817 1726883379.04124: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.04129: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807c7860> <<< 3817 1726883379.04156: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807c76e0> <<< 3817 1726883379.04207: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807c7da0> <<< 3817 1726883379.04227: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bb3b0> <<< 3817 1726883379.04245: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 3817 1726883379.04249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 3817 1726883379.04266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 3817 1726883379.04294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 3817 1726883379.04322: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.04346: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807cb560> <<< 3817 1726883379.04538: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807cc560> <<< 3817 1726883379.04552: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807c9cd0> <<< 3817 1726883379.04566: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.04592: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807cb050> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807c98b0> <<< 3817 1726883379.04599: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.04619: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 3817 1726883379.04630: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.04730: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.04826: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.04841: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 3817 1726883379.04873: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.04881: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.04891: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 3817 1726883379.04896: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.05025: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.05155: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.05769: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.06384: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 3817 1726883379.06395: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 3817 1726883379.06404: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 3817 1726883379.06424: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 3817 1726883379.06446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883379.06498: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80850770> <<< 3817 1726883379.06587: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 3817 1726883379.06616: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808515e0> <<< 3817 1726883379.06621: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807cc710> <<< 3817 1726883379.06674: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 3817 1726883379.06687: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.06709: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.06724: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 3817 1726883379.06739: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.06897: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.07064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 3817 1726883379.07083: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808513a0> <<< 3817 1726883379.07096: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.07612: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08114: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08192: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 3817 1726883379.08282: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08322: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08359: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 3817 1726883379.08369: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08443: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08534: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 3817 1726883379.08555: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08558: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08577: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 3817 1726883379.08582: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08623: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08661: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 3817 1726883379.08678: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.08926: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.09185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 3817 1726883379.09241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 3817 1726883379.09256: stdout chunk (state=3): >>>import '_ast' # <<< 3817 1726883379.09339: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80853110> <<< 3817 1726883379.09343: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.09417: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.09500: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 3817 1726883379.09510: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 3817 1726883379.09513: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 3817 1726883379.09539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 3817 1726883379.09629: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.09754: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80661f70> <<< 3817 1726883379.09816: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.09822: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80662720> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80852f00> <<< 3817 1726883379.09842: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.09889: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.09932: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 3817 1726883379.09937: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.09990: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.10035: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.10098: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.10168: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 3817 1726883379.10211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883379.10294: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 3817 1726883379.10332: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e806615b0> <<< 3817 1726883379.10343: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e806627e0> <<< 3817 1726883379.10376: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 3817 1726883379.10390: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.10457: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.10526: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.10552: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.10601: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 3817 1726883379.10621: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 3817 1726883379.10644: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 3817 1726883379.10669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 3817 1726883379.10725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 3817 1726883379.10750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 3817 1726883379.10761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 3817 1726883379.10826: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e806f29c0> <<< 3817 1726883379.10875: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8066c650> <<< 3817 1726883379.10958: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e806667e0> <<< 3817 1726883379.10962: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80666630> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 3817 1726883379.10967: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.11000: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.11027: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 3817 1726883379.11095: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 3817 1726883379.11106: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.11122: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 3817 1726883379.11140: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.11284: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.11495: stdout chunk (state=3): >>># zipimport: zlib available <<< 3817 1726883379.11619: 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"}}} <<< 3817 1726883379.11624: stdout chunk (state=3): >>># destroy __main__ <<< 3817 1726883379.11955: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 3817 1726883379.11958: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 3817 1726883379.11963: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings <<< 3817 1726883379.12000: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig <<< 3817 1726883379.12013: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 3817 1726883379.12030: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset <<< 3817 1726883379.12043: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 3817 1726883379.12073: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize <<< 3817 1726883379.12080: stdout chunk (state=3): >>># cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon <<< 3817 1726883379.12112: stdout chunk (state=3): >>># 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 <<< 3817 1726883379.12116: stdout chunk (state=3): >>># 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 <<< 3817 1726883379.12138: stdout chunk (state=3): >>># cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 3817 1726883379.12360: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 3817 1726883379.12381: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 3817 1726883379.12387: stdout chunk (state=3): >>># destroy _bz2 <<< 3817 1726883379.12400: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 3817 1726883379.12422: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile <<< 3817 1726883379.12427: stdout chunk (state=3): >>># destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 3817 1726883379.12451: stdout chunk (state=3): >>># destroy ntpath <<< 3817 1726883379.12471: stdout chunk (state=3): >>># destroy importlib <<< 3817 1726883379.12487: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 3817 1726883379.12503: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 3817 1726883379.12520: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale <<< 3817 1726883379.12524: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 3817 1726883379.12553: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 3817 1726883379.12560: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 3817 1726883379.12588: stdout chunk (state=3): >>># destroy _hashlib <<< 3817 1726883379.12592: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil <<< 3817 1726883379.12604: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 3817 1726883379.12653: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 3817 1726883379.12666: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 3817 1726883379.12685: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 3817 1726883379.12699: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 3817 1726883379.12705: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 3817 1726883379.12731: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 3817 1726883379.12736: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 3817 1726883379.12766: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 3817 1726883379.12782: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath <<< 3817 1726883379.12803: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 3817 1726883379.12817: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 3817 1726883379.12824: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 3817 1726883379.12830: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 3817 1726883379.12954: stdout chunk (state=3): >>># destroy sys.monitoring <<< 3817 1726883379.12957: stdout chunk (state=3): >>># destroy _socket <<< 3817 1726883379.12980: stdout chunk (state=3): >>># destroy _collections <<< 3817 1726883379.12999: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 3817 1726883379.13009: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 3817 1726883379.13025: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 3817 1726883379.13050: stdout chunk (state=3): >>># destroy _typing <<< 3817 1726883379.13066: stdout chunk (state=3): >>># destroy _tokenize <<< 3817 1726883379.13082: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 3817 1726883379.13102: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 3817 1726883379.13109: stdout chunk (state=3): >>> <<< 3817 1726883379.13202: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 3817 1726883379.13207: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 3817 1726883379.13212: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 3817 1726883379.13232: stdout chunk (state=3): >>># destroy _random <<< 3817 1726883379.13240: stdout chunk (state=3): >>># destroy _weakref <<< 3817 1726883379.13261: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 3817 1726883379.13271: stdout chunk (state=3): >>># destroy itertools <<< 3817 1726883379.13295: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 3817 1726883379.13298: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread <<< 3817 1726883379.13310: stdout chunk (state=3): >>># clear sys.audit hooks <<< 3817 1726883379.13668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.21 closed. <<< 3817 1726883379.13735: stderr chunk (state=3): >>><<< 3817 1726883379.13739: stdout chunk (state=3): >>><<< 3817 1726883379.13797: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80d18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80ce7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80d1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b2d190> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b2dfd0> import 'site' # Python 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b6be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b6bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80ba3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80ba3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b83b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b81250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b69010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bc7830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bc6450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b82120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bc4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf4860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80bf4d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf4bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80bf4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80b66de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf5340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf6570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80c107a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80c11ee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80c12d80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80c133b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80c122d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80c13dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80c13530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf65d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e809d7ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80a00800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a00560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80a00770> # extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' # extension module '_sha2' executed from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80a009e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e809d5e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a02060> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a00ce0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80bf6cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a2e420> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a464e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a83260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80aa1a00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a83380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a47170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80884350> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a45520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80a02fc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7e80a45640> # zipimport: found 30 names in '/tmp/ansible_stat_payload_9lf0txaq/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808da030> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808b0f20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808b00b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808b3d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80901970> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80901700> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80901040> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80901ac0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808dacc0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e809026f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80902930> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80902e70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80768bc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e8076a7e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076b170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076c350> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076ede0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e8076ef00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076d0a0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80772d50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80771820> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80771580> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80773d40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8076d5b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807baf90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bb0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807bccb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bca70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807bf1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bd310> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807c69f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bf380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807c7860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807c76e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807c7da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807bb3b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807cb560> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807cc560> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807c9cd0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e807cb050> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807c98b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80850770> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808515e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e807cc710> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e808513a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80853110> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80661f70> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e80662720> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80852f00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e806615b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e806627e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e806f29c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e8066c650> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e806667e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e80666630> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.21 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _sha2 # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _operator # destroy _sha2 # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 3817 1726883379.14344: 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-1726883378.6710742-3824-135578407964898/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3817 1726883379.14347: _low_level_execute_command(): starting 3817 1726883379.14350: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883378.6710742-3824-135578407964898/ > /dev/null 2>&1 && sleep 0' 3817 1726883379.14488: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3817 1726883379.14492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3817 1726883379.14495: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883379.14504: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3817 1726883379.14568: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' <<< 3817 1726883379.14576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3817 1726883379.14579: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3817 1726883379.14623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3817 1726883379.16485: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3817 1726883379.16532: stderr chunk (state=3): >>><<< 3817 1726883379.16535: stdout chunk (state=3): >>><<< 3817 1726883379.16552: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.21 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.21 originally 10.31.9.21 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/4adc8fa05b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3817 1726883379.16555: handler run complete 3817 1726883379.16567: variable 'ansible_facts' from source: unknown 3817 1726883379.16595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883379.16618: variable 'ansible_facts' from source: unknown 3817 1726883379.16637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883379.16647: attempt loop complete, returning result 3817 1726883379.16650: _execute() done 3817 1726883379.16654: dumping result to json 3817 1726883379.16657: done dumping result, returning 3817 1726883379.16667: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [12996e06-ef67-9579-f894-000000000013] 3817 1726883379.16670: sending task result for task 12996e06-ef67-9579-f894-000000000013 3817 1726883379.16759: done sending task result for task 12996e06-ef67-9579-f894-000000000013 3817 1726883379.16762: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 3817 1726883379.16852: no more pending results, returning what we have 3817 1726883379.16855: results queue empty 3817 1726883379.16856: checking for any_errors_fatal 3817 1726883379.16860: done checking for any_errors_fatal 3817 1726883379.16861: checking for max_fail_percentage 3817 1726883379.16863: done checking for max_fail_percentage 3817 1726883379.16864: checking to see if all hosts have failed and the running result is not ok 3817 1726883379.16864: done checking to see if all hosts have failed 3817 1726883379.16865: getting the remaining hosts for this loop 3817 1726883379.16867: done getting the remaining hosts for this loop 3817 1726883379.16870: getting the next task for host managed_node3 3817 1726883379.16878: done getting next task for host managed_node3 3817 1726883379.16881: ^ task is: TASK: Set flag to indicate system is ostree 3817 1726883379.16884: ^ 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 3817 1726883379.16886: getting variables 3817 1726883379.16888: in VariableManager get_vars() 3817 1726883379.16918: Calling all_inventory to load vars for managed_node3 3817 1726883379.16921: Calling groups_inventory to load vars for managed_node3 3817 1726883379.16924: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883379.16934: Calling all_plugins_play to load vars for managed_node3 3817 1726883379.16938: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883379.16940: Calling groups_plugins_play to load vars for managed_node3 3817 1726883379.16985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883379.17014: done with get_vars() 3817 1726883379.17022: done getting variables 3817 1726883379.17077: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:49:39 -0400 (0:00:00.542) 0:00:00.679 ****** 3817 1726883379.17110: entering _queue_task() for managed_node3/set_fact 3817 1726883379.17299: worker is 1 (out of 1 available) 3817 1726883379.17311: exiting _queue_task() for managed_node3/set_fact 3817 1726883379.17322: done queuing things up, now waiting for results queue to drain 3817 1726883379.17324: waiting for pending results... 3817 1726883379.17475: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 3817 1726883379.17553: in run() - task 12996e06-ef67-9579-f894-000000000014 3817 1726883379.17565: variable 'ansible_search_path' from source: unknown 3817 1726883379.17568: variable 'ansible_search_path' from source: unknown 3817 1726883379.17598: calling self._execute() 3817 1726883379.17646: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883379.17652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883379.17660: variable 'omit' from source: magic vars 3817 1726883379.18009: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3817 1726883379.18217: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3817 1726883379.18248: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3817 1726883379.18276: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3817 1726883379.18309: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3817 1726883379.18370: 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) 3817 1726883379.18389: 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) 3817 1726883379.18412: 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) 3817 1726883379.18433: 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) 3817 1726883379.18523: Evaluated conditional (not __rhc_is_ostree is defined): True 3817 1726883379.18528: variable 'omit' from source: magic vars 3817 1726883379.18567: variable 'omit' from source: magic vars 3817 1726883379.18652: variable '__ostree_booted_stat' from source: set_fact 3817 1726883379.18695: variable 'omit' from source: magic vars 3817 1726883379.18714: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3817 1726883379.18739: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3817 1726883379.18754: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3817 1726883379.18768: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3817 1726883379.18779: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3817 1726883379.18802: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3817 1726883379.18807: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883379.18811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883379.18881: Set connection var ansible_timeout to 10 3817 1726883379.18886: Set connection var ansible_shell_executable to /bin/sh 3817 1726883379.18892: Set connection var ansible_pipelining to False 3817 1726883379.18897: Set connection var ansible_module_compression to ZIP_DEFLATED 3817 1726883379.18902: Set connection var ansible_connection to ssh 3817 1726883379.18907: Set connection var ansible_shell_type to sh 3817 1726883379.18923: variable 'ansible_shell_executable' from source: unknown 3817 1726883379.18926: variable 'ansible_connection' from source: unknown 3817 1726883379.18929: variable 'ansible_module_compression' from source: unknown 3817 1726883379.18931: variable 'ansible_shell_type' from source: unknown 3817 1726883379.18933: variable 'ansible_shell_executable' from source: unknown 3817 1726883379.18938: variable 'ansible_host' from source: host vars for 'managed_node3' 3817 1726883379.18941: variable 'ansible_pipelining' from source: unknown 3817 1726883379.18943: variable 'ansible_timeout' from source: unknown 3817 1726883379.18951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3817 1726883379.19026: 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) 3817 1726883379.19034: variable 'omit' from source: magic vars 3817 1726883379.19039: starting attempt loop 3817 1726883379.19042: running the handler 3817 1726883379.19050: handler run complete 3817 1726883379.19060: attempt loop complete, returning result 3817 1726883379.19063: _execute() done 3817 1726883379.19065: dumping result to json 3817 1726883379.19068: done dumping result, returning 3817 1726883379.19076: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [12996e06-ef67-9579-f894-000000000014] 3817 1726883379.19083: sending task result for task 12996e06-ef67-9579-f894-000000000014 3817 1726883379.19159: done sending task result for task 12996e06-ef67-9579-f894-000000000014 3817 1726883379.19165: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 3817 1726883379.19228: no more pending results, returning what we have 3817 1726883379.19230: results queue empty 3817 1726883379.19231: checking for any_errors_fatal 3817 1726883379.19235: done checking for any_errors_fatal 3817 1726883379.19235: checking for max_fail_percentage 3817 1726883379.19237: done checking for max_fail_percentage 3817 1726883379.19238: checking to see if all hosts have failed and the running result is not ok 3817 1726883379.19238: done checking to see if all hosts have failed 3817 1726883379.19239: getting the remaining hosts for this loop 3817 1726883379.19240: done getting the remaining hosts for this loop 3817 1726883379.19243: getting the next task for host managed_node3 3817 1726883379.19249: done getting next task for host managed_node3 3817 1726883379.19251: ^ task is: TASK: meta (end_play) 3817 1726883379.19253: ^ 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 3817 1726883379.19256: getting variables 3817 1726883379.19257: in VariableManager get_vars() 3817 1726883379.19283: Calling all_inventory to load vars for managed_node3 3817 1726883379.19286: Calling groups_inventory to load vars for managed_node3 3817 1726883379.19289: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883379.19296: Calling all_plugins_play to load vars for managed_node3 3817 1726883379.19298: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883379.19300: Calling groups_plugins_play to load vars for managed_node3 3817 1726883379.19333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883379.19350: done with get_vars() 3817 1726883379.19355: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Friday 20 September 2024 21:49:39 -0400 (0:00:00.023) 0:00:00.702 ****** 3817 1726883379.19423: in VariableManager get_vars() 3817 1726883379.19429: Calling all_inventory to load vars for managed_node3 3817 1726883379.19431: Calling groups_inventory to load vars for managed_node3 3817 1726883379.19432: Calling all_plugins_inventory to load vars for managed_node3 3817 1726883379.19435: Calling all_plugins_play to load vars for managed_node3 3817 1726883379.19437: Calling groups_plugins_inventory to load vars for managed_node3 3817 1726883379.19439: Calling groups_plugins_play to load vars for managed_node3 3817 1726883379.19457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3817 1726883379.19469: done with get_vars() 3817 1726883379.19656: variable 'lsr_rhc_test_data' from source: include_vars 3817 1726883379.19676: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 3817 1726883379.19683: done queuing things up, now waiting for results queue to drain 3817 1726883379.19684: results queue empty 3817 1726883379.19684: checking for any_errors_fatal 3817 1726883379.19686: done checking for any_errors_fatal 3817 1726883379.19686: checking for max_fail_percentage 3817 1726883379.19687: done checking for max_fail_percentage 3817 1726883379.19687: checking to see if all hosts have failed and the running result is not ok 3817 1726883379.19688: done checking to see if all hosts have failed 3817 1726883379.19688: getting the remaining hosts for this loop 3817 1726883379.19689: done getting the remaining hosts for this loop 3817 1726883379.19690: getting the next task for host managed_node3 3817 1726883379.19691: host managed_node3 is done iterating, returning 3817 1726883379.19692: done queuing things up, now waiting for results queue to drain 3817 1726883379.19693: results queue empty 3817 1726883379.19693: checking for any_errors_fatal 3817 1726883379.19693: done checking for any_errors_fatal 3817 1726883379.19694: checking for max_fail_percentage 3817 1726883379.19694: done checking for max_fail_percentage 3817 1726883379.19695: checking to see if all hosts have failed and the running result is not ok 3817 1726883379.19695: done checking to see if all hosts have failed 3817 1726883379.19696: getting the next task for host managed_node3 3817 1726883379.19697: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 21:49:39 -0400 (0:00:00.003) 0:00:00.705 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.54s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.04s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Get facts for external test data ---------------------------------------- 0.03s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Import test data -------------------------------------------------------- 0.03s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Skip if there is no Insights support ------------------------------------ 0.00s /tmp/collections-HQ2/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 3817 1726883379.19752: RUNNING CLEANUP