[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. 7114 1726883062.82035: 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-0cT 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 7114 1726883062.82589: Added group all to inventory 7114 1726883062.82592: Added group ungrouped to inventory 7114 1726883062.82596: Group all now contains ungrouped 7114 1726883062.82599: Examining possible inventory source: /tmp/rhc-oBG/inventory.yml 7114 1726883063.04358: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7114 1726883063.04428: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7114 1726883063.04452: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7114 1726883063.04520: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7114 1726883063.04826: Loaded config def from plugin (inventory/script) 7114 1726883063.04832: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7114 1726883063.04876: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7114 1726883063.04975: Loaded config def from plugin (inventory/yaml) 7114 1726883063.04977: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7114 1726883063.05071: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7114 1726883063.05535: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7114 1726883063.05538: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7114 1726883063.05543: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7114 1726883063.05550: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7114 1726883063.05555: Loading data from /tmp/rhc-oBG/inventory.yml 7114 1726883063.05630: /tmp/rhc-oBG/inventory.yml was not parsable by auto 7114 1726883063.05703: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7114 1726883063.05745: Loading data from /tmp/rhc-oBG/inventory.yml 7114 1726883063.05864: group all already in inventory 7114 1726883063.05871: set inventory_file for managed_node1 7114 1726883063.05875: set inventory_dir for managed_node1 7114 1726883063.05876: Added host managed_node1 to inventory 7114 1726883063.05879: Added host managed_node1 to group all 7114 1726883063.05880: set ansible_host for managed_node1 7114 1726883063.05881: set ansible_ssh_extra_args for managed_node1 7114 1726883063.05884: set inventory_file for managed_node2 7114 1726883063.05886: set inventory_dir for managed_node2 7114 1726883063.05887: Added host managed_node2 to inventory 7114 1726883063.05889: Added host managed_node2 to group all 7114 1726883063.05890: set ansible_host for managed_node2 7114 1726883063.05890: set ansible_ssh_extra_args for managed_node2 7114 1726883063.05893: set inventory_file for managed_node3 7114 1726883063.05895: set inventory_dir for managed_node3 7114 1726883063.05895: Added host managed_node3 to inventory 7114 1726883063.05897: Added host managed_node3 to group all 7114 1726883063.05898: set ansible_host for managed_node3 7114 1726883063.05898: set ansible_ssh_extra_args for managed_node3 7114 1726883063.05908: Reconcile groups and hosts in inventory. 7114 1726883063.05912: Group ungrouped now contains managed_node1 7114 1726883063.05914: Group ungrouped now contains managed_node2 7114 1726883063.05916: Group ungrouped now contains managed_node3 7114 1726883063.05994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7114 1726883063.06144: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7114 1726883063.06195: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7114 1726883063.06225: Loaded config def from plugin (vars/host_group_vars) 7114 1726883063.06228: 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) 7114 1726883063.06248: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7114 1726883063.06257: 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) 7114 1726883063.06299: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7114 1726883063.06658: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883063.06763: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7114 1726883063.06810: Loaded config def from plugin (connection/local) 7114 1726883063.06814: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7114 1726883063.07502: Loaded config def from plugin (connection/paramiko_ssh) 7114 1726883063.07505: 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) 7114 1726883063.08724: 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) 7114 1726883063.08885: Loaded config def from plugin (connection/psrp) 7114 1726883063.08889: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7114 1726883063.10499: 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) 7114 1726883063.10547: Loaded config def from plugin (connection/ssh) 7114 1726883063.10552: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7114 1726883063.14992: 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) 7114 1726883063.15035: Loaded config def from plugin (connection/winrm) 7114 1726883063.15264: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7114 1726883063.15299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7114 1726883063.15456: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7114 1726883063.15531: Loaded config def from plugin (shell/cmd) 7114 1726883063.15533: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7114 1726883063.15558: 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) 7114 1726883063.15748: Loaded config def from plugin (shell/powershell) 7114 1726883063.15751: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7114 1726883063.15923: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7114 1726883063.16220: Loaded config def from plugin (shell/sh) 7114 1726883063.16222: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7114 1726883063.16375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7114 1726883063.16628: Loaded config def from plugin (become/runas) 7114 1726883063.16631: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7114 1726883063.17128: Loaded config def from plugin (become/su) 7114 1726883063.17131: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7114 1726883063.17420: Loaded config def from plugin (become/sudo) 7114 1726883063.17423: 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 7114 1726883063.17572: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 7114 1726883063.18992: in VariableManager get_vars() 7114 1726883063.19016: done with get_vars() 7114 1726883063.19027: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 7114 1726883063.19258: in VariableManager get_vars() 7114 1726883063.19276: done with get_vars() 7114 1726883063.19420: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 7114 1726883063.20430: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7114 1726883063.28242: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7114 1726883063.28839: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7114 1726883063.29942: in VariableManager get_vars() 7114 1726883063.29962: done with get_vars() 7114 1726883063.29997: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 7114 1726883063.32163: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7114 1726883063.32178: 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 7114 1726883063.32658: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7114 1726883063.32980: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7114 1726883063.32982: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-0cT/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 7114 1726883063.33013: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7114 1726883063.33153: 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) 7114 1726883063.33423: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7114 1726883063.33584: Loaded config def from plugin (callback/default) 7114 1726883063.33586: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7114 1726883063.35721: Loaded config def from plugin (callback/junit) 7114 1726883063.35725: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7114 1726883063.35781: 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) 7114 1726883063.35859: Loaded config def from plugin (callback/minimal) 7114 1726883063.35861: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7114 1726883063.35908: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7114 1726883063.35975: Loaded config def from plugin (callback/tree) 7114 1726883063.35977: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 7114 1726883063.36108: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7114 1726883063.36111: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-0cT/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_insights_display_name.yml ************************************** 1 plays in /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 7114 1726883063.36153: in VariableManager get_vars() 7114 1726883063.36170: done with get_vars() 7114 1726883063.36176: in VariableManager get_vars() 7114 1726883063.36188: done with get_vars() 7114 1726883063.36193: variable 'omit' from source: magic vars 7114 1726883063.36247: in VariableManager get_vars() 7114 1726883063.36263: done with get_vars() 7114 1726883063.36293: variable 'omit' from source: magic vars PLAY [Insights display name test] ********************************************** 7114 1726883063.39589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7114 1726883063.39657: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7114 1726883063.39686: getting the remaining hosts for this loop 7114 1726883063.39687: done getting the remaining hosts for this loop 7114 1726883063.39689: getting the next task for host managed_node3 7114 1726883063.39693: done getting next task for host managed_node3 7114 1726883063.39694: ^ task is: TASK: meta (flush_handlers) 7114 1726883063.39695: ^ 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 7114 1726883063.39697: getting variables 7114 1726883063.39697: in VariableManager get_vars() 7114 1726883063.39705: Calling all_inventory to load vars for managed_node3 7114 1726883063.39707: Calling groups_inventory to load vars for managed_node3 7114 1726883063.39710: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883063.39721: Calling all_plugins_play to load vars for managed_node3 7114 1726883063.39728: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883063.39730: Calling groups_plugins_play to load vars for managed_node3 7114 1726883063.39755: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883063.39789: done with get_vars() 7114 1726883063.39795: done getting variables 7114 1726883063.39829: in VariableManager get_vars() 7114 1726883063.39835: Calling all_inventory to load vars for managed_node3 7114 1726883063.39836: Calling groups_inventory to load vars for managed_node3 7114 1726883063.39837: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883063.39842: Calling all_plugins_play to load vars for managed_node3 7114 1726883063.39844: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883063.39845: Calling groups_plugins_play to load vars for managed_node3 7114 1726883063.39862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883063.39872: done with get_vars() 7114 1726883063.39879: done queuing things up, now waiting for results queue to drain 7114 1726883063.39880: results queue empty 7114 1726883063.39881: checking for any_errors_fatal 7114 1726883063.39882: done checking for any_errors_fatal 7114 1726883063.39882: checking for max_fail_percentage 7114 1726883063.39883: done checking for max_fail_percentage 7114 1726883063.39883: checking to see if all hosts have failed and the running result is not ok 7114 1726883063.39884: done checking to see if all hosts have failed 7114 1726883063.39884: getting the remaining hosts for this loop 7114 1726883063.39885: done getting the remaining hosts for this loop 7114 1726883063.39886: getting the next task for host managed_node3 7114 1726883063.39891: done getting next task for host managed_node3 7114 1726883063.39892: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7114 1726883063.39894: ^ 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 7114 1726883063.39895: getting variables 7114 1726883063.39896: in VariableManager get_vars() 7114 1726883063.39901: Calling all_inventory to load vars for managed_node3 7114 1726883063.39903: Calling groups_inventory to load vars for managed_node3 7114 1726883063.39904: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883063.39907: Calling all_plugins_play to load vars for managed_node3 7114 1726883063.39908: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883063.39910: Calling groups_plugins_play to load vars for managed_node3 7114 1726883063.39930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883063.39944: done with get_vars() 7114 1726883063.39948: done getting variables 7114 1726883063.39987: 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-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:44:23 -0400 (0:00:00.039) 0:00:00.039 ****** 7114 1726883063.40008: entering _queue_task() for managed_node3/set_fact 7114 1726883063.40010: Creating lock for set_fact 7114 1726883063.40301: worker is 1 (out of 1 available) 7114 1726883063.40313: exiting _queue_task() for managed_node3/set_fact 7114 1726883063.40327: done queuing things up, now waiting for results queue to drain 7114 1726883063.40330: waiting for pending results... 7114 1726883063.40465: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 7114 1726883063.40530: in run() - task 0affc0aa-4893-58a4-912b-00000000000c 7114 1726883063.40542: variable 'ansible_search_path' from source: unknown 7114 1726883063.40546: variable 'ansible_search_path' from source: unknown 7114 1726883063.40574: calling self._execute() 7114 1726883063.40621: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.40625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.40633: variable 'omit' from source: magic vars 7114 1726883063.40708: variable 'omit' from source: magic vars 7114 1726883063.40751: variable 'omit' from source: magic vars 7114 1726883063.41269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7114 1726883063.41466: Loaded config def from plugin (lookup/env) 7114 1726883063.41546: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7114 1726883063.41565: variable 'omit' from source: magic vars 7114 1726883063.41606: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7114 1726883063.41638: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7114 1726883063.41664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7114 1726883063.41687: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7114 1726883063.41712: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7114 1726883063.41748: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7114 1726883063.41757: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.41847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.41869: Set connection var ansible_shell_type to sh 7114 1726883063.41884: Set connection var ansible_shell_executable to /bin/sh 7114 1726883063.41893: Set connection var ansible_timeout to 10 7114 1726883063.41901: Set connection var ansible_module_compression to ZIP_DEFLATED 7114 1726883063.41912: Set connection var ansible_pipelining to False 7114 1726883063.41921: Set connection var ansible_connection to ssh 7114 1726883063.41952: variable 'ansible_shell_executable' from source: unknown 7114 1726883063.42078: variable 'ansible_connection' from source: unknown 7114 1726883063.42086: variable 'ansible_module_compression' from source: unknown 7114 1726883063.42088: variable 'ansible_shell_type' from source: unknown 7114 1726883063.42090: variable 'ansible_shell_executable' from source: unknown 7114 1726883063.42092: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.42094: variable 'ansible_pipelining' from source: unknown 7114 1726883063.42096: variable 'ansible_timeout' from source: unknown 7114 1726883063.42098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.42142: 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) 7114 1726883063.42158: variable 'omit' from source: magic vars 7114 1726883063.42167: starting attempt loop 7114 1726883063.42174: running the handler 7114 1726883063.42195: handler run complete 7114 1726883063.42218: attempt loop complete, returning result 7114 1726883063.42295: _execute() done 7114 1726883063.42298: dumping result to json 7114 1726883063.42300: done dumping result, returning 7114 1726883063.42302: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [0affc0aa-4893-58a4-912b-00000000000c] 7114 1726883063.42309: sending task result for task 0affc0aa-4893-58a4-912b-00000000000c 7114 1726883063.42541: done sending task result for task 0affc0aa-4893-58a4-912b-00000000000c ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7114 1726883063.42635: no more pending results, returning what we have 7114 1726883063.42639: results queue empty 7114 1726883063.42640: checking for any_errors_fatal 7114 1726883063.42644: done checking for any_errors_fatal 7114 1726883063.42645: checking for max_fail_percentage 7114 1726883063.42646: done checking for max_fail_percentage 7114 1726883063.42647: checking to see if all hosts have failed and the running result is not ok 7114 1726883063.42648: done checking to see if all hosts have failed 7114 1726883063.42649: getting the remaining hosts for this loop 7114 1726883063.42651: done getting the remaining hosts for this loop 7114 1726883063.42656: getting the next task for host managed_node3 7114 1726883063.42665: done getting next task for host managed_node3 7114 1726883063.42667: ^ task is: TASK: Import test data 7114 1726883063.42671: ^ 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 7114 1726883063.42675: getting variables 7114 1726883063.42677: in VariableManager get_vars() 7114 1726883063.42707: Calling all_inventory to load vars for managed_node3 7114 1726883063.42710: Calling groups_inventory to load vars for managed_node3 7114 1726883063.42714: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883063.42728: Calling all_plugins_play to load vars for managed_node3 7114 1726883063.42731: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883063.42733: Calling groups_plugins_play to load vars for managed_node3 7114 1726883063.42876: WORKER PROCESS EXITING 7114 1726883063.42898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883063.42927: done with get_vars() 7114 1726883063.42935: done getting variables 7114 1726883063.43223: 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-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:44:23 -0400 (0:00:00.032) 0:00:00.072 ****** 7114 1726883063.43259: entering _queue_task() for managed_node3/include_vars 7114 1726883063.43261: Creating lock for include_vars 7114 1726883063.43899: worker is 1 (out of 1 available) 7114 1726883063.43910: exiting _queue_task() for managed_node3/include_vars 7114 1726883063.43924: done queuing things up, now waiting for results queue to drain 7114 1726883063.43926: waiting for pending results... 7114 1726883063.44395: running TaskExecutor() for managed_node3/TASK: Import test data 7114 1726883063.44531: in run() - task 0affc0aa-4893-58a4-912b-00000000000e 7114 1726883063.44555: variable 'ansible_search_path' from source: unknown 7114 1726883063.44562: variable 'ansible_search_path' from source: unknown 7114 1726883063.44613: calling self._execute() 7114 1726883063.44681: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.44701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.44722: variable 'omit' from source: magic vars 7114 1726883063.45349: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7114 1726883063.47793: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7114 1726883063.47889: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7114 1726883063.47953: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7114 1726883063.47996: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7114 1726883063.48031: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7114 1726883063.48123: 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) 7114 1726883063.48169: 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) 7114 1726883063.48287: 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) 7114 1726883063.48290: 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) 7114 1726883063.48293: 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) 7114 1726883063.48410: variable 'lsr_rhc_test_data_file' from source: set_fact 7114 1726883063.48455: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7114 1726883063.48463: when evaluation is False, skipping this task 7114 1726883063.48472: _execute() done 7114 1726883063.48479: dumping result to json 7114 1726883063.48487: done dumping result, returning 7114 1726883063.48508: done running TaskExecutor() for managed_node3/TASK: Import test data [0affc0aa-4893-58a4-912b-00000000000e] 7114 1726883063.48526: sending task result for task 0affc0aa-4893-58a4-912b-00000000000e skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7114 1726883063.48849: no more pending results, returning what we have 7114 1726883063.48852: results queue empty 7114 1726883063.48855: checking for any_errors_fatal 7114 1726883063.48860: done checking for any_errors_fatal 7114 1726883063.48860: checking for max_fail_percentage 7114 1726883063.48862: done checking for max_fail_percentage 7114 1726883063.48863: checking to see if all hosts have failed and the running result is not ok 7114 1726883063.48864: done checking to see if all hosts have failed 7114 1726883063.48864: getting the remaining hosts for this loop 7114 1726883063.48866: done getting the remaining hosts for this loop 7114 1726883063.48870: getting the next task for host managed_node3 7114 1726883063.48878: done getting next task for host managed_node3 7114 1726883063.48881: ^ task is: TASK: Get facts for external test data 7114 1726883063.48886: ^ 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 7114 1726883063.48891: getting variables 7114 1726883063.48893: in VariableManager get_vars() 7114 1726883063.48926: Calling all_inventory to load vars for managed_node3 7114 1726883063.48929: Calling groups_inventory to load vars for managed_node3 7114 1726883063.48933: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883063.49046: Calling all_plugins_play to load vars for managed_node3 7114 1726883063.49057: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883063.49062: Calling groups_plugins_play to load vars for managed_node3 7114 1726883063.49103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883063.49134: done with get_vars() 7114 1726883063.49144: done getting variables 7114 1726883063.49274: done sending task result for task 0affc0aa-4893-58a4-912b-00000000000e 7114 1726883063.49277: WORKER PROCESS EXITING TASK [Get facts for external test data] **************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 21:44:23 -0400 (0:00:00.060) 0:00:00.133 ****** 7114 1726883063.49346: entering _queue_task() for managed_node3/setup 7114 1726883063.49729: worker is 1 (out of 1 available) 7114 1726883063.49739: exiting _queue_task() for managed_node3/setup 7114 1726883063.49752: done queuing things up, now waiting for results queue to drain 7114 1726883063.49754: waiting for pending results... 7114 1726883063.49886: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 7114 1726883063.50010: in run() - task 0affc0aa-4893-58a4-912b-00000000000f 7114 1726883063.50039: variable 'ansible_search_path' from source: unknown 7114 1726883063.50048: variable 'ansible_search_path' from source: unknown 7114 1726883063.50095: calling self._execute() 7114 1726883063.50169: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.50180: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.50201: variable 'omit' from source: magic vars 7114 1726883063.50762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7114 1726883063.53178: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7114 1726883063.53263: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7114 1726883063.53348: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7114 1726883063.53360: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7114 1726883063.53398: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7114 1726883063.53506: 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) 7114 1726883063.53548: 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) 7114 1726883063.53611: 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) 7114 1726883063.53642: 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) 7114 1726883063.53663: 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) 7114 1726883063.53801: variable 'lsr_rhc_test_data_file' from source: set_fact 7114 1726883063.53889: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7114 1726883063.53892: when evaluation is False, skipping this task 7114 1726883063.53895: _execute() done 7114 1726883063.53896: dumping result to json 7114 1726883063.53898: done dumping result, returning 7114 1726883063.53900: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [0affc0aa-4893-58a4-912b-00000000000f] 7114 1726883063.53901: sending task result for task 0affc0aa-4893-58a4-912b-00000000000f skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7114 1726883063.54039: no more pending results, returning what we have 7114 1726883063.54044: results queue empty 7114 1726883063.54045: checking for any_errors_fatal 7114 1726883063.54049: done checking for any_errors_fatal 7114 1726883063.54050: checking for max_fail_percentage 7114 1726883063.54051: done checking for max_fail_percentage 7114 1726883063.54052: checking to see if all hosts have failed and the running result is not ok 7114 1726883063.54053: done checking to see if all hosts have failed 7114 1726883063.54054: getting the remaining hosts for this loop 7114 1726883063.54056: done getting the remaining hosts for this loop 7114 1726883063.54060: getting the next task for host managed_node3 7114 1726883063.54068: done getting next task for host managed_node3 7114 1726883063.54071: ^ task is: TASK: Set local lsr_rhc_test_data 7114 1726883063.54074: ^ 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 7114 1726883063.54078: getting variables 7114 1726883063.54080: in VariableManager get_vars() 7114 1726883063.54115: Calling all_inventory to load vars for managed_node3 7114 1726883063.54120: Calling groups_inventory to load vars for managed_node3 7114 1726883063.54124: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883063.54136: Calling all_plugins_play to load vars for managed_node3 7114 1726883063.54141: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883063.54145: Calling groups_plugins_play to load vars for managed_node3 7114 1726883063.54189: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883063.54220: done with get_vars() 7114 1726883063.54231: done getting variables 7114 1726883063.54563: done sending task result for task 0affc0aa-4893-58a4-912b-00000000000f 7114 1726883063.54568: WORKER PROCESS EXITING 7114 1726883063.54602: 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-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:44:23 -0400 (0:00:00.052) 0:00:00.186 ****** 7114 1726883063.54638: entering _queue_task() for managed_node3/include_vars 7114 1726883063.55024: worker is 1 (out of 1 available) 7114 1726883063.55035: exiting _queue_task() for managed_node3/include_vars 7114 1726883063.55051: done queuing things up, now waiting for results queue to drain 7114 1726883063.55053: waiting for pending results... 7114 1726883063.55205: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 7114 1726883063.55335: in run() - task 0affc0aa-4893-58a4-912b-000000000011 7114 1726883063.55358: variable 'ansible_search_path' from source: unknown 7114 1726883063.55365: variable 'ansible_search_path' from source: unknown 7114 1726883063.55410: calling self._execute() 7114 1726883063.55552: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.55564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.55578: variable 'omit' from source: magic vars 7114 1726883063.56095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7114 1726883063.57924: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7114 1726883063.57981: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7114 1726883063.58009: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7114 1726883063.58037: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7114 1726883063.58058: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7114 1726883063.58119: 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) 7114 1726883063.58139: 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) 7114 1726883063.58160: 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) 7114 1726883063.58188: 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) 7114 1726883063.58198: 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) 7114 1726883063.58287: variable 'lsr_rhc_test_data_file' from source: set_fact 7114 1726883063.58312: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7114 1726883063.58315: variable 'omit' from source: magic vars 7114 1726883063.58360: variable 'omit' from source: magic vars 7114 1726883063.58388: variable 'omit' from source: magic vars 7114 1726883063.58408: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7114 1726883063.58430: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7114 1726883063.58447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7114 1726883063.58461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7114 1726883063.58469: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7114 1726883063.58484: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7114 1726883063.58497: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7114 1726883063.58521: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7114 1726883063.58525: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.58527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.58601: Set connection var ansible_shell_type to sh 7114 1726883063.58609: Set connection var ansible_shell_executable to /bin/sh 7114 1726883063.58614: Set connection var ansible_timeout to 10 7114 1726883063.58621: Set connection var ansible_module_compression to ZIP_DEFLATED 7114 1726883063.58628: Set connection var ansible_pipelining to False 7114 1726883063.58630: Set connection var ansible_connection to ssh 7114 1726883063.58654: variable 'ansible_shell_executable' from source: unknown 7114 1726883063.58657: variable 'ansible_connection' from source: unknown 7114 1726883063.58660: variable 'ansible_module_compression' from source: unknown 7114 1726883063.58662: variable 'ansible_shell_type' from source: unknown 7114 1726883063.58664: variable 'ansible_shell_executable' from source: unknown 7114 1726883063.58666: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.58668: variable 'ansible_pipelining' from source: unknown 7114 1726883063.58670: variable 'ansible_timeout' from source: unknown 7114 1726883063.58675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.58746: 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) 7114 1726883063.58755: variable 'omit' from source: magic vars 7114 1726883063.58759: starting attempt loop 7114 1726883063.58762: running the handler 7114 1726883063.58772: evaluation_path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7114 1726883063.58788: search_path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 7114 1726883063.58915: handler run complete 7114 1726883063.58921: attempt loop complete, returning result 7114 1726883063.58923: _execute() done 7114 1726883063.58925: dumping result to json 7114 1726883063.58927: done dumping result, returning 7114 1726883063.58929: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [0affc0aa-4893-58a4-912b-000000000011] 7114 1726883063.58932: sending task result for task 0affc0aa-4893-58a4-912b-000000000011 7114 1726883063.59049: done sending task result for task 0affc0aa-4893-58a4-912b-000000000011 7114 1726883063.59052: 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-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7114 1726883063.59157: no more pending results, returning what we have 7114 1726883063.59159: results queue empty 7114 1726883063.59160: checking for any_errors_fatal 7114 1726883063.59171: done checking for any_errors_fatal 7114 1726883063.59172: checking for max_fail_percentage 7114 1726883063.59174: done checking for max_fail_percentage 7114 1726883063.59174: checking to see if all hosts have failed and the running result is not ok 7114 1726883063.59175: done checking to see if all hosts have failed 7114 1726883063.59176: getting the remaining hosts for this loop 7114 1726883063.59177: done getting the remaining hosts for this loop 7114 1726883063.59180: getting the next task for host managed_node3 7114 1726883063.59188: done getting next task for host managed_node3 7114 1726883063.59190: ^ task is: TASK: Check if system is ostree 7114 1726883063.59192: ^ 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 7114 1726883063.59195: getting variables 7114 1726883063.59196: in VariableManager get_vars() 7114 1726883063.59218: Calling all_inventory to load vars for managed_node3 7114 1726883063.59220: Calling groups_inventory to load vars for managed_node3 7114 1726883063.59222: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883063.59229: Calling all_plugins_play to load vars for managed_node3 7114 1726883063.59231: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883063.59233: Calling groups_plugins_play to load vars for managed_node3 7114 1726883063.59262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883063.59285: done with get_vars() 7114 1726883063.59291: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 21:44:23 -0400 (0:00:00.047) 0:00:00.233 ****** 7114 1726883063.59356: entering _queue_task() for managed_node3/stat 7114 1726883063.59566: worker is 1 (out of 1 available) 7114 1726883063.59581: exiting _queue_task() for managed_node3/stat 7114 1726883063.59592: done queuing things up, now waiting for results queue to drain 7114 1726883063.59594: waiting for pending results... 7114 1726883063.59769: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 7114 1726883063.59947: in run() - task 0affc0aa-4893-58a4-912b-000000000013 7114 1726883063.59951: variable 'ansible_search_path' from source: unknown 7114 1726883063.59955: variable 'ansible_search_path' from source: unknown 7114 1726883063.59962: calling self._execute() 7114 1726883063.59981: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.59991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.60006: variable 'omit' from source: magic vars 7114 1726883063.60473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7114 1726883063.60755: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7114 1726883063.60807: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7114 1726883063.60841: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7114 1726883063.60865: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7114 1726883063.60927: 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) 7114 1726883063.60956: 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) 7114 1726883063.60976: 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) 7114 1726883063.60993: 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) 7114 1726883063.61108: Evaluated conditional (not __rhc_is_ostree is defined): True 7114 1726883063.61111: variable 'omit' from source: magic vars 7114 1726883063.61165: variable 'omit' from source: magic vars 7114 1726883063.61193: variable 'omit' from source: magic vars 7114 1726883063.61213: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7114 1726883063.61236: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7114 1726883063.61254: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7114 1726883063.61269: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7114 1726883063.61280: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7114 1726883063.61292: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7114 1726883063.61304: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7114 1726883063.61337: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7114 1726883063.61343: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.61345: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.61420: Set connection var ansible_shell_type to sh 7114 1726883063.61430: Set connection var ansible_shell_executable to /bin/sh 7114 1726883063.61435: Set connection var ansible_timeout to 10 7114 1726883063.61441: Set connection var ansible_module_compression to ZIP_DEFLATED 7114 1726883063.61448: Set connection var ansible_pipelining to False 7114 1726883063.61450: Set connection var ansible_connection to ssh 7114 1726883063.61470: variable 'ansible_shell_executable' from source: unknown 7114 1726883063.61474: variable 'ansible_connection' from source: unknown 7114 1726883063.61477: variable 'ansible_module_compression' from source: unknown 7114 1726883063.61479: variable 'ansible_shell_type' from source: unknown 7114 1726883063.61482: variable 'ansible_shell_executable' from source: unknown 7114 1726883063.61484: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883063.61487: variable 'ansible_pipelining' from source: unknown 7114 1726883063.61490: variable 'ansible_timeout' from source: unknown 7114 1726883063.61492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883063.61592: 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) 7114 1726883063.61600: variable 'omit' from source: magic vars 7114 1726883063.61615: starting attempt loop 7114 1726883063.61617: running the handler 7114 1726883063.61624: _low_level_execute_command(): starting 7114 1726883063.61631: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7114 1726883063.62138: 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 <<< 7114 1726883063.62144: 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.15.236 originally 10.31.15.236 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.62148: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.236 is address debug1: re-parsing configuration <<< 7114 1726883063.62151: 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.15.236 originally 10.31.15.236 debug2: match found <<< 7114 1726883063.62153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.62204: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' <<< 7114 1726883063.62208: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7114 1726883063.62210: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7114 1726883063.62265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7114 1726883063.64012: stdout chunk (state=3): >>>/root <<< 7114 1726883063.64105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7114 1726883063.64143: stderr chunk (state=3): >>><<< 7114 1726883063.64147: stdout chunk (state=3): >>><<< 7114 1726883063.64167: _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.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' 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 7114 1726883063.64183: _low_level_execute_command(): starting 7114 1726883063.64188: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517 `" && echo ansible-tmp-1726883063.6416965-7151-141033204580517="` echo /root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517 `" ) && sleep 0' 7114 1726883063.64646: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7114 1726883063.64650: 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.15.236 originally 10.31.15.236 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.64654: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.236 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7114 1726883063.64657: 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.64709: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' <<< 7114 1726883063.64712: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7114 1726883063.64714: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7114 1726883063.64762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7114 1726883063.66736: stdout chunk (state=3): >>>ansible-tmp-1726883063.6416965-7151-141033204580517=/root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517 <<< 7114 1726883063.66890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7114 1726883063.66894: stdout chunk (state=3): >>><<< 7114 1726883063.66897: stderr chunk (state=3): >>><<< 7114 1726883063.66914: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883063.6416965-7151-141033204580517=/root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517 , 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.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' 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 7114 1726883063.66980: variable 'ansible_module_compression' from source: unknown 7114 1726883063.67053: ANSIBALLZ: Using lock for stat 7114 1726883063.67056: ANSIBALLZ: Acquiring lock 7114 1726883063.67059: ANSIBALLZ: Lock acquired: 140655626873280 7114 1726883063.67061: ANSIBALLZ: Creating module 7114 1726883063.76223: ANSIBALLZ: Writing module into payload 7114 1726883063.76291: ANSIBALLZ: Writing module 7114 1726883063.76305: ANSIBALLZ: Renaming module 7114 1726883063.76311: ANSIBALLZ: Done creating module 7114 1726883063.76327: variable 'ansible_facts' from source: unknown 7114 1726883063.76334: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7114 1726883063.76346: _low_level_execute_command(): starting 7114 1726883063.76352: _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' 7114 1726883063.76803: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7114 1726883063.76807: 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.15.236 originally 10.31.15.236 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.76820: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.76873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' <<< 7114 1726883063.76878: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7114 1726883063.76882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7114 1726883063.76956: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7114 1726883063.78663: stdout chunk (state=3): >>>PLATFORM <<< 7114 1726883063.78735: stdout chunk (state=3): >>>Linux <<< 7114 1726883063.78751: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 7114 1726883063.78754: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7114 1726883063.78885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7114 1726883063.78918: stderr chunk (state=3): >>><<< 7114 1726883063.78924: stdout chunk (state=3): >>><<< 7114 1726883063.78945: _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.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' 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 7114 1726883063.78956 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 7114 1726883063.78988: _low_level_execute_command(): starting 7114 1726883063.78991: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 7114 1726883063.79077: Sending initial data 7114 1726883063.79080: Sent initial data (1181 bytes) 7114 1726883063.79459: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7114 1726883063.79462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7114 1726883063.79465: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.236 originally 10.31.15.236 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.79469: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.236 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7114 1726883063.79471: 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.15.236 originally 10.31.15.236 debug2: match found <<< 7114 1726883063.79473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.79522: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' <<< 7114 1726883063.79525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7114 1726883063.79528: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7114 1726883063.79574: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7114 1726883063.83008: 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"} <<< 7114 1726883063.83391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7114 1726883063.83419: stderr chunk (state=3): >>><<< 7114 1726883063.83423: stdout chunk (state=3): >>><<< 7114 1726883063.83433: _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.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' 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 7114 1726883063.83495: variable 'ansible_facts' from source: unknown 7114 1726883063.83498: variable 'ansible_facts' from source: unknown 7114 1726883063.83504: variable 'ansible_module_compression' from source: unknown 7114 1726883063.83542: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7114ctboeotg/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7114 1726883063.83560: variable 'ansible_facts' from source: unknown 7114 1726883063.83610: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/AnsiballZ_stat.py 7114 1726883063.83719: Sending initial data 7114 1726883063.83722: Sent initial data (151 bytes) 7114 1726883063.84185: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7114 1726883063.84188: 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.15.236 originally 10.31.15.236 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.84191: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.236 is address debug1: re-parsing configuration <<< 7114 1726883063.84193: 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 <<< 7114 1726883063.84195: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.84249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' debug2: fd 3 setting O_NONBLOCK <<< 7114 1726883063.84258: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7114 1726883063.84306: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7114 1726883063.85908: 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" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 7114 1726883063.85948: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7114 1726883063.85982: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7114ctboeotg/tmpu809oox2 /root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/AnsiballZ_stat.py <<< 7114 1726883063.85991: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/AnsiballZ_stat.py" <<< 7114 1726883063.86022: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7114ctboeotg/tmpu809oox2" to remote "/root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/AnsiballZ_stat.py" <<< 7114 1726883063.86025: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/AnsiballZ_stat.py" <<< 7114 1726883063.86553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7114 1726883063.86600: stderr chunk (state=3): >>><<< 7114 1726883063.86607: stdout chunk (state=3): >>><<< 7114 1726883063.86631: done transferring module to remote 7114 1726883063.86645: _low_level_execute_command(): starting 7114 1726883063.86650: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/ /root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/AnsiballZ_stat.py && sleep 0' 7114 1726883063.87107: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7114 1726883063.87110: 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.15.236 originally 10.31.15.236 debug2: match not found <<< 7114 1726883063.87112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.87114: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.236 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7114 1726883063.87116: 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.87174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' <<< 7114 1726883063.87177: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7114 1726883063.87221: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7114 1726883063.89006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7114 1726883063.89028: stderr chunk (state=3): >>><<< 7114 1726883063.89031: stdout chunk (state=3): >>><<< 7114 1726883063.89048: _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.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' 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 7114 1726883063.89051: _low_level_execute_command(): starting 7114 1726883063.89057: _low_level_execute_command(): using become for this command 7114 1726883063.89069: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uqmhlspwmetjvpftozwajpemjtznxaoc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/AnsiballZ_stat.py'"'"' && sleep 0' 7114 1726883063.89160: Initial state: awaiting_escalation: BECOME-SUCCESS-uqmhlspwmetjvpftozwajpemjtznxaoc 7114 1726883063.89577: 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 <<< 7114 1726883063.89581: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883063.89621: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' <<< 7114 1726883063.89625: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7114 1726883063.89626: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7114 1726883063.89671: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7114 1726883063.92549: stdout chunk (state=1): >>>BECOME-SUCCESS-uqmhlspwmetjvpftozwajpemjtznxaoc <<< 7114 1726883063.92553: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uqmhlspwmetjvpftozwajpemjtznxaoc' 7114 1726883063.92882: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7114 1726883063.92916: stdout chunk (state=3): >>>import _imp # builtin <<< 7114 1726883063.92935: stdout chunk (state=3): >>>import '_thread' # <<< 7114 1726883063.92946: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7114 1726883063.93016: stdout chunk (state=3): >>>import '_io' # <<< 7114 1726883063.93024: stdout chunk (state=3): >>>import 'marshal' # <<< 7114 1726883063.93054: stdout chunk (state=3): >>>import 'posix' # <<< 7114 1726883063.93087: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7114 1726883063.93100: stdout chunk (state=3): >>>import 'time' # <<< 7114 1726883063.93125: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7114 1726883063.93177: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7114 1726883063.93185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883063.93196: stdout chunk (state=3): >>>import '_codecs' # <<< 7114 1726883063.93227: stdout chunk (state=3): >>>import 'codecs' # <<< 7114 1726883063.93268: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 7114 1726883063.93271: stdout chunk (state=3): >>> <<< 7114 1726883063.93283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7114 1726883063.93300: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635ae83e0> <<< 7114 1726883063.93303: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635ab7a10> <<< 7114 1726883063.93337: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7114 1726883063.93339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635aea960> <<< 7114 1726883063.93367: stdout chunk (state=3): >>>import '_signal' # <<< 7114 1726883063.93392: stdout chunk (state=3): >>>import '_abc' # <<< 7114 1726883063.93404: stdout chunk (state=3): >>>import 'abc' # <<< 7114 1726883063.93407: stdout chunk (state=3): >>>import 'io' # <<< 7114 1726883063.93449: stdout chunk (state=3): >>>import '_stat' # <<< 7114 1726883063.93456: stdout chunk (state=3): >>>import 'stat' # <<< 7114 1726883063.93532: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7114 1726883063.93560: stdout chunk (state=3): >>>import 'genericpath' # <<< 7114 1726883063.93572: stdout chunk (state=3): >>>import 'posixpath' # <<< 7114 1726883063.93596: stdout chunk (state=3): >>>import 'os' # <<< 7114 1726883063.93614: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7114 1726883063.93631: stdout chunk (state=3): >>>Processing user site-packages <<< 7114 1726883063.93638: stdout chunk (state=3): >>>Processing global site-packages <<< 7114 1726883063.93654: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 7114 1726883063.93662: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7114 1726883063.93690: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 7114 1726883063.93696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7114 1726883063.93715: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635898fe0> <<< 7114 1726883063.93777: 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 <<< 7114 1726883063.93791: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883063.93794: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635899e50> <<< 7114 1726883063.93818: stdout chunk (state=3): >>>import 'site' # <<< 7114 1726883063.93853: 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. <<< 7114 1726883063.94076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7114 1726883063.94100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7114 1726883063.94114: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7114 1726883063.94132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883063.94142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7114 1726883063.94185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7114 1726883063.94204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7114 1726883063.94232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7114 1726883063.94242: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358d7d40> <<< 7114 1726883063.94275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7114 1726883063.94278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7114 1726883063.94315: stdout chunk (state=3): >>>import '_operator' # <<< 7114 1726883063.94326: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358d7f80> <<< 7114 1726883063.94336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7114 1726883063.94362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7114 1726883063.94389: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7114 1726883063.94433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883063.94459: stdout chunk (state=3): >>>import 'itertools' # <<< 7114 1726883063.94480: 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' <<< 7114 1726883063.94494: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163590f740> <<< 7114 1726883063.94519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7114 1726883063.94531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163590fdd0> <<< 7114 1726883063.94543: stdout chunk (state=3): >>>import '_collections' # <<< 7114 1726883063.94595: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358efa10> <<< 7114 1726883063.94600: stdout chunk (state=3): >>>import '_functools' # <<< 7114 1726883063.94637: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358ed130> <<< 7114 1726883063.94725: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358d4ef0> <<< 7114 1726883063.94756: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7114 1726883063.94772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7114 1726883063.94791: stdout chunk (state=3): >>>import '_sre' # <<< 7114 1726883063.94812: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7114 1726883063.94837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7114 1726883063.94868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7114 1726883063.94873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7114 1726883063.94905: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163592f6e0> <<< 7114 1726883063.94922: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163592e300> <<< 7114 1726883063.94955: stdout chunk (state=3): >>># /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 0x7f16358ee120> <<< 7114 1726883063.94960: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163592cb30> <<< 7114 1726883063.95016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7114 1726883063.95022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359646b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358d4170> <<< 7114 1726883063.95052: stdout chunk (state=3): >>># /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' <<< 7114 1726883063.95090: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883063.95095: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1635964b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635964a10> <<< 7114 1726883063.95139: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883063.95143: 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 0x7f1635964e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358d2c90> <<< 7114 1726883063.95184: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7114 1726883063.95187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883063.95213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7114 1726883063.95238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7114 1726883063.95261: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359654f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359651c0> import 'importlib.machinery' # <<< 7114 1726883063.95299: 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' <<< 7114 1726883063.95318: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359663f0> <<< 7114 1726883063.95341: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 7114 1726883063.95371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7114 1726883063.95404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7114 1726883063.95432: stdout chunk (state=3): >>># /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 0x7f163597c620> <<< 7114 1726883063.95458: stdout chunk (state=3): >>>import 'errno' # <<< 7114 1726883063.95488: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883063.95493: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f163597dd60> <<< 7114 1726883063.95523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7114 1726883063.95530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7114 1726883063.95560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7114 1726883063.95567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7114 1726883063.95573: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163597ec00> <<< 7114 1726883063.95609: stdout chunk (state=3): >>># 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 0x7f163597f260> <<< 7114 1726883063.95633: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163597e150> <<< 7114 1726883063.95658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7114 1726883063.95666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7114 1726883063.95703: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883063.95715: 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 0x7f163597fce0> <<< 7114 1726883063.95723: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163597f410> <<< 7114 1726883063.95771: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635966450> <<< 7114 1726883063.95792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7114 1726883063.95819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7114 1726883063.95842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7114 1726883063.95866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7114 1726883063.95894: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f163570fb60> <<< 7114 1726883063.95921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7114 1726883063.95955: stdout chunk (state=3): >>># 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 0x7f1635738650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357383b0> <<< 7114 1726883063.95989: stdout chunk (state=3): >>># 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 0x7f1635738680> <<< 7114 1726883063.96022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7114 1726883063.96106: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883063.96228: 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 0x7f1635738fb0> <<< 7114 1726883063.96355: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1635739940> <<< 7114 1726883063.96361: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635738860> <<< 7114 1726883063.96382: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163570dd00> <<< 7114 1726883063.96408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7114 1726883063.96427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7114 1726883063.96451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7114 1726883063.96467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7114 1726883063.96485: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163573ac90> <<< 7114 1726883063.96498: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635738e00> <<< 7114 1726883063.96521: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359665d0> <<< 7114 1726883063.96546: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7114 1726883063.96614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883063.96631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7114 1726883063.96667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7114 1726883063.96696: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635762ff0> <<< 7114 1726883063.96750: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7114 1726883063.96770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883063.96788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7114 1726883063.96808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7114 1726883063.96851: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635787380> <<< 7114 1726883063.96873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7114 1726883063.96917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7114 1726883063.96970: stdout chunk (state=3): >>>import 'ntpath' # <<< 7114 1726883063.96995: 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 0x7f16357e81a0> <<< 7114 1726883063.97015: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7114 1726883063.97046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7114 1726883063.97072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7114 1726883063.97113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7114 1726883063.97198: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357ea900> <<< 7114 1726883063.97278: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357e82c0> <<< 7114 1726883063.97311: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357b5190> <<< 7114 1726883063.97342: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635129250> <<< 7114 1726883063.97370: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357861b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163573bbc0> <<< 7114 1726883063.97491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7114 1726883063.97509: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f16351294f0> <<< 7114 1726883063.97651: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_gpamsdjh/ansible_stat_payload.zip' <<< 7114 1726883063.97656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883063.97785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883063.97814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7114 1726883063.97825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7114 1726883063.97866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7114 1726883063.97939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7114 1726883063.97972: stdout chunk (state=3): >>># /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 0x7f163517aed0> <<< 7114 1726883063.97986: stdout chunk (state=3): >>>import '_typing' # <<< 7114 1726883063.98168: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635159df0> <<< 7114 1726883063.98173: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635158f80> # zipimport: zlib available <<< 7114 1726883063.98211: stdout chunk (state=3): >>>import 'ansible' # <<< 7114 1726883063.98219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883063.98253: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883063.98256: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883063.98270: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7114 1726883063.98287: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883063.99693: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.00810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7114 1726883064.00817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351791c0> <<< 7114 1726883064.00842: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7114 1726883064.00849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883064.00863: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7114 1726883064.00871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7114 1726883064.00898: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7114 1726883064.00907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7114 1726883064.00931: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883064.00938: 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 0x7f16351a6870> <<< 7114 1726883064.00971: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351a6630> <<< 7114 1726883064.01009: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351a5f40> <<< 7114 1726883064.01030: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7114 1726883064.01033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7114 1726883064.01076: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351a6420> <<< 7114 1726883064.01083: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163517bb60> <<< 7114 1726883064.01089: stdout chunk (state=3): >>>import 'atexit' # <<< 7114 1726883064.01124: 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 0x7f16351a7560> <<< 7114 1726883064.01152: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883064.01158: stdout chunk (state=3): >>># 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 0x7f16351a76e0> <<< 7114 1726883064.01175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7114 1726883064.01220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7114 1726883064.01230: stdout chunk (state=3): >>>import '_locale' # <<< 7114 1726883064.01277: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351a7c20> <<< 7114 1726883064.01284: stdout chunk (state=3): >>>import 'pwd' # <<< 7114 1726883064.01308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7114 1726883064.01331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7114 1726883064.01370: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163500da30> <<< 7114 1726883064.01398: 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 0x7f163500f650> <<< 7114 1726883064.01424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7114 1726883064.01438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7114 1726883064.01478: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163500ffb0> <<< 7114 1726883064.01497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7114 1726883064.01524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7114 1726883064.01545: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635011160> <<< 7114 1726883064.01569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7114 1726883064.01601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7114 1726883064.01624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7114 1726883064.01629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7114 1726883064.01686: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635013c80> <<< 7114 1726883064.01721: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1635762f60> <<< 7114 1726883064.01745: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635011f40> <<< 7114 1726883064.01766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7114 1726883064.01797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7114 1726883064.01823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7114 1726883064.01831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7114 1726883064.01845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7114 1726883064.01880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7114 1726883064.01910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7114 1726883064.01917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163501bbf0> <<< 7114 1726883064.01928: stdout chunk (state=3): >>>import '_tokenize' # <<< 7114 1726883064.01990: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163501a6c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163501a420> <<< 7114 1726883064.02015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7114 1726883064.02024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7114 1726883064.02092: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163501a990> <<< 7114 1726883064.02122: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635013170> <<< 7114 1726883064.02149: 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 0x7f1635063e90> <<< 7114 1726883064.02177: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635063ec0> <<< 7114 1726883064.02207: 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 <<< 7114 1726883064.02216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7114 1726883064.02239: 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' <<< 7114 1726883064.02282: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1635065a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635065850> <<< 7114 1726883064.02310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7114 1726883064.02403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7114 1726883064.02452: 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 0x7f1635067fe0> <<< 7114 1726883064.02456: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635066180> <<< 7114 1726883064.02482: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7114 1726883064.02517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883064.02545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7114 1726883064.02558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7114 1726883064.02569: stdout chunk (state=3): >>>import '_string' # <<< 7114 1726883064.02609: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163506b860> <<< 7114 1726883064.02735: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635068230> <<< 7114 1726883064.02794: 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 0x7f163506c950> <<< 7114 1726883064.02825: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f163506c8f0> <<< 7114 1726883064.02861: 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 0x7f163506c9e0> <<< 7114 1726883064.02879: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635064170> <<< 7114 1726883064.02908: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 7114 1726883064.02915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7114 1726883064.02922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7114 1726883064.02945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7114 1726883064.02971: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883064.02995: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f16350f8290> <<< 7114 1726883064.03141: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7114 1726883064.03152: stdout chunk (state=3): >>># 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 0x7f16350f95b0> <<< 7114 1726883064.03158: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163506ea20> <<< 7114 1726883064.03192: 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 0x7f163506fda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163506e600> <<< 7114 1726883064.03217: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.03234: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.03244: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7114 1726883064.03252: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.03343: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.03428: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.03449: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7114 1726883064.03474: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.03480: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7114 1726883064.03498: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.03613: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.03733: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.04257: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.04796: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 7114 1726883064.04824: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7114 1726883064.04860: stdout chunk (state=3): >>># /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' <<< 7114 1726883064.04896: 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 0x7f16350fd7f0> <<< 7114 1726883064.04982: 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' <<< 7114 1726883064.05006: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16350fe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359649e0> <<< 7114 1726883064.05071: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7114 1726883064.05075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.05118: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 7114 1726883064.05122: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.05266: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.05417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7114 1726883064.05438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16350fe3c0> <<< 7114 1726883064.05447: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.05905: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06338: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06414: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06494: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7114 1726883064.06502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06544: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06580: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7114 1726883064.06587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06735: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7114 1726883064.06763: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06771: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06786: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7114 1726883064.06831: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.06878: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7114 1726883064.06880: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07102: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7114 1726883064.07393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7114 1726883064.07413: stdout chunk (state=3): >>>import '_ast' # <<< 7114 1726883064.07472: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16350ff920> <<< 7114 1726883064.07491: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07569: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07649: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7114 1726883064.07652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7114 1726883064.07677: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 7114 1726883064.07723: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07764: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7114 1726883064.07767: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07810: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.07995: 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 <<< 7114 1726883064.08029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883064.08130: 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' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1634f0a180> <<< 7114 1726883064.08156: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1634f051c0> <<< 7114 1726883064.08180: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7114 1726883064.08205: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.08265: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.08323: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.08353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.08397: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7114 1726883064.08434: 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 <<< 7114 1726883064.08437: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7114 1726883064.08462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7114 1726883064.08517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7114 1726883064.08543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7114 1726883064.08560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7114 1726883064.08608: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351fea20> <<< 7114 1726883064.08651: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351ee6f0> <<< 7114 1726883064.08751: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1634f09e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16350ff5c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7114 1726883064.08765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.08781: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.08813: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7114 1726883064.08860: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7114 1726883064.08884: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.08888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.08906: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 7114 1726883064.09044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.09232: stdout chunk (state=3): >>># zipimport: zlib available <<< 7114 1726883064.09354: 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"}}} <<< 7114 1726883064.09359: stdout chunk (state=3): >>># destroy __main__ <<< 7114 1726883064.09723: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.09749: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack <<< 7114 1726883064.09756: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.09777: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.09812: stdout chunk (state=3): >>># destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _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 <<< 7114 1726883064.09821: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.09857: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.09867: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.09876: stdout chunk (state=3): >>># cleanup[2] removing _ctypes <<< 7114 1726883064.09898: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.09924: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.10188: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7114 1726883064.10200: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7114 1726883064.10216: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 7114 1726883064.10223: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7114 1726883064.10251: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 7114 1726883064.10271: stdout chunk (state=3): >>># destroy ntpath <<< 7114 1726883064.10299: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.10326: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 7114 1726883064.10351: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7114 1726883064.10368: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 7114 1726883064.10373: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7114 1726883064.10395: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7114 1726883064.10431: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7114 1726883064.10471: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.10474: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.10531: 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 # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 7114 1726883064.10554: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # 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 <<< 7114 1726883064.10562: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7114 1726883064.10690: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7114 1726883064.10704: stdout chunk (state=3): >>># destroy _socket <<< 7114 1726883064.10718: stdout chunk (state=3): >>># destroy _collections <<< 7114 1726883064.10735: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 7114 1726883064.10743: stdout chunk (state=3): >>># destroy tokenize <<< 7114 1726883064.10757: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7114 1726883064.10793: stdout chunk (state=3): >>># destroy _typing <<< 7114 1726883064.10807: stdout chunk (state=3): >>># 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 <<< 7114 1726883064.10824: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7114 1726883064.10932: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 7114 1726883064.10936: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7114 1726883064.10956: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7114 1726883064.10978: stdout chunk (state=3): >>># destroy _hashlib <<< 7114 1726883064.10984: stdout chunk (state=3): >>># destroy _operator <<< 7114 1726883064.10995: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 7114 1726883064.11018: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7114 1726883064.11039: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7114 1726883064.11754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.236 closed. <<< 7114 1726883064.11758: stdout chunk (state=3): >>><<< 7114 1726883064.11760: stderr chunk (state=3): >>><<< 7114 1726883064.11772: _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 0x7f1635ae83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635ab7a10> # /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 0x7f1635aea960> 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 0x7f1635898fe0> # /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 0x7f1635899e50> 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 0x7f16358d7d40> # /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 0x7f16358d7f80> # /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 0x7f163590f740> # /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 0x7f163590fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358efa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358ed130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358d4ef0> # /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 0x7f163592f6e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163592e300> # /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 0x7f16358ee120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163592cb30> # /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 0x7f16359646b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358d4170> # /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 0x7f1635964b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635964a10> # 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 0x7f1635964e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16358d2c90> # /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 0x7f16359654f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359651c0> 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 0x7f16359663f0> 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 0x7f163597c620> 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 0x7f163597dd60> # /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 0x7f163597ec00> # 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 0x7f163597f260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163597e150> # /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 0x7f163597fce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163597f410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635966450> # /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 0x7f163570fb60> # /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 0x7f1635738650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357383b0> # 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 0x7f1635738680> # /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 0x7f1635738fb0> # 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 0x7f1635739940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635738860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163570dd00> # /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 0x7f163573ac90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635738e00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359665d0> # /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 0x7f1635762ff0> # /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 0x7f1635787380> # /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 0x7f16357e81a0> # /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 0x7f16357ea900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357e82c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357b5190> # /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 0x7f1635129250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16357861b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163573bbc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f16351294f0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_gpamsdjh/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 0x7f163517aed0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635159df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635158f80> # 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 0x7f16351791c0> # /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 0x7f16351a6870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351a6630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351a5f40> # /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 0x7f16351a6420> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163517bb60> 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 0x7f16351a7560> # 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 0x7f16351a76e0> # /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 0x7f16351a7c20> 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 0x7f163500da30> # 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 0x7f163500f650> # /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 0x7f163500ffb0> # /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 0x7f1635011160> # /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 0x7f1635013c80> # 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 0x7f1635762f60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635011f40> # /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 0x7f163501bbf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163501a6c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163501a420> # /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 0x7f163501a990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635013170> # 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 0x7f1635063e90> # /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 0x7f1635063ec0> # /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 0x7f1635065a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635065850> # /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 0x7f1635067fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635066180> # /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 0x7f163506b860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635068230> # 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 0x7f163506c950> # 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 0x7f163506c8f0> # 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 0x7f163506c9e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1635064170> # /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 0x7f16350f8290> # 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 0x7f16350f95b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163506ea20> # 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 0x7f163506fda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f163506e600> # 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 0x7f16350fd7f0> # /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 0x7f16350fe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16359649e0> 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 0x7f16350fe3c0> # 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 0x7f16350ff920> # 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 0x7f1634f0a180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1634f051c0> 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 0x7f16351fea20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16351ee6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1634f09e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f16350ff5c0> # 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.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' 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.15.236 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. 7114 1726883064.12820: 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-1726883063.6416965-7151-141033204580517/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7114 1726883064.12823: _low_level_execute_command(): starting 7114 1726883064.12826: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883063.6416965-7151-141033204580517/ > /dev/null 2>&1 && sleep 0' 7114 1726883064.13149: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7114 1726883064.13166: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7114 1726883064.13263: 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.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7114 1726883064.13303: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' <<< 7114 1726883064.13325: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7114 1726883064.13366: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7114 1726883064.13437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7114 1726883064.15312: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7114 1726883064.15360: stdout chunk (state=3): >>><<< 7114 1726883064.15364: stderr chunk (state=3): >>><<< 7114 1726883064.15383: _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.15.236 originally 10.31.15.236 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.15.236 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.15.236 originally 10.31.15.236 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2a6a9b5936' 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 7114 1726883064.15395: handler run complete 7114 1726883064.15548: variable 'ansible_facts' from source: unknown 7114 1726883064.15552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883064.15555: variable 'ansible_facts' from source: unknown 7114 1726883064.15558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883064.15560: attempt loop complete, returning result 7114 1726883064.15563: _execute() done 7114 1726883064.15565: dumping result to json 7114 1726883064.15567: done dumping result, returning 7114 1726883064.15569: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [0affc0aa-4893-58a4-912b-000000000013] 7114 1726883064.15572: sending task result for task 0affc0aa-4893-58a4-912b-000000000013 ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 7114 1726883064.15948: no more pending results, returning what we have 7114 1726883064.15951: results queue empty 7114 1726883064.15952: checking for any_errors_fatal 7114 1726883064.15957: done checking for any_errors_fatal 7114 1726883064.15958: checking for max_fail_percentage 7114 1726883064.15960: done checking for max_fail_percentage 7114 1726883064.15961: checking to see if all hosts have failed and the running result is not ok 7114 1726883064.15962: done checking to see if all hosts have failed 7114 1726883064.15963: getting the remaining hosts for this loop 7114 1726883064.15965: done getting the remaining hosts for this loop 7114 1726883064.15969: getting the next task for host managed_node3 7114 1726883064.15976: done getting next task for host managed_node3 7114 1726883064.15978: ^ task is: TASK: Set flag to indicate system is ostree 7114 1726883064.15981: ^ 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 7114 1726883064.15985: getting variables 7114 1726883064.15987: in VariableManager get_vars() 7114 1726883064.16142: Calling all_inventory to load vars for managed_node3 7114 1726883064.16145: Calling groups_inventory to load vars for managed_node3 7114 1726883064.16149: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883064.16160: Calling all_plugins_play to load vars for managed_node3 7114 1726883064.16162: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883064.16165: Calling groups_plugins_play to load vars for managed_node3 7114 1726883064.16201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883064.16231: done with get_vars() 7114 1726883064.16361: done getting variables 7114 1726883064.16391: done sending task result for task 0affc0aa-4893-58a4-912b-000000000013 7114 1726883064.16394: WORKER PROCESS EXITING 7114 1726883064.16430: 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-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:44:24 -0400 (0:00:00.571) 0:00:00.804 ****** 7114 1726883064.16497: entering _queue_task() for managed_node3/set_fact 7114 1726883064.16905: worker is 1 (out of 1 available) 7114 1726883064.16918: exiting _queue_task() for managed_node3/set_fact 7114 1726883064.16928: done queuing things up, now waiting for results queue to drain 7114 1726883064.16929: waiting for pending results... 7114 1726883064.17070: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 7114 1726883064.17198: in run() - task 0affc0aa-4893-58a4-912b-000000000014 7114 1726883064.17227: variable 'ansible_search_path' from source: unknown 7114 1726883064.17235: variable 'ansible_search_path' from source: unknown 7114 1726883064.17282: calling self._execute() 7114 1726883064.17356: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883064.17374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883064.17388: variable 'omit' from source: magic vars 7114 1726883064.17893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7114 1726883064.18227: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7114 1726883064.18286: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7114 1726883064.18347: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7114 1726883064.18423: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7114 1726883064.18481: 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) 7114 1726883064.18510: 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) 7114 1726883064.18553: 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) 7114 1726883064.18590: 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) 7114 1726883064.18730: Evaluated conditional (not __rhc_is_ostree is defined): True 7114 1726883064.18751: variable 'omit' from source: magic vars 7114 1726883064.18846: variable 'omit' from source: magic vars 7114 1726883064.18970: variable '__ostree_booted_stat' from source: set_fact 7114 1726883064.19037: variable 'omit' from source: magic vars 7114 1726883064.19078: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7114 1726883064.19182: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7114 1726883064.19185: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7114 1726883064.19188: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7114 1726883064.19190: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7114 1726883064.19204: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7114 1726883064.19235: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7114 1726883064.19272: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7114 1726883064.19280: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883064.19294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883064.19524: Set connection var ansible_shell_type to sh 7114 1726883064.19527: Set connection var ansible_shell_executable to /bin/sh 7114 1726883064.19529: Set connection var ansible_timeout to 10 7114 1726883064.19532: Set connection var ansible_module_compression to ZIP_DEFLATED 7114 1726883064.19534: Set connection var ansible_pipelining to False 7114 1726883064.19543: Set connection var ansible_connection to ssh 7114 1726883064.19546: variable 'ansible_shell_executable' from source: unknown 7114 1726883064.19548: variable 'ansible_connection' from source: unknown 7114 1726883064.19550: variable 'ansible_module_compression' from source: unknown 7114 1726883064.19552: variable 'ansible_shell_type' from source: unknown 7114 1726883064.19554: variable 'ansible_shell_executable' from source: unknown 7114 1726883064.19556: variable 'ansible_host' from source: host vars for 'managed_node3' 7114 1726883064.19558: variable 'ansible_pipelining' from source: unknown 7114 1726883064.19633: variable 'ansible_timeout' from source: unknown 7114 1726883064.19636: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7114 1726883064.19699: 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) 7114 1726883064.19713: variable 'omit' from source: magic vars 7114 1726883064.19725: starting attempt loop 7114 1726883064.19731: running the handler 7114 1726883064.19755: handler run complete 7114 1726883064.19771: attempt loop complete, returning result 7114 1726883064.19785: _execute() done 7114 1726883064.19792: dumping result to json 7114 1726883064.19798: done dumping result, returning 7114 1726883064.19847: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [0affc0aa-4893-58a4-912b-000000000014] 7114 1726883064.19851: sending task result for task 0affc0aa-4893-58a4-912b-000000000014 ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7114 1726883064.20093: no more pending results, returning what we have 7114 1726883064.20096: results queue empty 7114 1726883064.20097: checking for any_errors_fatal 7114 1726883064.20109: done checking for any_errors_fatal 7114 1726883064.20111: checking for max_fail_percentage 7114 1726883064.20112: done checking for max_fail_percentage 7114 1726883064.20113: checking to see if all hosts have failed and the running result is not ok 7114 1726883064.20114: done checking to see if all hosts have failed 7114 1726883064.20115: getting the remaining hosts for this loop 7114 1726883064.20120: done getting the remaining hosts for this loop 7114 1726883064.20124: getting the next task for host managed_node3 7114 1726883064.20134: done getting next task for host managed_node3 7114 1726883064.20136: ^ task is: TASK: meta (end_play) 7114 1726883064.20139: ^ 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 7114 1726883064.20146: getting variables 7114 1726883064.20147: in VariableManager get_vars() 7114 1726883064.20178: Calling all_inventory to load vars for managed_node3 7114 1726883064.20180: Calling groups_inventory to load vars for managed_node3 7114 1726883064.20186: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883064.20199: Calling all_plugins_play to load vars for managed_node3 7114 1726883064.20351: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883064.20358: done sending task result for task 0affc0aa-4893-58a4-912b-000000000014 7114 1726883064.20360: WORKER PROCESS EXITING 7114 1726883064.20365: Calling groups_plugins_play to load vars for managed_node3 7114 1726883064.20408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883064.20436: done with get_vars() 7114 1726883064.20527: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Friday 20 September 2024 21:44:24 -0400 (0:00:00.041) 0:00:00.845 ****** 7114 1726883064.20625: in VariableManager get_vars() 7114 1726883064.20635: Calling all_inventory to load vars for managed_node3 7114 1726883064.20637: Calling groups_inventory to load vars for managed_node3 7114 1726883064.20639: Calling all_plugins_inventory to load vars for managed_node3 7114 1726883064.20647: Calling all_plugins_play to load vars for managed_node3 7114 1726883064.20649: Calling groups_plugins_inventory to load vars for managed_node3 7114 1726883064.20652: Calling groups_plugins_play to load vars for managed_node3 7114 1726883064.20689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7114 1726883064.20709: done with get_vars() 7114 1726883064.21008: variable 'lsr_rhc_test_data' from source: include_vars 7114 1726883064.21037: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7114 1726883064.21050: done queuing things up, now waiting for results queue to drain 7114 1726883064.21052: results queue empty 7114 1726883064.21053: checking for any_errors_fatal 7114 1726883064.21055: done checking for any_errors_fatal 7114 1726883064.21056: checking for max_fail_percentage 7114 1726883064.21057: done checking for max_fail_percentage 7114 1726883064.21058: checking to see if all hosts have failed and the running result is not ok 7114 1726883064.21058: done checking to see if all hosts have failed 7114 1726883064.21059: getting the remaining hosts for this loop 7114 1726883064.21060: done getting the remaining hosts for this loop 7114 1726883064.21063: getting the next task for host managed_node3 7114 1726883064.21064: host managed_node3 is done iterating, returning 7114 1726883064.21065: done queuing things up, now waiting for results queue to drain 7114 1726883064.21066: results queue empty 7114 1726883064.21067: checking for any_errors_fatal 7114 1726883064.21068: done checking for any_errors_fatal 7114 1726883064.21068: checking for max_fail_percentage 7114 1726883064.21069: done checking for max_fail_percentage 7114 1726883064.21070: checking to see if all hosts have failed and the running result is not ok 7114 1726883064.21070: done checking to see if all hosts have failed 7114 1726883064.21072: getting the next task for host managed_node3 7114 1726883064.21073: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 21:44:24 -0400 (0:00:00.005) 0:00:00.851 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.57s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Import test data -------------------------------------------------------- 0.06s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.05s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Set local lsr_rhc_test_data --------------------------------------------- 0.05s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.03s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Skip if there is no Insights support ------------------------------------ 0.01s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 7114 1726883064.21160: RUNNING CLEANUP