[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. 6770 1727096437.55544: 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-0BF executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 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 6770 1727096437.56130: Added group all to inventory 6770 1727096437.56132: Added group ungrouped to inventory 6770 1727096437.56144: Group all now contains ungrouped 6770 1727096437.56147: Examining possible inventory source: /tmp/rhc-NqQ/inventory.yml 6770 1727096437.76402: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6770 1727096437.76574: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6770 1727096437.76598: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6770 1727096437.76684: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6770 1727096437.76873: Loaded config def from plugin (inventory/script) 6770 1727096437.76875: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6770 1727096437.76917: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6770 1727096437.77124: Loaded config def from plugin (inventory/yaml) 6770 1727096437.77126: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6770 1727096437.77326: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6770 1727096437.78210: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6770 1727096437.78214: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6770 1727096437.78217: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6770 1727096437.78227: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6770 1727096437.78233: Loading data from /tmp/rhc-NqQ/inventory.yml 6770 1727096437.78308: /tmp/rhc-NqQ/inventory.yml was not parsable by auto 6770 1727096437.78391: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6770 1727096437.78429: Loading data from /tmp/rhc-NqQ/inventory.yml 6770 1727096437.78519: group all already in inventory 6770 1727096437.78526: set inventory_file for managed_node1 6770 1727096437.78530: set inventory_dir for managed_node1 6770 1727096437.78531: Added host managed_node1 to inventory 6770 1727096437.78534: Added host managed_node1 to group all 6770 1727096437.78535: set ansible_host for managed_node1 6770 1727096437.78536: set ansible_ssh_extra_args for managed_node1 6770 1727096437.78539: set inventory_file for managed_node2 6770 1727096437.78541: set inventory_dir for managed_node2 6770 1727096437.78542: Added host managed_node2 to inventory 6770 1727096437.78544: Added host managed_node2 to group all 6770 1727096437.78544: set ansible_host for managed_node2 6770 1727096437.78545: set ansible_ssh_extra_args for managed_node2 6770 1727096437.78548: set inventory_file for managed_node3 6770 1727096437.78550: set inventory_dir for managed_node3 6770 1727096437.78555: Added host managed_node3 to inventory 6770 1727096437.78557: Added host managed_node3 to group all 6770 1727096437.78558: set ansible_host for managed_node3 6770 1727096437.78559: set ansible_ssh_extra_args for managed_node3 6770 1727096437.78561: Reconcile groups and hosts in inventory. 6770 1727096437.78565: Group ungrouped now contains managed_node1 6770 1727096437.78567: Group ungrouped now contains managed_node2 6770 1727096437.78568: Group ungrouped now contains managed_node3 6770 1727096437.78649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6770 1727096437.78788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6770 1727096437.78841: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6770 1727096437.78868: Loaded config def from plugin (vars/host_group_vars) 6770 1727096437.78870: 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) 6770 1727096437.78877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6770 1727096437.78891: 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) 6770 1727096437.78937: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6770 1727096437.79293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096437.79395: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6770 1727096437.79440: Loaded config def from plugin (connection/local) 6770 1727096437.79444: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6770 1727096437.80135: Loaded config def from plugin (connection/paramiko_ssh) 6770 1727096437.80138: 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) 6770 1727096437.81238: 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) 6770 1727096437.81285: Loaded config def from plugin (connection/psrp) 6770 1727096437.81288: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6770 1727096437.82181: 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) 6770 1727096437.82219: Loaded config def from plugin (connection/ssh) 6770 1727096437.82221: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6770 1727096437.84343: 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) 6770 1727096437.84385: Loaded config def from plugin (connection/winrm) 6770 1727096437.84389: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6770 1727096437.84419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6770 1727096437.84487: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6770 1727096437.84551: Loaded config def from plugin (shell/cmd) 6770 1727096437.84560: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6770 1727096437.84583: 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) 6770 1727096437.84656: Loaded config def from plugin (shell/powershell) 6770 1727096437.84658: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6770 1727096437.84717: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6770 1727096437.84946: Loaded config def from plugin (shell/sh) 6770 1727096437.84948: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6770 1727096437.85012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6770 1727096437.85182: Loaded config def from plugin (become/runas) 6770 1727096437.85184: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6770 1727096437.85631: Loaded config def from plugin (become/su) 6770 1727096437.85633: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6770 1727096437.85918: Loaded config def from plugin (become/sudo) 6770 1727096437.85920: 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 6770 1727096437.85953: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_autoupdate.yml 6770 1727096437.86985: in VariableManager get_vars() 6770 1727096437.87014: done with get_vars() 6770 1727096437.87025: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 6770 1727096437.87149: in VariableManager get_vars() 6770 1727096437.87165: done with get_vars() 6770 1727096437.87196: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 6770 1727096437.87530: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6770 1727096437.92629: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6770 1727096437.92963: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6770 1727096437.93417: in VariableManager get_vars() 6770 1727096437.93434: done with get_vars() 6770 1727096437.93465: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 6770 1727096437.94172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6770 1727096437.94188: 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 6770 1727096437.94438: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6770 1727096437.94617: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6770 1727096437.94620: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-0BF/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) 6770 1727096437.94657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6770 1727096437.94688: 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) 6770 1727096437.94869: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6770 1727096437.94935: Loaded config def from plugin (callback/default) 6770 1727096437.94938: 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) 6770 1727096437.96132: Loaded config def from plugin (callback/junit) 6770 1727096437.96134: 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) 6770 1727096437.96186: 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) 6770 1727096437.96250: Loaded config def from plugin (callback/minimal) 6770 1727096437.96253: 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) 6770 1727096437.96299: 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) 6770 1727096437.96359: Loaded config def from plugin (callback/tree) 6770 1727096437.96361: 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 6770 1727096437.96484: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6770 1727096437.96493: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-0BF/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_insights_autoupdate.yml **************************************** 1 plays in /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_autoupdate.yml 6770 1727096437.96520: in VariableManager get_vars() 6770 1727096437.96534: done with get_vars() 6770 1727096437.96539: in VariableManager get_vars() 6770 1727096437.96548: done with get_vars() 6770 1727096437.96553: variable 'omit' from source: magic vars 6770 1727096437.96592: in VariableManager get_vars() 6770 1727096437.96614: done with get_vars() 6770 1727096437.96636: variable 'omit' from source: magic vars PLAY [Basic insights autoupdate test] ****************************************** 6770 1727096437.97519: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6770 1727096437.97652: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6770 1727096437.97755: getting the remaining hosts for this loop 6770 1727096437.97757: done getting the remaining hosts for this loop 6770 1727096437.97760: getting the next task for host managed_node3 6770 1727096437.97764: done getting next task for host managed_node3 6770 1727096437.97766: ^ task is: TASK: meta (flush_handlers) 6770 1727096437.97769: ^ 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 6770 1727096437.97772: getting variables 6770 1727096437.97773: in VariableManager get_vars() 6770 1727096437.97787: Calling all_inventory to load vars for managed_node3 6770 1727096437.97790: Calling groups_inventory to load vars for managed_node3 6770 1727096437.97792: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096437.97850: Calling all_plugins_play to load vars for managed_node3 6770 1727096437.97864: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096437.97868: Calling groups_plugins_play to load vars for managed_node3 6770 1727096437.97966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096437.98042: done with get_vars() 6770 1727096437.98050: done getting variables 6770 1727096437.98133: in VariableManager get_vars() 6770 1727096437.98147: Calling all_inventory to load vars for managed_node3 6770 1727096437.98149: Calling groups_inventory to load vars for managed_node3 6770 1727096437.98152: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096437.98157: Calling all_plugins_play to load vars for managed_node3 6770 1727096437.98160: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096437.98164: Calling groups_plugins_play to load vars for managed_node3 6770 1727096437.98193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096437.98210: done with get_vars() 6770 1727096437.98221: done queuing things up, now waiting for results queue to drain 6770 1727096437.98223: results queue empty 6770 1727096437.98223: checking for any_errors_fatal 6770 1727096437.98225: done checking for any_errors_fatal 6770 1727096437.98225: checking for max_fail_percentage 6770 1727096437.98226: done checking for max_fail_percentage 6770 1727096437.98227: checking to see if all hosts have failed and the running result is not ok 6770 1727096437.98227: done checking to see if all hosts have failed 6770 1727096437.98228: getting the remaining hosts for this loop 6770 1727096437.98229: done getting the remaining hosts for this loop 6770 1727096437.98233: getting the next task for host managed_node3 6770 1727096437.98240: done getting next task for host managed_node3 6770 1727096437.98242: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 6770 1727096437.98245: ^ 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 6770 1727096437.98246: getting variables 6770 1727096437.98247: in VariableManager get_vars() 6770 1727096437.98254: Calling all_inventory to load vars for managed_node3 6770 1727096437.98256: Calling groups_inventory to load vars for managed_node3 6770 1727096437.98258: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096437.98262: Calling all_plugins_play to load vars for managed_node3 6770 1727096437.98264: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096437.98267: Calling groups_plugins_play to load vars for managed_node3 6770 1727096437.98329: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096437.98348: done with get_vars() 6770 1727096437.98354: done getting variables 6770 1727096437.98417: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Monday 23 September 2024 09:00:37 -0400 (0:00:00.020) 0:00:00.020 ****** 6770 1727096437.98448: entering _queue_task() for managed_node3/set_fact 6770 1727096437.98450: Creating lock for set_fact 6770 1727096438.01959: worker is 1 (out of 1 available) 6770 1727096438.01971: exiting _queue_task() for managed_node3/set_fact 6770 1727096438.01983: done queuing things up, now waiting for results queue to drain 6770 1727096438.01985: waiting for pending results... 6770 1727096438.02302: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 6770 1727096438.02308: in run() - task 121ff75e-a0f1-9eb4-cf46-00000000000c 6770 1727096438.02312: variable 'ansible_search_path' from source: unknown 6770 1727096438.02314: variable 'ansible_search_path' from source: unknown 6770 1727096438.02350: calling self._execute() 6770 1727096438.02417: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.02569: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.02573: variable 'omit' from source: magic vars 6770 1727096438.02576: variable 'omit' from source: magic vars 6770 1727096438.02626: variable 'omit' from source: magic vars 6770 1727096438.03275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6770 1727096438.03453: Loaded config def from plugin (lookup/env) 6770 1727096438.03468: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 6770 1727096438.03539: variable 'omit' from source: magic vars 6770 1727096438.03572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6770 1727096438.03607: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6770 1727096438.03631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6770 1727096438.03659: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6770 1727096438.03675: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6770 1727096438.03711: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6770 1727096438.03720: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.03727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.03826: Set connection var ansible_pipelining to False 6770 1727096438.03840: Set connection var ansible_module_compression to ZIP_DEFLATED 6770 1727096438.03850: Set connection var ansible_timeout to 10 6770 1727096438.03859: Set connection var ansible_shell_type to sh 6770 1727096438.03869: Set connection var ansible_connection to ssh 6770 1727096438.03886: Set connection var ansible_shell_executable to /bin/sh 6770 1727096438.03917: variable 'ansible_shell_executable' from source: unknown 6770 1727096438.03985: variable 'ansible_connection' from source: unknown 6770 1727096438.03989: variable 'ansible_module_compression' from source: unknown 6770 1727096438.03991: variable 'ansible_shell_type' from source: unknown 6770 1727096438.03996: variable 'ansible_shell_executable' from source: unknown 6770 1727096438.03999: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.04001: variable 'ansible_pipelining' from source: unknown 6770 1727096438.04003: variable 'ansible_timeout' from source: unknown 6770 1727096438.04005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.04075: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6770 1727096438.04098: variable 'omit' from source: magic vars 6770 1727096438.04108: starting attempt loop 6770 1727096438.04115: running the handler 6770 1727096438.04130: handler run complete 6770 1727096438.04143: attempt loop complete, returning result 6770 1727096438.04149: _execute() done 6770 1727096438.04155: dumping result to json 6770 1727096438.04201: done dumping result, returning 6770 1727096438.04204: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [121ff75e-a0f1-9eb4-cf46-00000000000c] 6770 1727096438.04207: sending task result for task 121ff75e-a0f1-9eb4-cf46-00000000000c ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 6770 1727096438.04375: no more pending results, returning what we have 6770 1727096438.04378: results queue empty 6770 1727096438.04380: checking for any_errors_fatal 6770 1727096438.04382: done checking for any_errors_fatal 6770 1727096438.04383: checking for max_fail_percentage 6770 1727096438.04385: done checking for max_fail_percentage 6770 1727096438.04385: checking to see if all hosts have failed and the running result is not ok 6770 1727096438.04386: done checking to see if all hosts have failed 6770 1727096438.04387: getting the remaining hosts for this loop 6770 1727096438.04389: done getting the remaining hosts for this loop 6770 1727096438.04394: getting the next task for host managed_node3 6770 1727096438.04404: done getting next task for host managed_node3 6770 1727096438.04406: ^ task is: TASK: Import test data 6770 1727096438.04409: ^ 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 6770 1727096438.04413: getting variables 6770 1727096438.04415: in VariableManager get_vars() 6770 1727096438.04446: Calling all_inventory to load vars for managed_node3 6770 1727096438.04449: Calling groups_inventory to load vars for managed_node3 6770 1727096438.04453: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096438.04463: Calling all_plugins_play to load vars for managed_node3 6770 1727096438.04466: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096438.04469: Calling groups_plugins_play to load vars for managed_node3 6770 1727096438.04734: done sending task result for task 121ff75e-a0f1-9eb4-cf46-00000000000c 6770 1727096438.04738: WORKER PROCESS EXITING 6770 1727096438.04760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096438.04786: done with get_vars() 6770 1727096438.04797: done getting variables 6770 1727096438.04900: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Monday 23 September 2024 09:00:38 -0400 (0:00:00.064) 0:00:00.085 ****** 6770 1727096438.04932: entering _queue_task() for managed_node3/include_vars 6770 1727096438.04934: Creating lock for include_vars 6770 1727096438.05176: worker is 1 (out of 1 available) 6770 1727096438.05190: exiting _queue_task() for managed_node3/include_vars 6770 1727096438.05204: done queuing things up, now waiting for results queue to drain 6770 1727096438.05206: waiting for pending results... 6770 1727096438.05421: running TaskExecutor() for managed_node3/TASK: Import test data 6770 1727096438.05541: in run() - task 121ff75e-a0f1-9eb4-cf46-00000000000e 6770 1727096438.05559: variable 'ansible_search_path' from source: unknown 6770 1727096438.05566: variable 'ansible_search_path' from source: unknown 6770 1727096438.05608: calling self._execute() 6770 1727096438.05676: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.05691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.05709: variable 'omit' from source: magic vars 6770 1727096438.06549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6770 1727096438.09358: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6770 1727096438.09435: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6770 1727096438.09478: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6770 1727096438.09526: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6770 1727096438.09555: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6770 1727096438.09644: 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) 6770 1727096438.09681: 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) 6770 1727096438.09715: 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) 6770 1727096438.09837: 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) 6770 1727096438.09841: 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) 6770 1727096438.09950: variable 'lsr_rhc_test_data_file' from source: set_fact 6770 1727096438.10004: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 6770 1727096438.10011: when evaluation is False, skipping this task 6770 1727096438.10018: _execute() done 6770 1727096438.10025: dumping result to json 6770 1727096438.10031: done dumping result, returning 6770 1727096438.10041: done running TaskExecutor() for managed_node3/TASK: Import test data [121ff75e-a0f1-9eb4-cf46-00000000000e] 6770 1727096438.10072: sending task result for task 121ff75e-a0f1-9eb4-cf46-00000000000e 6770 1727096438.10321: done sending task result for task 121ff75e-a0f1-9eb4-cf46-00000000000e 6770 1727096438.10324: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 6770 1727096438.10581: no more pending results, returning what we have 6770 1727096438.10584: results queue empty 6770 1727096438.10585: checking for any_errors_fatal 6770 1727096438.10590: done checking for any_errors_fatal 6770 1727096438.10591: checking for max_fail_percentage 6770 1727096438.10592: done checking for max_fail_percentage 6770 1727096438.10595: checking to see if all hosts have failed and the running result is not ok 6770 1727096438.10596: done checking to see if all hosts have failed 6770 1727096438.10597: getting the remaining hosts for this loop 6770 1727096438.10598: done getting the remaining hosts for this loop 6770 1727096438.10601: getting the next task for host managed_node3 6770 1727096438.10607: done getting next task for host managed_node3 6770 1727096438.10609: ^ task is: TASK: Get facts for external test data 6770 1727096438.10612: ^ 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 6770 1727096438.10616: getting variables 6770 1727096438.10617: in VariableManager get_vars() 6770 1727096438.10642: Calling all_inventory to load vars for managed_node3 6770 1727096438.10645: Calling groups_inventory to load vars for managed_node3 6770 1727096438.10648: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096438.10657: Calling all_plugins_play to load vars for managed_node3 6770 1727096438.10659: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096438.10662: Calling groups_plugins_play to load vars for managed_node3 6770 1727096438.10732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096438.10757: done with get_vars() 6770 1727096438.10766: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Monday 23 September 2024 09:00:38 -0400 (0:00:00.059) 0:00:00.144 ****** 6770 1727096438.10858: entering _queue_task() for managed_node3/setup 6770 1727096438.11301: worker is 1 (out of 1 available) 6770 1727096438.11307: exiting _queue_task() for managed_node3/setup 6770 1727096438.11316: done queuing things up, now waiting for results queue to drain 6770 1727096438.11317: waiting for pending results... 6770 1727096438.11338: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 6770 1727096438.11542: in run() - task 121ff75e-a0f1-9eb4-cf46-00000000000f 6770 1727096438.11546: variable 'ansible_search_path' from source: unknown 6770 1727096438.11549: variable 'ansible_search_path' from source: unknown 6770 1727096438.11572: calling self._execute() 6770 1727096438.11778: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.11784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.11787: variable 'omit' from source: magic vars 6770 1727096438.12545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6770 1727096438.17024: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6770 1727096438.17099: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6770 1727096438.17185: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6770 1727096438.17188: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6770 1727096438.17224: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6770 1727096438.17311: 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) 6770 1727096438.17348: 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) 6770 1727096438.17448: 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) 6770 1727096438.17452: 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) 6770 1727096438.17475: 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) 6770 1727096438.17605: variable 'lsr_rhc_test_data_file' from source: set_fact 6770 1727096438.17682: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 6770 1727096438.17686: when evaluation is False, skipping this task 6770 1727096438.17688: _execute() done 6770 1727096438.17690: dumping result to json 6770 1727096438.17695: done dumping result, returning 6770 1727096438.17697: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [121ff75e-a0f1-9eb4-cf46-00000000000f] 6770 1727096438.17700: sending task result for task 121ff75e-a0f1-9eb4-cf46-00000000000f skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 6770 1727096438.17859: no more pending results, returning what we have 6770 1727096438.17863: results queue empty 6770 1727096438.17864: checking for any_errors_fatal 6770 1727096438.17874: done checking for any_errors_fatal 6770 1727096438.17875: checking for max_fail_percentage 6770 1727096438.17877: done checking for max_fail_percentage 6770 1727096438.17878: checking to see if all hosts have failed and the running result is not ok 6770 1727096438.17880: done checking to see if all hosts have failed 6770 1727096438.17881: getting the remaining hosts for this loop 6770 1727096438.17883: done getting the remaining hosts for this loop 6770 1727096438.17887: getting the next task for host managed_node3 6770 1727096438.17899: done getting next task for host managed_node3 6770 1727096438.17901: ^ task is: TASK: Set local lsr_rhc_test_data 6770 1727096438.17905: ^ 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 6770 1727096438.17908: getting variables 6770 1727096438.17910: in VariableManager get_vars() 6770 1727096438.17946: Calling all_inventory to load vars for managed_node3 6770 1727096438.17949: Calling groups_inventory to load vars for managed_node3 6770 1727096438.17953: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096438.17969: Calling all_plugins_play to load vars for managed_node3 6770 1727096438.17972: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096438.17976: Calling groups_plugins_play to load vars for managed_node3 6770 1727096438.18238: done sending task result for task 121ff75e-a0f1-9eb4-cf46-00000000000f 6770 1727096438.18241: WORKER PROCESS EXITING 6770 1727096438.18413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096438.18652: done with get_vars() 6770 1727096438.18660: done getting variables 6770 1727096438.18840: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Monday 23 September 2024 09:00:38 -0400 (0:00:00.080) 0:00:00.224 ****** 6770 1727096438.18872: entering _queue_task() for managed_node3/include_vars 6770 1727096438.19314: worker is 1 (out of 1 available) 6770 1727096438.19350: exiting _queue_task() for managed_node3/include_vars 6770 1727096438.19361: done queuing things up, now waiting for results queue to drain 6770 1727096438.19362: waiting for pending results... 6770 1727096438.19574: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 6770 1727096438.19696: in run() - task 121ff75e-a0f1-9eb4-cf46-000000000011 6770 1727096438.19767: variable 'ansible_search_path' from source: unknown 6770 1727096438.19808: variable 'ansible_search_path' from source: unknown 6770 1727096438.19988: calling self._execute() 6770 1727096438.19992: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.19997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.20000: variable 'omit' from source: magic vars 6770 1727096438.20807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6770 1727096438.23616: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6770 1727096438.23727: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6770 1727096438.23770: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6770 1727096438.23889: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6770 1727096438.24005: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6770 1727096438.24087: 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) 6770 1727096438.24129: 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) 6770 1727096438.24192: 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) 6770 1727096438.24245: 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) 6770 1727096438.24264: 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) 6770 1727096438.24575: variable 'lsr_rhc_test_data_file' from source: set_fact 6770 1727096438.24582: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 6770 1727096438.24585: variable 'omit' from source: magic vars 6770 1727096438.24587: variable 'omit' from source: magic vars 6770 1727096438.24753: variable 'omit' from source: magic vars 6770 1727096438.24791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6770 1727096438.24927: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6770 1727096438.24965: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6770 1727096438.25056: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6770 1727096438.25059: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6770 1727096438.25062: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 6770 1727096438.25091: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 6770 1727096438.25284: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6770 1727096438.25288: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.25290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.25295: Set connection var ansible_pipelining to False 6770 1727096438.25336: Set connection var ansible_module_compression to ZIP_DEFLATED 6770 1727096438.25346: Set connection var ansible_timeout to 10 6770 1727096438.25356: Set connection var ansible_shell_type to sh 6770 1727096438.25362: Set connection var ansible_connection to ssh 6770 1727096438.25373: Set connection var ansible_shell_executable to /bin/sh 6770 1727096438.25407: variable 'ansible_shell_executable' from source: unknown 6770 1727096438.25419: variable 'ansible_connection' from source: unknown 6770 1727096438.25426: variable 'ansible_module_compression' from source: unknown 6770 1727096438.25433: variable 'ansible_shell_type' from source: unknown 6770 1727096438.25440: variable 'ansible_shell_executable' from source: unknown 6770 1727096438.25446: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.25485: variable 'ansible_pipelining' from source: unknown 6770 1727096438.25488: variable 'ansible_timeout' from source: unknown 6770 1727096438.25495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.25632: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6770 1727096438.25635: variable 'omit' from source: magic vars 6770 1727096438.25638: starting attempt loop 6770 1727096438.25640: running the handler 6770 1727096438.25648: evaluation_path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 6770 1727096438.25673: search_path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 6770 1727096438.26207: handler run complete 6770 1727096438.26210: attempt loop complete, returning result 6770 1727096438.26212: _execute() done 6770 1727096438.26215: dumping result to json 6770 1727096438.26218: done dumping result, returning 6770 1727096438.26220: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [121ff75e-a0f1-9eb4-cf46-000000000011] 6770 1727096438.26222: sending task result for task 121ff75e-a0f1-9eb4-cf46-000000000011 6770 1727096438.26598: done sending task result for task 121ff75e-a0f1-9eb4-cf46-000000000011 6770 1727096438.26601: 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-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 6770 1727096438.26763: no more pending results, returning what we have 6770 1727096438.26767: results queue empty 6770 1727096438.26768: checking for any_errors_fatal 6770 1727096438.26773: done checking for any_errors_fatal 6770 1727096438.26774: checking for max_fail_percentage 6770 1727096438.26775: done checking for max_fail_percentage 6770 1727096438.26776: checking to see if all hosts have failed and the running result is not ok 6770 1727096438.26777: done checking to see if all hosts have failed 6770 1727096438.26777: getting the remaining hosts for this loop 6770 1727096438.26781: done getting the remaining hosts for this loop 6770 1727096438.26784: getting the next task for host managed_node3 6770 1727096438.26797: done getting next task for host managed_node3 6770 1727096438.26799: ^ task is: TASK: Check if system is ostree 6770 1727096438.26806: ^ 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 6770 1727096438.26810: getting variables 6770 1727096438.26815: in VariableManager get_vars() 6770 1727096438.26845: Calling all_inventory to load vars for managed_node3 6770 1727096438.26848: Calling groups_inventory to load vars for managed_node3 6770 1727096438.26851: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096438.26861: Calling all_plugins_play to load vars for managed_node3 6770 1727096438.26864: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096438.26868: Calling groups_plugins_play to load vars for managed_node3 6770 1727096438.27082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096438.27111: done with get_vars() 6770 1727096438.27120: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Monday 23 September 2024 09:00:38 -0400 (0:00:00.083) 0:00:00.308 ****** 6770 1727096438.27244: entering _queue_task() for managed_node3/stat 6770 1727096438.27737: worker is 1 (out of 1 available) 6770 1727096438.27748: exiting _queue_task() for managed_node3/stat 6770 1727096438.27758: done queuing things up, now waiting for results queue to drain 6770 1727096438.27759: waiting for pending results... 6770 1727096438.28014: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 6770 1727096438.28136: in run() - task 121ff75e-a0f1-9eb4-cf46-000000000013 6770 1727096438.28156: variable 'ansible_search_path' from source: unknown 6770 1727096438.28164: variable 'ansible_search_path' from source: unknown 6770 1727096438.28206: calling self._execute() 6770 1727096438.28385: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.28388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.28390: variable 'omit' from source: magic vars 6770 1727096438.28771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6770 1727096438.29181: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6770 1727096438.29299: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6770 1727096438.29336: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6770 1727096438.29372: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6770 1727096438.29517: 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) 6770 1727096438.29520: 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) 6770 1727096438.29524: 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) 6770 1727096438.29553: 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) 6770 1727096438.29678: Evaluated conditional (not __rhc_is_ostree is defined): True 6770 1727096438.29690: variable 'omit' from source: magic vars 6770 1727096438.29757: variable 'omit' from source: magic vars 6770 1727096438.29803: variable 'omit' from source: magic vars 6770 1727096438.29832: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6770 1727096438.29867: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6770 1727096438.29892: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6770 1727096438.29950: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6770 1727096438.29953: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6770 1727096438.29956: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 6770 1727096438.29970: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 6770 1727096438.30006: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6770 1727096438.30015: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.30022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.30167: Set connection var ansible_pipelining to False 6770 1727096438.30170: Set connection var ansible_module_compression to ZIP_DEFLATED 6770 1727096438.30173: Set connection var ansible_timeout to 10 6770 1727096438.30175: Set connection var ansible_shell_type to sh 6770 1727096438.30176: Set connection var ansible_connection to ssh 6770 1727096438.30187: Set connection var ansible_shell_executable to /bin/sh 6770 1727096438.30217: variable 'ansible_shell_executable' from source: unknown 6770 1727096438.30227: variable 'ansible_connection' from source: unknown 6770 1727096438.30276: variable 'ansible_module_compression' from source: unknown 6770 1727096438.30280: variable 'ansible_shell_type' from source: unknown 6770 1727096438.30283: variable 'ansible_shell_executable' from source: unknown 6770 1727096438.30285: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096438.30287: variable 'ansible_pipelining' from source: unknown 6770 1727096438.30289: variable 'ansible_timeout' from source: unknown 6770 1727096438.30291: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096438.30415: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6770 1727096438.30428: variable 'omit' from source: magic vars 6770 1727096438.30437: starting attempt loop 6770 1727096438.30484: running the handler 6770 1727096438.30488: _low_level_execute_command(): starting 6770 1727096438.30491: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6770 1727096438.31199: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6770 1727096438.31216: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6770 1727096438.31233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6770 1727096438.31255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6770 1727096438.31361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK <<< 6770 1727096438.31390: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6770 1727096438.31519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6770 1727096438.33227: stdout chunk (state=3): >>>/root <<< 6770 1727096438.33370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6770 1727096438.33388: stdout chunk (state=3): >>><<< 6770 1727096438.33401: stderr chunk (state=3): >>><<< 6770 1727096438.33534: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6770 1727096438.33545: _low_level_execute_command(): starting 6770 1727096438.33548: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664 `" && echo ansible-tmp-1727096438.3343704-6800-91172801761664="` echo /root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664 `" ) && sleep 0' 6770 1727096438.34156: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6770 1727096438.34170: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6770 1727096438.34189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6770 1727096438.34210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6770 1727096438.34242: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 <<< 6770 1727096438.34255: stderr chunk (state=3): >>>debug2: match not found <<< 6770 1727096438.34269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.34349: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.34403: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK <<< 6770 1727096438.34427: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6770 1727096438.34556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6770 1727096438.36499: stdout chunk (state=3): >>>ansible-tmp-1727096438.3343704-6800-91172801761664=/root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664 <<< 6770 1727096438.36638: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6770 1727096438.36658: stderr chunk (state=3): >>><<< 6770 1727096438.36673: stdout chunk (state=3): >>><<< 6770 1727096438.36691: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096438.3343704-6800-91172801761664=/root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664 , stderr=OpenSSH_9.8p1, 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6770 1727096438.36863: variable 'ansible_module_compression' from source: unknown 6770 1727096438.36866: ANSIBALLZ: Using lock for stat 6770 1727096438.36868: ANSIBALLZ: Acquiring lock 6770 1727096438.36869: ANSIBALLZ: Lock acquired: 140234952978800 6770 1727096438.36871: ANSIBALLZ: Creating module 6770 1727096438.49707: ANSIBALLZ: Writing module into payload 6770 1727096438.49816: ANSIBALLZ: Writing module 6770 1727096438.49829: ANSIBALLZ: Renaming module 6770 1727096438.49832: ANSIBALLZ: Done creating module 6770 1727096438.49852: variable 'ansible_facts' from source: unknown 6770 1727096438.49876: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6770 1727096438.49878: _low_level_execute_command(): starting 6770 1727096438.49904: _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' 6770 1727096438.50339: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6770 1727096438.50342: 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.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.50345: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6770 1727096438.50347: 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.43.142 originally 10.31.43.142 debug2: match found <<< 6770 1727096438.50349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.50399: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6770 1727096438.50402: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6770 1727096438.50408: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6770 1727096438.50503: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 6770 1727096438.52670: stdout chunk (state=3): >>>PLATFORM <<< 6770 1727096438.52739: stdout chunk (state=3): >>>Linux FOUND <<< 6770 1727096438.52788: stdout chunk (state=3): >>>/usr/bin/python3.12 /usr/bin/python3 <<< 6770 1727096438.52817: stdout chunk (state=3): >>>/usr/bin/python3 ENDFOUND <<< 6770 1727096438.52871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6770 1727096438.52910: stderr chunk (state=3): >>><<< 6770 1727096438.52913: stdout chunk (state=3): >>><<< 6770 1727096438.52927: _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.8p1, 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 6770 1727096438.52937 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 6770 1727096438.52988: _low_level_execute_command(): starting 6770 1727096438.52991: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 6770 1727096438.53064: Sending initial data 6770 1727096438.53068: Sent initial data (1181 bytes) 6770 1727096438.53765: stderr chunk (state=3): >>>OpenSSH_9.8p1, 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.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.53768: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 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.43.142 originally 10.31.43.142 debug2: match found <<< 6770 1727096438.53822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.53849: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6770 1727096438.53853: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6770 1727096438.53969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 6770 1727096438.57903: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 6770 1727096438.58686: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6770 1727096438.58690: stderr chunk (state=3): >>><<< 6770 1727096438.58693: stdout chunk (state=3): >>><<< 6770 1727096438.58695: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 6770 1727096438.58697: variable 'ansible_facts' from source: unknown 6770 1727096438.58699: variable 'ansible_facts' from source: unknown 6770 1727096438.58701: variable 'ansible_module_compression' from source: unknown 6770 1727096438.58703: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6770dgwr2w45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6770 1727096438.58705: variable 'ansible_facts' from source: unknown 6770 1727096438.58903: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/AnsiballZ_stat.py 6770 1727096438.59166: Sending initial data 6770 1727096438.59263: Sent initial data (150 bytes) 6770 1727096438.60324: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6770 1727096438.60454: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.60597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK <<< 6770 1727096438.60645: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6770 1727096438.60800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6770 1727096438.62381: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6770 1727096438.62414: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6770 1727096438.62532: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6770 1727096438.62625: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6770dgwr2w45/tmp6gyqjdmx /root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/AnsiballZ_stat.py <<< 6770 1727096438.62637: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/AnsiballZ_stat.py" <<< 6770 1727096438.62705: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6770dgwr2w45/tmp6gyqjdmx" to remote "/root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/AnsiballZ_stat.py" <<< 6770 1727096438.64156: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6770 1727096438.64211: stderr chunk (state=3): >>><<< 6770 1727096438.64332: stdout chunk (state=3): >>><<< 6770 1727096438.64335: done transferring module to remote 6770 1727096438.64338: _low_level_execute_command(): starting 6770 1727096438.64349: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/ /root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/AnsiballZ_stat.py && sleep 0' 6770 1727096438.65653: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6770 1727096438.65662: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6770 1727096438.65696: 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.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.65707: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6770 1727096438.65715: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.142 is address <<< 6770 1727096438.65721: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6770 1727096438.65842: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6770 1727096438.65847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6770 1727096438.65868: 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096438.65902: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6770 1727096438.65983: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6770 1727096438.66087: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6770 1727096438.66282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6770 1727096438.68067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6770 1727096438.68169: stderr chunk (state=3): >>><<< 6770 1727096438.68172: stdout chunk (state=3): >>><<< 6770 1727096438.68255: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6770 1727096438.68258: _low_level_execute_command(): starting 6770 1727096438.68263: _low_level_execute_command(): using become for this command 6770 1727096438.68349: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pjffsycstkkpdtyjphvffiwmnbvzupxp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/AnsiballZ_stat.py'"'"' && sleep 0' 6770 1727096438.68573: Initial state: awaiting_escalation: BECOME-SUCCESS-pjffsycstkkpdtyjphvffiwmnbvzupxp 6770 1727096438.69659: stderr chunk (state=1): >>>OpenSSH_9.8p1, 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.43.142 originally 10.31.43.142 debug2: match not found <<< 6770 1727096438.69808: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6770 1727096438.69964: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 6770 1727096438.73500: stdout chunk (state=1): >>>BECOME-SUCCESS-pjffsycstkkpdtyjphvffiwmnbvzupxp <<< 6770 1727096438.73513: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-pjffsycstkkpdtyjphvffiwmnbvzupxp' 6770 1727096438.73977: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 6770 1727096438.74016: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6770 1727096438.74120: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6770 1727096438.74156: stdout chunk (state=3): >>>import 'posix' # <<< 6770 1727096438.74195: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6770 1727096438.74232: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 6770 1727096438.74491: stdout chunk (state=3): >>># /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 0x7f262ed683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ed37a10> <<< 6770 1727096438.74516: stdout chunk (state=3): >>># /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 0x7f262ed6a960> import '_signal' # import '_abc' # <<< 6770 1727096438.74543: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 6770 1727096438.74727: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6770 1727096438.74783: stdout chunk (state=3): >>>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' <<< 6770 1727096438.74798: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb1cfe0> <<< 6770 1727096438.74845: 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 # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.74886: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb1de20> import 'site' # <<< 6770 1727096438.74927: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 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. <<< 6770 1727096438.75138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6770 1727096438.75173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6770 1727096438.75176: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6770 1727096438.75199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.75250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6770 1727096438.75276: stdout chunk (state=3): >>># 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 <<< 6770 1727096438.75305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6770 1727096438.75310: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb5bd10> <<< 6770 1727096438.75370: stdout chunk (state=3): >>># /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' <<< 6770 1727096438.75374: stdout chunk (state=3): >>>import '_operator' # <<< 6770 1727096438.75376: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb5bf20> <<< 6770 1727096438.75421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6770 1727096438.75424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6770 1727096438.75427: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6770 1727096438.75494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.75509: stdout chunk (state=3): >>>import 'itertools' # <<< 6770 1727096438.75526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb93680> <<< 6770 1727096438.75553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6770 1727096438.75557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6770 1727096438.75796: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb93d10> <<< 6770 1727096438.75822: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb739b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb710d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb58ec0> <<< 6770 1727096438.75831: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6770 1727096438.75875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 6770 1727096438.76078: stdout chunk (state=3): >>># /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 0x7f262ebb35f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebb2210> # /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 0x7f262eb71f70> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebb0a70> <<< 6770 1727096438.76119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6770 1727096438.76197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebe8680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb58140> # /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 0x7f262ebe8b30> <<< 6770 1727096438.76213: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebe89e0> <<< 6770 1727096438.76241: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6770 1727096438.76266: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262ebe8dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb56c60> <<< 6770 1727096438.76315: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6770 1727096438.76319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.76351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6770 1727096438.76398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6770 1727096438.76424: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebe9490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebe9190> <<< 6770 1727096438.76439: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6770 1727096438.76474: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6770 1727096438.76527: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebea360> import 'importlib.util' # <<< 6770 1727096438.76542: stdout chunk (state=3): >>>import 'runpy' # <<< 6770 1727096438.76574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6770 1727096438.76617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6770 1727096438.76663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6770 1727096438.76669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 6770 1727096438.76676: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ec00590> <<< 6770 1727096438.76697: stdout chunk (state=3): >>>import 'errno' # <<< 6770 1727096438.76783: stdout chunk (state=3): >>># 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 0x7f262ec01ca0> # /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' <<< 6770 1727096438.76831: stdout chunk (state=3): >>># /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'<<< 6770 1727096438.76850: stdout chunk (state=3): >>> import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ec02b40> <<< 6770 1727096438.76894: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6770 1727096438.76957: 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 0x7f262ec031a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ec02090> # /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' <<< 6770 1727096438.77022: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 6770 1727096438.77028: stdout chunk (state=3): >>> <<< 6770 1727096438.77056: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262ec03c20><<< 6770 1727096438.77061: stdout chunk (state=3): >>> <<< 6770 1727096438.77093: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ec03350><<< 6770 1727096438.77100: stdout chunk (state=3): >>> <<< 6770 1727096438.77164: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebea3c0><<< 6770 1727096438.77215: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 6770 1727096438.77225: stdout chunk (state=3): >>> <<< 6770 1727096438.77257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 6770 1727096438.77268: stdout chunk (state=3): >>> <<< 6770 1727096438.77295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py<<< 6770 1727096438.77340: stdout chunk (state=3): >>> <<< 6770 1727096438.77343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'<<< 6770 1727096438.77364: stdout chunk (state=3): >>> <<< 6770 1727096438.77388: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 6770 1727096438.77440: stdout chunk (state=3): >>> # 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 0x7f262e97faa0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py<<< 6770 1727096438.77693: stdout chunk (state=3): >>> # 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 0x7f262e9a85f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9a8350> # 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 0x7f262e9a8620> # /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' <<< 6770 1727096438.77974: 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 0x7f262e9a8f50> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 6770 1727096438.77998: stdout chunk (state=3): >>> <<< 6770 1727096438.78002: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 6770 1727096438.78026: stdout chunk (state=3): >>> <<< 6770 1727096438.78029: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e9a9910> <<< 6770 1727096438.78035: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9a8800><<< 6770 1727096438.78056: stdout chunk (state=3): >>> <<< 6770 1727096438.78088: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e97dc70> <<< 6770 1727096438.78131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6770 1727096438.78170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6770 1727096438.78215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6770 1727096438.78242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'<<< 6770 1727096438.78262: stdout chunk (state=3): >>> <<< 6770 1727096438.78296: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9aacc0> <<< 6770 1727096438.78313: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9a97c0><<< 6770 1727096438.78335: stdout chunk (state=3): >>> <<< 6770 1727096438.78354: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebeaab0><<< 6770 1727096438.78391: stdout chunk (state=3): >>> <<< 6770 1727096438.78417: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 6770 1727096438.78507: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.78549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6770 1727096438.78621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6770 1727096438.78662: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9cf020> <<< 6770 1727096438.78790: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6770 1727096438.78810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.78870: stdout chunk (state=3): >>># /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' <<< 6770 1727096438.78927: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9f7380><<< 6770 1727096438.78977: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py<<< 6770 1727096438.78982: stdout chunk (state=3): >>> <<< 6770 1727096438.79046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 6770 1727096438.79051: stdout chunk (state=3): >>> <<< 6770 1727096438.79135: stdout chunk (state=3): >>>import 'ntpath' # <<< 6770 1727096438.79155: stdout chunk (state=3): >>> <<< 6770 1727096438.79189: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ea580e0><<< 6770 1727096438.79225: stdout chunk (state=3): >>> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py<<< 6770 1727096438.79235: stdout chunk (state=3): >>> <<< 6770 1727096438.79278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6770 1727096438.79323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6770 1727096438.79400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6770 1727096438.79644: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ea5a840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ea58200> <<< 6770 1727096438.79712: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ea25100><<< 6770 1727096438.79714: stdout chunk (state=3): >>> <<< 6770 1727096438.79756: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6770 1727096438.79778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'<<< 6770 1727096438.79784: stdout chunk (state=3): >>> <<< 6770 1727096438.79800: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e32d1f0> <<< 6770 1727096438.79836: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9f6180><<< 6770 1727096438.79839: stdout chunk (state=3): >>> <<< 6770 1727096438.79856: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9abbf0> <<< 6770 1727096438.80032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 6770 1727096438.80040: stdout chunk (state=3): >>> <<< 6770 1727096438.80073: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f262e9f6780><<< 6770 1727096438.80084: stdout chunk (state=3): >>> <<< 6770 1727096438.80255: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_312zawes/ansible_stat_payload.zip' # zipimport: zlib available<<< 6770 1727096438.80377: stdout chunk (state=3): >>> <<< 6770 1727096438.80490: stdout chunk (state=3): >>># zipimport: zlib available<<< 6770 1727096438.80532: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6770 1727096438.80562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6770 1727096438.80632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6770 1727096438.80749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 6770 1727096438.80753: stdout chunk (state=3): >>> <<< 6770 1727096438.80798: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 6770 1727096438.80818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 6770 1727096438.80865: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e37eea0> import '_typing' # <<< 6770 1727096438.80870: stdout chunk (state=3): >>> <<< 6770 1727096438.81155: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e35dd90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e35cf20><<< 6770 1727096438.81173: stdout chunk (state=3): >>> # zipimport: zlib available<<< 6770 1727096438.81226: stdout chunk (state=3): >>> <<< 6770 1727096438.81242: stdout chunk (state=3): >>>import 'ansible' # <<< 6770 1727096438.81268: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.81317: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6770 1727096438.81340: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6770 1727096438.81374: stdout chunk (state=3): >>> # zipimport: zlib available<<< 6770 1727096438.81400: stdout chunk (state=3): >>> <<< 6770 1727096438.83294: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.84903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6770 1727096438.84920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 6770 1727096438.84932: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e37cd40> <<< 6770 1727096438.84970: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6770 1727096438.84997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.85047: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6770 1727096438.85050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6770 1727096438.85097: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6770 1727096438.85117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6770 1727096438.85137: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6770 1727096438.85218: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e3aa870> <<< 6770 1727096438.85296: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3aa600> <<< 6770 1727096438.85346: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3a9f10> # /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' <<< 6770 1727096438.85385: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3aa3f0> <<< 6770 1727096438.85430: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e37f8c0> import 'atexit' # <<< 6770 1727096438.85481: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e3ab5c0> <<< 6770 1727096438.85494: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e3ab800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6770 1727096438.85549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6770 1727096438.85562: stdout chunk (state=3): >>>import '_locale' # <<< 6770 1727096438.85618: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3abd40> <<< 6770 1727096438.85626: stdout chunk (state=3): >>>import 'pwd' # <<< 6770 1727096438.85684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6770 1727096438.85687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6770 1727096438.85752: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e211ac0> <<< 6770 1727096438.85776: 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' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e2136b0> <<< 6770 1727096438.86048: stdout chunk (state=3): >>># /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 0x7f262e213f80> # /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 0x7f262e215220> # /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' <<< 6770 1727096438.86145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6770 1727096438.86258: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e217d10> # 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 0x7f262ec029c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e215fd0> # /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' <<< 6770 1727096438.86315: 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' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e21fb30> <<< 6770 1727096438.86329: stdout chunk (state=3): >>>import '_tokenize' # <<< 6770 1727096438.86409: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e21e600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e21e360> <<< 6770 1727096438.86450: stdout chunk (state=3): >>># /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' <<< 6770 1727096438.86510: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e21e8d0> <<< 6770 1727096438.86660: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e2164e0> <<< 6770 1727096438.86673: 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 0x7f262e267e00> # /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 0x7f262e267800> <<< 6770 1727096438.86677: 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 # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6770 1727096438.86718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # 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 0x7f262e269a60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e269820> <<< 6770 1727096438.86740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6770 1727096438.86933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6770 1727096438.86972: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e26bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e26a150> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6770 1727096438.87052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.87103: stdout chunk (state=3): >>># /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 0x7f262e26f5f0> <<< 6770 1727096438.87226: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e26c0e0> <<< 6770 1727096438.87322: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e270770> # 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 0x7f262e2708c0> <<< 6770 1727096438.87421: 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 0x7f262e2707a0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e268170> # /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' <<< 6770 1727096438.87478: stdout chunk (state=3): >>># /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 0x7f262e273fe0> <<< 6770 1727096438.87656: 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 0x7f262e2f8d70> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e2727b0> <<< 6770 1727096438.87714: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e273b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e2723f0> # zipimport: zlib available <<< 6770 1727096438.87717: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6770 1727096438.87718: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.87827: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.88097: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6770 1727096438.88104: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.88145: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.88337: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.89229: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.90147: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6770 1727096438.90161: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6770 1727096438.90209: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6770 1727096438.90215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.90347: 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 0x7f262e100fb0> <<< 6770 1727096438.90414: 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' <<< 6770 1727096438.90429: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e101d60> <<< 6770 1727096438.90483: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e2f8f20> <<< 6770 1727096438.90506: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 6770 1727096438.90576: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 6770 1727096438.90581: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.90738: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.90902: 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' <<< 6770 1727096438.90922: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e101d90> <<< 6770 1727096438.90939: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.91687: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.92149: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.92259: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.92387: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6770 1727096438.92393: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.92444: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.92507: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6770 1727096438.92615: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.92620: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.92750: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6770 1727096438.92801: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6770 1727096438.92806: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 6770 1727096438.92824: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.92946: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 6770 1727096438.93009: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.93372: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.93765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6770 1727096438.93863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 6770 1727096438.93968: stdout chunk (state=3): >>> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e102e70><<< 6770 1727096438.94085: stdout chunk (state=3): >>> <<< 6770 1727096438.94096: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.94108: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.94223: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6770 1727096438.94390: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 6770 1727096438.94415: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.94461: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.94530: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.94618: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.94729: 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 <<< 6770 1727096438.94786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.94904: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6770 1727096438.94912: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f262e10da00> <<< 6770 1727096438.95014: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e109130> import 'ansible.module_utils.common.file' # <<< 6770 1727096438.95022: stdout chunk (state=3): >>> import 'ansible.module_utils.common.process' # <<< 6770 1727096438.95144: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6770 1727096438.95235: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.95272: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.95346: 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 <<< 6770 1727096438.95362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6770 1727096438.95396: 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 <<< 6770 1727096438.95453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6770 1727096438.95456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6770 1727096438.95531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6770 1727096438.95561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6770 1727096438.95587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6770 1727096438.95694: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3fa4e0> <<< 6770 1727096438.95774: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3ee1b0> <<< 6770 1727096438.95857: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e10dbe0> <<< 6770 1727096438.95871: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e102ba0> # destroy ansible.module_utils.distro <<< 6770 1727096438.95878: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 6770 1727096438.95942: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.95947: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.95988: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6770 1727096438.95993: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6770 1727096438.96078: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6770 1727096438.96099: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.96151: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available<<< 6770 1727096438.96159: stdout chunk (state=3): >>> <<< 6770 1727096438.96478: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.96653: stdout chunk (state=3): >>># zipimport: zlib available <<< 6770 1727096438.96884: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 6770 1727096438.97332: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6770 1727096438.97336: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path <<< 6770 1727096438.97392: stdout chunk (state=3): >>># 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<<< 6770 1727096438.97427: stdout chunk (state=3): >>> # 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 <<< 6770 1727096438.97442: stdout chunk (state=3): >>># 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 <<< 6770 1727096438.97445: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 <<< 6770 1727096438.97449: stdout chunk (state=3): >>># cleanup[2] removing _signal<<< 6770 1727096438.97728: stdout chunk (state=3): >>> # 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 _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # 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 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 <<< 6770 1727096438.97977: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6770 1727096438.98004: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util<<< 6770 1727096438.98007: stdout chunk (state=3): >>> <<< 6770 1727096438.98032: stdout chunk (state=3): >>># destroy _bz2 <<< 6770 1727096438.98039: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 6770 1727096438.98064: stdout chunk (state=3): >>># destroy _blake2 <<< 6770 1727096438.98082: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib<<< 6770 1727096438.98089: stdout chunk (state=3): >>> # destroy bz2 # destroy lzma <<< 6770 1727096438.98107: stdout chunk (state=3): >>># destroy zipfile._path <<< 6770 1727096438.98125: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 6770 1727096438.98196: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress # destroy ntpath<<< 6770 1727096438.98201: stdout chunk (state=3): >>> <<< 6770 1727096438.98219: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 6770 1727096438.98240: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 6770 1727096438.98269: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 6770 1727096438.98312: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 6770 1727096438.98324: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal<<< 6770 1727096438.98524: stdout chunk (state=3): >>> # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # 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 <<< 6770 1727096438.98529: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 6770 1727096438.98554: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 6770 1727096438.98583: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 6770 1727096438.98626: 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 <<< 6770 1727096438.98664: stdout chunk (state=3): >>># 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 <<< 6770 1727096438.98698: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc<<< 6770 1727096438.98715: stdout chunk (state=3): >>> # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal<<< 6770 1727096438.98736: stdout chunk (state=3): >>> # 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 <<< 6770 1727096438.98773: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 6770 1727096438.98959: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring<<< 6770 1727096438.98970: stdout chunk (state=3): >>> <<< 6770 1727096438.98974: stdout chunk (state=3): >>># destroy _socket <<< 6770 1727096438.99002: stdout chunk (state=3): >>># destroy _collections <<< 6770 1727096438.99055: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 6770 1727096438.99286: stdout chunk (state=3): >>># destroy tokenize <<< 6770 1727096438.99295: stdout chunk (state=3): >>># 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 <<< 6770 1727096438.99310: stdout chunk (state=3): >>># destroy _hashlib <<< 6770 1727096438.99328: stdout chunk (state=3): >>># destroy _operator <<< 6770 1727096438.99351: stdout chunk (state=3): >>># destroy _string # destroy re <<< 6770 1727096438.99357: stdout chunk (state=3): >>># destroy itertools<<< 6770 1727096438.99375: stdout chunk (state=3): >>> # destroy _abc<<< 6770 1727096438.99402: stdout chunk (state=3): >>> # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 6770 1727096438.99425: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks<<< 6770 1727096438.99575: stdout chunk (state=3): >>> <<< 6770 1727096439.00218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.43.142 closed. <<< 6770 1727096439.00254: stderr chunk (state=3): >>><<< 6770 1727096439.00257: stdout chunk (state=3): >>><<< 6770 1727096439.00340: _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 0x7f262ed683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ed37a10> # /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 0x7f262ed6a960> 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 0x7f262eb1cfe0> # /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 0x7f262eb1de20> import 'site' # Python 3.12.5 (main, Aug 23 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 0x7f262eb5bd10> # /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 0x7f262eb5bf20> # /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 0x7f262eb93680> # /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 0x7f262eb93d10> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb739b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb710d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb58ec0> # /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 0x7f262ebb35f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebb2210> # /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 0x7f262eb71f70> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebb0a70> # /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 0x7f262ebe8680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb58140> # /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 0x7f262ebe8b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebe89e0> # 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 0x7f262ebe8dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262eb56c60> # /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 0x7f262ebe9490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebe9190> 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 0x7f262ebea360> 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 0x7f262ec00590> 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 0x7f262ec01ca0> # /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 0x7f262ec02b40> # 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 0x7f262ec031a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ec02090> # /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 0x7f262ec03c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ec03350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebea3c0> # /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 0x7f262e97faa0> # /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 0x7f262e9a85f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9a8350> # 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 0x7f262e9a8620> # /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 0x7f262e9a8f50> # 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 0x7f262e9a9910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9a8800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e97dc70> # /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 0x7f262e9aacc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9a97c0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ebeaab0> # /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 0x7f262e9cf020> # /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 0x7f262e9f7380> # /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 0x7f262ea580e0> # /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 0x7f262ea5a840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ea58200> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262ea25100> # /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 0x7f262e32d1f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9f6180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e9abbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f262e9f6780> # zipimport: found 30 names in '/tmp/ansible_stat_payload_312zawes/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 0x7f262e37eea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e35dd90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e35cf20> # 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 0x7f262e37cd40> # /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 0x7f262e3aa870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3aa600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3a9f10> # /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 0x7f262e3aa3f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e37f8c0> 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 0x7f262e3ab5c0> # 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 0x7f262e3ab800> # /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 0x7f262e3abd40> 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 0x7f262e211ac0> # 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 0x7f262e2136b0> # /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 0x7f262e213f80> # /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 0x7f262e215220> # /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 0x7f262e217d10> # 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 0x7f262ec029c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e215fd0> # /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 0x7f262e21fb30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e21e600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e21e360> # /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 0x7f262e21e8d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e2164e0> # 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 0x7f262e267e00> # /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 0x7f262e267800> # /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 0x7f262e269a60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e269820> # /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 0x7f262e26bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e26a150> # /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 0x7f262e26f5f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e26c0e0> # 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 0x7f262e270770> # 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 0x7f262e2708c0> # 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 0x7f262e2707a0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e268170> # /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 0x7f262e273fe0> # 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 0x7f262e2f8d70> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e2727b0> # 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 0x7f262e273b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e2723f0> # 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 0x7f262e100fb0> # /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 0x7f262e101d60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e2f8f20> 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 0x7f262e101d90> # 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 0x7f262e102e70> # 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' # # 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 0x7f262e10da00> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e109130> 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 0x7f262e3fa4e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e3ee1b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e10dbe0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f262e102ba0> # 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 _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # 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 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 _blake2 # 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 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 _hashlib # 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 _hashlib # destroy _operator # 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.8p1, 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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.43.142 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 _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # 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 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 _blake2 # 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 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 _hashlib # 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 _hashlib # destroy _operator # 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. 6770 1727096439.01070: 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-1727096438.3343704-6800-91172801761664/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6770 1727096439.01073: _low_level_execute_command(): starting 6770 1727096439.01076: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096438.3343704-6800-91172801761664/ > /dev/null 2>&1 && sleep 0' 6770 1727096439.01274: stderr chunk (state=2): >>>OpenSSH_9.8p1, 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6770 1727096439.01318: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6770 1727096439.01326: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6770 1727096439.01328: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6770 1727096439.01414: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6770 1727096439.04042: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6770 1727096439.04061: stderr chunk (state=3): >>><<< 6770 1727096439.04064: stdout chunk (state=3): >>><<< 6770 1727096439.04248: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6770 1727096439.04263: handler run complete 6770 1727096439.04266: variable 'ansible_facts' from source: unknown 6770 1727096439.04269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096439.04272: variable 'ansible_facts' from source: unknown 6770 1727096439.04280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096439.04284: attempt loop complete, returning result 6770 1727096439.04287: _execute() done 6770 1727096439.04289: dumping result to json 6770 1727096439.04294: done dumping result, returning 6770 1727096439.04297: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [121ff75e-a0f1-9eb4-cf46-000000000013] 6770 1727096439.04299: sending task result for task 121ff75e-a0f1-9eb4-cf46-000000000013 6770 1727096439.04402: done sending task result for task 121ff75e-a0f1-9eb4-cf46-000000000013 6770 1727096439.04405: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 6770 1727096439.04497: no more pending results, returning what we have 6770 1727096439.04500: results queue empty 6770 1727096439.04501: checking for any_errors_fatal 6770 1727096439.04506: done checking for any_errors_fatal 6770 1727096439.04506: checking for max_fail_percentage 6770 1727096439.04508: done checking for max_fail_percentage 6770 1727096439.04509: checking to see if all hosts have failed and the running result is not ok 6770 1727096439.04510: done checking to see if all hosts have failed 6770 1727096439.04510: getting the remaining hosts for this loop 6770 1727096439.04512: done getting the remaining hosts for this loop 6770 1727096439.04515: getting the next task for host managed_node3 6770 1727096439.04521: done getting next task for host managed_node3 6770 1727096439.04524: ^ task is: TASK: Set flag to indicate system is ostree 6770 1727096439.04527: ^ 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 6770 1727096439.04530: getting variables 6770 1727096439.04531: in VariableManager get_vars() 6770 1727096439.04560: Calling all_inventory to load vars for managed_node3 6770 1727096439.04563: Calling groups_inventory to load vars for managed_node3 6770 1727096439.04566: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096439.04577: Calling all_plugins_play to load vars for managed_node3 6770 1727096439.04581: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096439.04584: Calling groups_plugins_play to load vars for managed_node3 6770 1727096439.04622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096439.04646: done with get_vars() 6770 1727096439.04654: done getting variables 6770 1727096439.04720: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Monday 23 September 2024 09:00:39 -0400 (0:00:00.775) 0:00:01.083 ****** 6770 1727096439.04755: entering _queue_task() for managed_node3/set_fact 6770 1727096439.04969: worker is 1 (out of 1 available) 6770 1727096439.04981: exiting _queue_task() for managed_node3/set_fact 6770 1727096439.04992: done queuing things up, now waiting for results queue to drain 6770 1727096439.04993: waiting for pending results... 6770 1727096439.05301: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 6770 1727096439.05393: in run() - task 121ff75e-a0f1-9eb4-cf46-000000000014 6770 1727096439.05404: variable 'ansible_search_path' from source: unknown 6770 1727096439.05408: variable 'ansible_search_path' from source: unknown 6770 1727096439.05451: calling self._execute() 6770 1727096439.05518: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096439.05524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096439.05536: variable 'omit' from source: magic vars 6770 1727096439.05989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6770 1727096439.06235: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6770 1727096439.06264: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6770 1727096439.06307: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6770 1727096439.06336: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6770 1727096439.06418: 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) 6770 1727096439.06436: 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) 6770 1727096439.06454: 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) 6770 1727096439.06471: 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) 6770 1727096439.06563: Evaluated conditional (not __rhc_is_ostree is defined): True 6770 1727096439.06590: variable 'omit' from source: magic vars 6770 1727096439.06638: variable 'omit' from source: magic vars 6770 1727096439.06734: variable '__ostree_booted_stat' from source: set_fact 6770 1727096439.06774: variable 'omit' from source: magic vars 6770 1727096439.06820: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6770 1727096439.06831: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6770 1727096439.06846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6770 1727096439.06859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6770 1727096439.06867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6770 1727096439.06881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 6770 1727096439.06901: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 6770 1727096439.06922: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6770 1727096439.06925: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096439.06927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096439.07007: Set connection var ansible_pipelining to False 6770 1727096439.07010: Set connection var ansible_module_compression to ZIP_DEFLATED 6770 1727096439.07016: Set connection var ansible_timeout to 10 6770 1727096439.07021: Set connection var ansible_shell_type to sh 6770 1727096439.07024: Set connection var ansible_connection to ssh 6770 1727096439.07030: Set connection var ansible_shell_executable to /bin/sh 6770 1727096439.07051: variable 'ansible_shell_executable' from source: unknown 6770 1727096439.07055: variable 'ansible_connection' from source: unknown 6770 1727096439.07062: variable 'ansible_module_compression' from source: unknown 6770 1727096439.07064: variable 'ansible_shell_type' from source: unknown 6770 1727096439.07066: variable 'ansible_shell_executable' from source: unknown 6770 1727096439.07069: variable 'ansible_host' from source: host vars for 'managed_node3' 6770 1727096439.07071: variable 'ansible_pipelining' from source: unknown 6770 1727096439.07074: variable 'ansible_timeout' from source: unknown 6770 1727096439.07076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6770 1727096439.07203: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6770 1727096439.07207: variable 'omit' from source: magic vars 6770 1727096439.07210: starting attempt loop 6770 1727096439.07214: running the handler 6770 1727096439.07217: handler run complete 6770 1727096439.07220: attempt loop complete, returning result 6770 1727096439.07222: _execute() done 6770 1727096439.07224: dumping result to json 6770 1727096439.07226: done dumping result, returning 6770 1727096439.07230: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [121ff75e-a0f1-9eb4-cf46-000000000014] 6770 1727096439.07232: sending task result for task 121ff75e-a0f1-9eb4-cf46-000000000014 6770 1727096439.07303: done sending task result for task 121ff75e-a0f1-9eb4-cf46-000000000014 6770 1727096439.07306: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 6770 1727096439.07390: no more pending results, returning what we have 6770 1727096439.07395: results queue empty 6770 1727096439.07396: checking for any_errors_fatal 6770 1727096439.07401: done checking for any_errors_fatal 6770 1727096439.07401: checking for max_fail_percentage 6770 1727096439.07403: done checking for max_fail_percentage 6770 1727096439.07404: checking to see if all hosts have failed and the running result is not ok 6770 1727096439.07405: done checking to see if all hosts have failed 6770 1727096439.07405: getting the remaining hosts for this loop 6770 1727096439.07406: done getting the remaining hosts for this loop 6770 1727096439.07414: getting the next task for host managed_node3 6770 1727096439.07421: done getting next task for host managed_node3 6770 1727096439.07422: ^ task is: TASK: meta (end_play) 6770 1727096439.07425: ^ 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 6770 1727096439.07427: getting variables 6770 1727096439.07428: in VariableManager get_vars() 6770 1727096439.07452: Calling all_inventory to load vars for managed_node3 6770 1727096439.07455: Calling groups_inventory to load vars for managed_node3 6770 1727096439.07458: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096439.07471: Calling all_plugins_play to load vars for managed_node3 6770 1727096439.07474: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096439.07477: Calling groups_plugins_play to load vars for managed_node3 6770 1727096439.07519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096439.07539: done with get_vars() 6770 1727096439.07544: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Monday 23 September 2024 09:00:39 -0400 (0:00:00.028) 0:00:01.111 ****** 6770 1727096439.07606: in VariableManager get_vars() 6770 1727096439.07612: Calling all_inventory to load vars for managed_node3 6770 1727096439.07613: Calling groups_inventory to load vars for managed_node3 6770 1727096439.07615: Calling all_plugins_inventory to load vars for managed_node3 6770 1727096439.07618: Calling all_plugins_play to load vars for managed_node3 6770 1727096439.07619: Calling groups_plugins_inventory to load vars for managed_node3 6770 1727096439.07621: Calling groups_plugins_play to load vars for managed_node3 6770 1727096439.07637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6770 1727096439.07648: done with get_vars() 6770 1727096439.07847: variable 'lsr_rhc_test_data' from source: include_vars 6770 1727096439.07863: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 6770 1727096439.07870: done queuing things up, now waiting for results queue to drain 6770 1727096439.07871: results queue empty 6770 1727096439.07871: checking for any_errors_fatal 6770 1727096439.07873: done checking for any_errors_fatal 6770 1727096439.07873: checking for max_fail_percentage 6770 1727096439.07874: done checking for max_fail_percentage 6770 1727096439.07874: checking to see if all hosts have failed and the running result is not ok 6770 1727096439.07875: done checking to see if all hosts have failed 6770 1727096439.07875: getting the remaining hosts for this loop 6770 1727096439.07876: done getting the remaining hosts for this loop 6770 1727096439.07877: getting the next task for host managed_node3 6770 1727096439.07878: host managed_node3 is done iterating, returning 6770 1727096439.07881: done queuing things up, now waiting for results queue to drain 6770 1727096439.07881: results queue empty 6770 1727096439.07882: checking for any_errors_fatal 6770 1727096439.07882: done checking for any_errors_fatal 6770 1727096439.07883: checking for max_fail_percentage 6770 1727096439.07883: done checking for max_fail_percentage 6770 1727096439.07884: checking to see if all hosts have failed and the running result is not ok 6770 1727096439.07884: done checking to see if all hosts have failed 6770 1727096439.07885: getting the next task for host managed_node3 6770 1727096439.07886: 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 Monday 23 September 2024 09:00:39 -0400 (0:00:00.003) 0:00:01.115 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.78s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.08s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Get facts for external test data ---------------------------------------- 0.08s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.06s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Import test data -------------------------------------------------------- 0.06s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Set flag to indicate system is ostree ----------------------------------- 0.03s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Skip if there is no Insights support ------------------------------------ 0.00s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 6770 1727096439.07935: RUNNING CLEANUP