[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. 7274 1727096449.92312: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-0BF executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 7274 1727096449.92954: Added group all to inventory 7274 1727096449.92956: Added group ungrouped to inventory 7274 1727096449.92960: Group all now contains ungrouped 7274 1727096449.92963: Examining possible inventory source: /tmp/rhc-NqQ/inventory.yml 7274 1727096450.12646: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7274 1727096450.12708: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7274 1727096450.12730: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7274 1727096450.12791: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7274 1727096450.12863: Loaded config def from plugin (inventory/script) 7274 1727096450.12866: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7274 1727096450.12907: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7274 1727096450.12994: Loaded config def from plugin (inventory/yaml) 7274 1727096450.12996: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7274 1727096450.13081: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7274 1727096450.13495: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7274 1727096450.13499: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7274 1727096450.13502: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7274 1727096450.13508: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7274 1727096450.13516: Loading data from /tmp/rhc-NqQ/inventory.yml 7274 1727096450.13586: /tmp/rhc-NqQ/inventory.yml was not parsable by auto 7274 1727096450.13648: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7274 1727096450.13689: Loading data from /tmp/rhc-NqQ/inventory.yml 7274 1727096450.13768: group all already in inventory 7274 1727096450.13775: set inventory_file for managed_node1 7274 1727096450.13778: set inventory_dir for managed_node1 7274 1727096450.13781: Added host managed_node1 to inventory 7274 1727096450.13784: Added host managed_node1 to group all 7274 1727096450.13785: set ansible_host for managed_node1 7274 1727096450.13786: set ansible_ssh_extra_args for managed_node1 7274 1727096450.13789: set inventory_file for managed_node2 7274 1727096450.13792: set inventory_dir for managed_node2 7274 1727096450.13793: Added host managed_node2 to inventory 7274 1727096450.13795: Added host managed_node2 to group all 7274 1727096450.13796: set ansible_host for managed_node2 7274 1727096450.13796: set ansible_ssh_extra_args for managed_node2 7274 1727096450.13799: set inventory_file for managed_node3 7274 1727096450.13802: set inventory_dir for managed_node3 7274 1727096450.13802: Added host managed_node3 to inventory 7274 1727096450.13804: Added host managed_node3 to group all 7274 1727096450.13805: set ansible_host for managed_node3 7274 1727096450.13806: set ansible_ssh_extra_args for managed_node3 7274 1727096450.13809: Reconcile groups and hosts in inventory. 7274 1727096450.13812: Group ungrouped now contains managed_node1 7274 1727096450.13814: Group ungrouped now contains managed_node2 7274 1727096450.13816: Group ungrouped now contains managed_node3 7274 1727096450.13891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7274 1727096450.14014: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7274 1727096450.14060: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7274 1727096450.14088: Loaded config def from plugin (vars/host_group_vars) 7274 1727096450.14090: 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) 7274 1727096450.14097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7274 1727096450.14105: 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) 7274 1727096450.14146: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7274 1727096450.14462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096450.14554: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7274 1727096450.14593: Loaded config def from plugin (connection/local) 7274 1727096450.14596: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7274 1727096450.15236: Loaded config def from plugin (connection/paramiko_ssh) 7274 1727096450.15240: 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) 7274 1727096450.16100: 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) 7274 1727096450.16139: Loaded config def from plugin (connection/psrp) 7274 1727096450.16142: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7274 1727096450.16848: 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) 7274 1727096450.16888: Loaded config def from plugin (connection/ssh) 7274 1727096450.16891: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7274 1727096450.18767: 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) 7274 1727096450.18809: Loaded config def from plugin (connection/winrm) 7274 1727096450.18812: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7274 1727096450.18843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7274 1727096450.18907: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7274 1727096450.18975: Loaded config def from plugin (shell/cmd) 7274 1727096450.18977: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7274 1727096450.18998: 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) 7274 1727096450.19071: Loaded config def from plugin (shell/powershell) 7274 1727096450.19073: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7274 1727096450.19126: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7274 1727096450.19306: Loaded config def from plugin (shell/sh) 7274 1727096450.19309: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7274 1727096450.19342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7274 1727096450.19463: Loaded config def from plugin (become/runas) 7274 1727096450.19465: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7274 1727096450.19650: Loaded config def from plugin (become/su) 7274 1727096450.19652: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7274 1727096450.19811: Loaded config def from plugin (become/sudo) 7274 1727096450.19813: 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 7274 1727096450.19845: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_remediation.yml 7274 1727096450.20378: in VariableManager get_vars() 7274 1727096450.20402: done with get_vars() 7274 1727096450.20421: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 7274 1727096450.20539: in VariableManager get_vars() 7274 1727096450.20555: done with get_vars() 7274 1727096450.20587: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 7274 1727096450.20882: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7274 1727096450.24538: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7274 1727096450.24791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7274 1727096450.25209: in VariableManager get_vars() 7274 1727096450.25225: done with get_vars() 7274 1727096450.25256: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 7274 1727096450.26005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7274 1727096450.26030: 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 7274 1727096450.26260: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7274 1727096450.26484: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7274 1727096450.26486: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-0BF/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 7274 1727096450.26516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7274 1727096450.26539: 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) 7274 1727096450.26702: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7274 1727096450.26760: Loaded config def from plugin (callback/default) 7274 1727096450.26762: 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) 7274 1727096450.27993: Loaded config def from plugin (callback/junit) 7274 1727096450.27996: 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) 7274 1727096450.28040: 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) 7274 1727096450.28122: Loaded config def from plugin (callback/minimal) 7274 1727096450.28124: 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) 7274 1727096450.28162: 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) 7274 1727096450.28225: Loaded config def from plugin (callback/tree) 7274 1727096450.28227: 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 7274 1727096450.28338: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7274 1727096450.28340: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-0BF/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/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_remediation.yml *************************************** 1 plays in /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_remediation.yml 7274 1727096450.28365: in VariableManager get_vars() 7274 1727096450.28382: done with get_vars() 7274 1727096450.28389: in VariableManager get_vars() 7274 1727096450.28397: done with get_vars() 7274 1727096450.28401: variable 'omit' from source: magic vars 7274 1727096450.28439: in VariableManager get_vars() 7274 1727096450.28452: done with get_vars() 7274 1727096450.28473: variable 'omit' from source: magic vars PLAY [Test for insights remediation enabled & disabled] ************************ 7274 1727096450.31069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7274 1727096450.31153: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7274 1727096450.31189: getting the remaining hosts for this loop 7274 1727096450.31191: done getting the remaining hosts for this loop 7274 1727096450.31194: getting the next task for host managed_node3 7274 1727096450.31199: done getting next task for host managed_node3 7274 1727096450.31201: ^ task is: TASK: meta (flush_handlers) 7274 1727096450.31202: ^ 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 7274 1727096450.31205: getting variables 7274 1727096450.31206: in VariableManager get_vars() 7274 1727096450.31217: Calling all_inventory to load vars for managed_node3 7274 1727096450.31219: Calling groups_inventory to load vars for managed_node3 7274 1727096450.31222: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096450.31234: Calling all_plugins_play to load vars for managed_node3 7274 1727096450.31244: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096450.31247: Calling groups_plugins_play to load vars for managed_node3 7274 1727096450.31281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096450.31338: done with get_vars() 7274 1727096450.31355: done getting variables 7274 1727096450.31565: in VariableManager get_vars() 7274 1727096450.31574: Calling all_inventory to load vars for managed_node3 7274 1727096450.31576: Calling groups_inventory to load vars for managed_node3 7274 1727096450.31581: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096450.31587: Calling all_plugins_play to load vars for managed_node3 7274 1727096450.31589: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096450.31592: Calling groups_plugins_play to load vars for managed_node3 7274 1727096450.31619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096450.31633: done with get_vars() 7274 1727096450.31643: done queuing things up, now waiting for results queue to drain 7274 1727096450.31644: results queue empty 7274 1727096450.31645: checking for any_errors_fatal 7274 1727096450.31647: done checking for any_errors_fatal 7274 1727096450.31647: checking for max_fail_percentage 7274 1727096450.31648: done checking for max_fail_percentage 7274 1727096450.31649: checking to see if all hosts have failed and the running result is not ok 7274 1727096450.31650: done checking to see if all hosts have failed 7274 1727096450.31650: getting the remaining hosts for this loop 7274 1727096450.31651: done getting the remaining hosts for this loop 7274 1727096450.31654: getting the next task for host managed_node3 7274 1727096450.31660: done getting next task for host managed_node3 7274 1727096450.31662: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7274 1727096450.31664: ^ 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 7274 1727096450.31666: getting variables 7274 1727096450.31667: in VariableManager get_vars() 7274 1727096450.31674: Calling all_inventory to load vars for managed_node3 7274 1727096450.31676: Calling groups_inventory to load vars for managed_node3 7274 1727096450.31678: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096450.31772: Calling all_plugins_play to load vars for managed_node3 7274 1727096450.31775: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096450.31778: Calling groups_plugins_play to load vars for managed_node3 7274 1727096450.32017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096450.32036: done with get_vars() 7274 1727096450.32042: done getting variables 7274 1727096450.32104: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Monday 23 September 2024 09:00:50 -0400 (0:00:00.038) 0:00:00.038 ****** 7274 1727096450.32135: entering _queue_task() for managed_node3/set_fact 7274 1727096450.32137: Creating lock for set_fact 7274 1727096450.32900: worker is 1 (out of 1 available) 7274 1727096450.32907: exiting _queue_task() for managed_node3/set_fact 7274 1727096450.32915: done queuing things up, now waiting for results queue to drain 7274 1727096450.32916: waiting for pending results... 7274 1727096450.33051: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 7274 1727096450.33287: in run() - task 121ff75e-a0f1-78dd-0431-00000000000c 7274 1727096450.33291: variable 'ansible_search_path' from source: unknown 7274 1727096450.33294: variable 'ansible_search_path' from source: unknown 7274 1727096450.33320: calling self._execute() 7274 1727096450.33452: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.33465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.33513: variable 'omit' from source: magic vars 7274 1727096450.33720: variable 'omit' from source: magic vars 7274 1727096450.33784: variable 'omit' from source: magic vars 7274 1727096450.35023: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7274 1727096450.35250: Loaded config def from plugin (lookup/env) 7274 1727096450.35262: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7274 1727096450.35333: variable 'omit' from source: magic vars 7274 1727096450.35416: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7274 1727096450.35483: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7274 1727096450.35589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7274 1727096450.35611: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7274 1727096450.35627: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7274 1727096450.35684: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7274 1727096450.35688: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.35691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.35894: Set connection var ansible_timeout to 10 7274 1727096450.36110: Set connection var ansible_shell_type to sh 7274 1727096450.36114: Set connection var ansible_module_compression to ZIP_DEFLATED 7274 1727096450.36116: Set connection var ansible_shell_executable to /bin/sh 7274 1727096450.36118: Set connection var ansible_connection to ssh 7274 1727096450.36120: Set connection var ansible_pipelining to False 7274 1727096450.36122: variable 'ansible_shell_executable' from source: unknown 7274 1727096450.36125: variable 'ansible_connection' from source: unknown 7274 1727096450.36127: variable 'ansible_module_compression' from source: unknown 7274 1727096450.36129: variable 'ansible_shell_type' from source: unknown 7274 1727096450.36132: variable 'ansible_shell_executable' from source: unknown 7274 1727096450.36134: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.36136: variable 'ansible_pipelining' from source: unknown 7274 1727096450.36138: variable 'ansible_timeout' from source: unknown 7274 1727096450.36140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.36333: 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) 7274 1727096450.36350: variable 'omit' from source: magic vars 7274 1727096450.36487: starting attempt loop 7274 1727096450.36490: running the handler 7274 1727096450.36492: handler run complete 7274 1727096450.36495: attempt loop complete, returning result 7274 1727096450.36497: _execute() done 7274 1727096450.36499: dumping result to json 7274 1727096450.36501: done dumping result, returning 7274 1727096450.36503: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [121ff75e-a0f1-78dd-0431-00000000000c] 7274 1727096450.36505: sending task result for task 121ff75e-a0f1-78dd-0431-00000000000c ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7274 1727096450.36734: no more pending results, returning what we have 7274 1727096450.36737: results queue empty 7274 1727096450.36738: checking for any_errors_fatal 7274 1727096450.36740: done checking for any_errors_fatal 7274 1727096450.36741: checking for max_fail_percentage 7274 1727096450.36743: done checking for max_fail_percentage 7274 1727096450.36744: checking to see if all hosts have failed and the running result is not ok 7274 1727096450.36745: done checking to see if all hosts have failed 7274 1727096450.36745: getting the remaining hosts for this loop 7274 1727096450.36747: done getting the remaining hosts for this loop 7274 1727096450.36750: getting the next task for host managed_node3 7274 1727096450.36759: done getting next task for host managed_node3 7274 1727096450.36761: ^ task is: TASK: Import test data 7274 1727096450.36765: ^ 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 7274 1727096450.36768: getting variables 7274 1727096450.36770: in VariableManager get_vars() 7274 1727096450.36802: Calling all_inventory to load vars for managed_node3 7274 1727096450.36804: Calling groups_inventory to load vars for managed_node3 7274 1727096450.36807: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096450.36817: Calling all_plugins_play to load vars for managed_node3 7274 1727096450.36819: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096450.36821: Calling groups_plugins_play to load vars for managed_node3 7274 1727096450.36858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096450.37090: done with get_vars() 7274 1727096450.37105: done getting variables 7274 1727096450.37135: done sending task result for task 121ff75e-a0f1-78dd-0431-00000000000c 7274 1727096450.37138: WORKER PROCESS EXITING 7274 1727096450.37250: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Monday 23 September 2024 09:00:50 -0400 (0:00:00.051) 0:00:00.090 ****** 7274 1727096450.37435: entering _queue_task() for managed_node3/include_vars 7274 1727096450.37437: Creating lock for include_vars 7274 1727096450.37960: worker is 1 (out of 1 available) 7274 1727096450.38088: exiting _queue_task() for managed_node3/include_vars 7274 1727096450.38099: done queuing things up, now waiting for results queue to drain 7274 1727096450.38101: waiting for pending results... 7274 1727096450.38399: running TaskExecutor() for managed_node3/TASK: Import test data 7274 1727096450.38516: in run() - task 121ff75e-a0f1-78dd-0431-00000000000e 7274 1727096450.38784: variable 'ansible_search_path' from source: unknown 7274 1727096450.38788: variable 'ansible_search_path' from source: unknown 7274 1727096450.38791: calling self._execute() 7274 1727096450.38805: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.38816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.39184: variable 'omit' from source: magic vars 7274 1727096450.39861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7274 1727096450.42259: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7274 1727096450.42337: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7274 1727096450.42376: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7274 1727096450.42416: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7274 1727096450.42451: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7274 1727096450.42536: 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) 7274 1727096450.42570: 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) 7274 1727096450.42602: 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) 7274 1727096450.42652: 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) 7274 1727096450.42672: 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) 7274 1727096450.42796: variable 'lsr_rhc_test_data_file' from source: set_fact 7274 1727096450.42834: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7274 1727096450.42841: when evaluation is False, skipping this task 7274 1727096450.42848: _execute() done 7274 1727096450.42859: dumping result to json 7274 1727096450.42867: done dumping result, returning 7274 1727096450.42878: done running TaskExecutor() for managed_node3/TASK: Import test data [121ff75e-a0f1-78dd-0431-00000000000e] 7274 1727096450.42891: sending task result for task 121ff75e-a0f1-78dd-0431-00000000000e skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7274 1727096450.43177: no more pending results, returning what we have 7274 1727096450.43182: results queue empty 7274 1727096450.43183: checking for any_errors_fatal 7274 1727096450.43188: done checking for any_errors_fatal 7274 1727096450.43188: checking for max_fail_percentage 7274 1727096450.43190: done checking for max_fail_percentage 7274 1727096450.43191: checking to see if all hosts have failed and the running result is not ok 7274 1727096450.43192: done checking to see if all hosts have failed 7274 1727096450.43193: getting the remaining hosts for this loop 7274 1727096450.43194: done getting the remaining hosts for this loop 7274 1727096450.43198: getting the next task for host managed_node3 7274 1727096450.43206: done getting next task for host managed_node3 7274 1727096450.43209: ^ task is: TASK: Get facts for external test data 7274 1727096450.43212: ^ 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 7274 1727096450.43216: getting variables 7274 1727096450.43218: in VariableManager get_vars() 7274 1727096450.43247: Calling all_inventory to load vars for managed_node3 7274 1727096450.43250: Calling groups_inventory to load vars for managed_node3 7274 1727096450.43254: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096450.43264: Calling all_plugins_play to load vars for managed_node3 7274 1727096450.43268: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096450.43271: Calling groups_plugins_play to load vars for managed_node3 7274 1727096450.43300: done sending task result for task 121ff75e-a0f1-78dd-0431-00000000000e 7274 1727096450.43303: WORKER PROCESS EXITING 7274 1727096450.43326: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096450.43354: done with get_vars() 7274 1727096450.43363: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Monday 23 September 2024 09:00:50 -0400 (0:00:00.061) 0:00:00.151 ****** 7274 1727096450.43464: entering _queue_task() for managed_node3/setup 7274 1727096450.44086: worker is 1 (out of 1 available) 7274 1727096450.44093: exiting _queue_task() for managed_node3/setup 7274 1727096450.44101: done queuing things up, now waiting for results queue to drain 7274 1727096450.44102: waiting for pending results... 7274 1727096450.44224: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 7274 1727096450.44355: in run() - task 121ff75e-a0f1-78dd-0431-00000000000f 7274 1727096450.44374: variable 'ansible_search_path' from source: unknown 7274 1727096450.44448: variable 'ansible_search_path' from source: unknown 7274 1727096450.44452: calling self._execute() 7274 1727096450.44489: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.44500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.44514: variable 'omit' from source: magic vars 7274 1727096450.45025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7274 1727096450.47143: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7274 1727096450.47215: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7274 1727096450.47254: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7274 1727096450.47299: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7274 1727096450.47329: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7274 1727096450.47423: 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) 7274 1727096450.47486: 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) 7274 1727096450.47491: 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) 7274 1727096450.47541: 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) 7274 1727096450.47563: 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) 7274 1727096450.47715: variable 'lsr_rhc_test_data_file' from source: set_fact 7274 1727096450.47753: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7274 1727096450.47984: when evaluation is False, skipping this task 7274 1727096450.47987: _execute() done 7274 1727096450.47990: dumping result to json 7274 1727096450.47992: done dumping result, returning 7274 1727096450.47994: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [121ff75e-a0f1-78dd-0431-00000000000f] 7274 1727096450.47996: sending task result for task 121ff75e-a0f1-78dd-0431-00000000000f 7274 1727096450.48059: done sending task result for task 121ff75e-a0f1-78dd-0431-00000000000f 7274 1727096450.48062: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7274 1727096450.48109: no more pending results, returning what we have 7274 1727096450.48112: results queue empty 7274 1727096450.48112: checking for any_errors_fatal 7274 1727096450.48117: done checking for any_errors_fatal 7274 1727096450.48118: checking for max_fail_percentage 7274 1727096450.48120: done checking for max_fail_percentage 7274 1727096450.48120: checking to see if all hosts have failed and the running result is not ok 7274 1727096450.48121: done checking to see if all hosts have failed 7274 1727096450.48122: getting the remaining hosts for this loop 7274 1727096450.48124: done getting the remaining hosts for this loop 7274 1727096450.48127: getting the next task for host managed_node3 7274 1727096450.48135: done getting next task for host managed_node3 7274 1727096450.48137: ^ task is: TASK: Set local lsr_rhc_test_data 7274 1727096450.48141: ^ 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 7274 1727096450.48145: getting variables 7274 1727096450.48147: in VariableManager get_vars() 7274 1727096450.48177: Calling all_inventory to load vars for managed_node3 7274 1727096450.48284: Calling groups_inventory to load vars for managed_node3 7274 1727096450.48289: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096450.48300: Calling all_plugins_play to load vars for managed_node3 7274 1727096450.48303: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096450.48307: Calling groups_plugins_play to load vars for managed_node3 7274 1727096450.48350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096450.48378: done with get_vars() 7274 1727096450.48782: done getting variables 7274 1727096450.48838: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Monday 23 September 2024 09:00:50 -0400 (0:00:00.054) 0:00:00.206 ****** 7274 1727096450.48869: entering _queue_task() for managed_node3/include_vars 7274 1727096450.49209: worker is 1 (out of 1 available) 7274 1727096450.49221: exiting _queue_task() for managed_node3/include_vars 7274 1727096450.49233: done queuing things up, now waiting for results queue to drain 7274 1727096450.49235: waiting for pending results... 7274 1727096450.49698: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 7274 1727096450.49846: in run() - task 121ff75e-a0f1-78dd-0431-000000000011 7274 1727096450.49860: variable 'ansible_search_path' from source: unknown 7274 1727096450.49864: variable 'ansible_search_path' from source: unknown 7274 1727096450.50054: calling self._execute() 7274 1727096450.50299: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.50307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.50317: variable 'omit' from source: magic vars 7274 1727096450.51339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7274 1727096450.55658: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7274 1727096450.55755: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7274 1727096450.55850: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7274 1727096450.55854: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7274 1727096450.55888: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7274 1727096450.55989: 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) 7274 1727096450.56031: 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) 7274 1727096450.56125: 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) 7274 1727096450.56129: 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) 7274 1727096450.56141: 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) 7274 1727096450.56285: variable 'lsr_rhc_test_data_file' from source: set_fact 7274 1727096450.56319: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7274 1727096450.56330: variable 'omit' from source: magic vars 7274 1727096450.56411: variable 'omit' from source: magic vars 7274 1727096450.56461: variable 'omit' from source: magic vars 7274 1727096450.56495: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7274 1727096450.56531: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7274 1727096450.56563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7274 1727096450.56613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7274 1727096450.56616: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7274 1727096450.56641: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7274 1727096450.56649: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.56670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.56828: Set connection var ansible_timeout to 10 7274 1727096450.56832: Set connection var ansible_shell_type to sh 7274 1727096450.56835: Set connection var ansible_module_compression to ZIP_DEFLATED 7274 1727096450.56837: Set connection var ansible_shell_executable to /bin/sh 7274 1727096450.56839: Set connection var ansible_connection to ssh 7274 1727096450.56841: Set connection var ansible_pipelining to False 7274 1727096450.56854: variable 'ansible_shell_executable' from source: unknown 7274 1727096450.56861: variable 'ansible_connection' from source: unknown 7274 1727096450.56868: variable 'ansible_module_compression' from source: unknown 7274 1727096450.56874: variable 'ansible_shell_type' from source: unknown 7274 1727096450.56889: variable 'ansible_shell_executable' from source: unknown 7274 1727096450.56899: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.56907: variable 'ansible_pipelining' from source: unknown 7274 1727096450.56915: variable 'ansible_timeout' from source: unknown 7274 1727096450.56938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.57051: 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) 7274 1727096450.57067: variable 'omit' from source: magic vars 7274 1727096450.57107: starting attempt loop 7274 1727096450.57110: running the handler 7274 1727096450.57113: evaluation_path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7274 1727096450.57134: search_path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 7274 1727096450.57285: handler run complete 7274 1727096450.57325: attempt loop complete, returning result 7274 1727096450.57328: _execute() done 7274 1727096450.57330: dumping result to json 7274 1727096450.57332: done dumping result, returning 7274 1727096450.57374: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [121ff75e-a0f1-78dd-0431-000000000011] 7274 1727096450.57377: sending task result for task 121ff75e-a0f1-78dd-0431-000000000011 7274 1727096450.57591: done sending task result for task 121ff75e-a0f1-78dd-0431-000000000011 7274 1727096450.57594: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7274 1727096450.57774: no more pending results, returning what we have 7274 1727096450.57777: results queue empty 7274 1727096450.57777: checking for any_errors_fatal 7274 1727096450.57784: done checking for any_errors_fatal 7274 1727096450.57784: checking for max_fail_percentage 7274 1727096450.57786: done checking for max_fail_percentage 7274 1727096450.57787: checking to see if all hosts have failed and the running result is not ok 7274 1727096450.57787: done checking to see if all hosts have failed 7274 1727096450.57788: getting the remaining hosts for this loop 7274 1727096450.57789: done getting the remaining hosts for this loop 7274 1727096450.57792: getting the next task for host managed_node3 7274 1727096450.57799: done getting next task for host managed_node3 7274 1727096450.57801: ^ task is: TASK: Check if system is ostree 7274 1727096450.57805: ^ 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 7274 1727096450.57808: getting variables 7274 1727096450.57809: in VariableManager get_vars() 7274 1727096450.57830: Calling all_inventory to load vars for managed_node3 7274 1727096450.57832: Calling groups_inventory to load vars for managed_node3 7274 1727096450.57835: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096450.57844: Calling all_plugins_play to load vars for managed_node3 7274 1727096450.57847: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096450.57850: Calling groups_plugins_play to load vars for managed_node3 7274 1727096450.57890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096450.57914: done with get_vars() 7274 1727096450.57921: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Monday 23 September 2024 09:00:50 -0400 (0:00:00.091) 0:00:00.297 ****** 7274 1727096450.58003: entering _queue_task() for managed_node3/stat 7274 1727096450.58617: worker is 1 (out of 1 available) 7274 1727096450.58627: exiting _queue_task() for managed_node3/stat 7274 1727096450.58636: done queuing things up, now waiting for results queue to drain 7274 1727096450.58638: waiting for pending results... 7274 1727096450.59239: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 7274 1727096450.59244: in run() - task 121ff75e-a0f1-78dd-0431-000000000013 7274 1727096450.59248: variable 'ansible_search_path' from source: unknown 7274 1727096450.59250: variable 'ansible_search_path' from source: unknown 7274 1727096450.59276: calling self._execute() 7274 1727096450.59556: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.59560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.59563: variable 'omit' from source: magic vars 7274 1727096450.60544: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7274 1727096450.61057: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7274 1727096450.61289: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7274 1727096450.61295: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7274 1727096450.61417: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7274 1727096450.61687: 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) 7274 1727096450.61691: 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) 7274 1727096450.61694: 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) 7274 1727096450.61759: 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) 7274 1727096450.62064: Evaluated conditional (not __rhc_is_ostree is defined): True 7274 1727096450.62067: variable 'omit' from source: magic vars 7274 1727096450.62213: variable 'omit' from source: magic vars 7274 1727096450.62251: variable 'omit' from source: magic vars 7274 1727096450.62308: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7274 1727096450.62418: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7274 1727096450.62438: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7274 1727096450.62457: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7274 1727096450.62513: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7274 1727096450.62546: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7274 1727096450.62594: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.62612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.62832: Set connection var ansible_timeout to 10 7274 1727096450.62845: Set connection var ansible_shell_type to sh 7274 1727096450.62858: Set connection var ansible_module_compression to ZIP_DEFLATED 7274 1727096450.63046: Set connection var ansible_shell_executable to /bin/sh 7274 1727096450.63050: Set connection var ansible_connection to ssh 7274 1727096450.63052: Set connection var ansible_pipelining to False 7274 1727096450.63054: variable 'ansible_shell_executable' from source: unknown 7274 1727096450.63056: variable 'ansible_connection' from source: unknown 7274 1727096450.63059: variable 'ansible_module_compression' from source: unknown 7274 1727096450.63061: variable 'ansible_shell_type' from source: unknown 7274 1727096450.63063: variable 'ansible_shell_executable' from source: unknown 7274 1727096450.63065: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096450.63067: variable 'ansible_pipelining' from source: unknown 7274 1727096450.63069: variable 'ansible_timeout' from source: unknown 7274 1727096450.63071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096450.63389: 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) 7274 1727096450.63407: variable 'omit' from source: magic vars 7274 1727096450.63419: starting attempt loop 7274 1727096450.63700: running the handler 7274 1727096450.63703: _low_level_execute_command(): starting 7274 1727096450.63706: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7274 1727096450.65068: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7274 1727096450.65185: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.65312: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK <<< 7274 1727096450.65343: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7274 1727096450.65570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7274 1727096450.67291: stdout chunk (state=3): >>>/root <<< 7274 1727096450.67408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7274 1727096450.67462: stderr chunk (state=3): >>><<< 7274 1727096450.67473: stdout chunk (state=3): >>><<< 7274 1727096450.67711: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7274 1727096450.67723: _low_level_execute_command(): starting 7274 1727096450.67727: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668 `" && echo ansible-tmp-1727096450.6761274-7305-130149671586668="` echo /root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668 `" ) && sleep 0' 7274 1727096450.68765: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7274 1727096450.68778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.68796: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.68899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 7274 1727096450.69011: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7274 1727096450.69032: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7274 1727096450.69219: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7274 1727096450.71153: stdout chunk (state=3): >>>ansible-tmp-1727096450.6761274-7305-130149671586668=/root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668 <<< 7274 1727096450.71308: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7274 1727096450.71340: stdout chunk (state=3): >>><<< 7274 1727096450.71343: stderr chunk (state=3): >>><<< 7274 1727096450.71360: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096450.6761274-7305-130149671586668=/root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7274 1727096450.71492: variable 'ansible_module_compression' from source: unknown 7274 1727096450.71502: ANSIBALLZ: Using lock for stat 7274 1727096450.71510: ANSIBALLZ: Acquiring lock 7274 1727096450.71517: ANSIBALLZ: Lock acquired: 140017799604288 7274 1727096450.71524: ANSIBALLZ: Creating module 7274 1727096450.82144: ANSIBALLZ: Writing module into payload 7274 1727096450.82239: ANSIBALLZ: Writing module 7274 1727096450.82254: ANSIBALLZ: Renaming module 7274 1727096450.82258: ANSIBALLZ: Done creating module 7274 1727096450.82276: variable 'ansible_facts' from source: unknown 7274 1727096450.82313: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7274 1727096450.82318: _low_level_execute_command(): starting 7274 1727096450.82321: _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' 7274 1727096450.82884: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7274 1727096450.82897: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7274 1727096450.82908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7274 1727096450.82923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7274 1727096450.82935: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 <<< 7274 1727096450.82943: stderr chunk (state=3): >>>debug2: match not found <<< 7274 1727096450.82952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.82992: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7274 1727096450.82996: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.142 is address <<< 7274 1727096450.82998: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7274 1727096450.83000: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7274 1727096450.83006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7274 1727096450.83098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7274 1727096450.83102: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 <<< 7274 1727096450.83104: stderr chunk (state=3): >>>debug2: match found <<< 7274 1727096450.83106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.83108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 7274 1727096450.83125: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7274 1727096450.83154: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7274 1727096450.83250: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7274 1727096450.84917: stdout chunk (state=3): >>>PLATFORM <<< 7274 1727096450.85009: stdout chunk (state=3): >>>Linux <<< 7274 1727096450.85012: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 7274 1727096450.85033: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7274 1727096450.85188: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7274 1727096450.85214: stderr chunk (state=3): >>><<< 7274 1727096450.85217: stdout chunk (state=3): >>><<< 7274 1727096450.85241: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7274 1727096450.85375 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 7274 1727096450.85381: _low_level_execute_command(): starting 7274 1727096450.85386: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 7274 1727096450.85415: Sending initial data 7274 1727096450.85424: Sent initial data (1181 bytes) 7274 1727096450.85960: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 7274 1727096450.85964: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7274 1727096450.86008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7274 1727096450.86100: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7274 1727096450.89567: 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"} <<< 7274 1727096450.90091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7274 1727096450.90095: stdout chunk (state=3): >>><<< 7274 1727096450.90097: stderr chunk (state=3): >>><<< 7274 1727096450.90100: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7274 1727096450.90121: variable 'ansible_facts' from source: unknown 7274 1727096450.90131: variable 'ansible_facts' from source: unknown 7274 1727096450.90143: variable 'ansible_module_compression' from source: unknown 7274 1727096450.90223: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7274lfoanhy3/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7274 1727096450.90232: variable 'ansible_facts' from source: unknown 7274 1727096450.90314: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/AnsiballZ_stat.py 7274 1727096450.90504: Sending initial data 7274 1727096450.90507: Sent initial data (151 bytes) 7274 1727096450.91146: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7274 1727096450.91184: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7274 1727096450.91207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration <<< 7274 1727096450.91221: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7274 1727096450.91294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.91328: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 7274 1727096450.91349: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7274 1727096450.91363: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7274 1727096450.91484: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7274 1727096450.93058: 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 <<< 7274 1727096450.93144: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7274 1727096450.93222: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7274lfoanhy3/tmpwfj4lvgq /root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/AnsiballZ_stat.py <<< 7274 1727096450.93231: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/AnsiballZ_stat.py" <<< 7274 1727096450.93307: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7274lfoanhy3/tmpwfj4lvgq" to remote "/root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/AnsiballZ_stat.py" <<< 7274 1727096450.94020: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7274 1727096450.94053: stderr chunk (state=3): >>><<< 7274 1727096450.94056: stdout chunk (state=3): >>><<< 7274 1727096450.94080: done transferring module to remote 7274 1727096450.94096: _low_level_execute_command(): starting 7274 1727096450.94100: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/ /root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/AnsiballZ_stat.py && sleep 0' 7274 1727096450.94577: 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 <<< 7274 1727096450.94586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found <<< 7274 1727096450.94588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7274 1727096450.94591: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7274 1727096450.94593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found <<< 7274 1727096450.94595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.94630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK <<< 7274 1727096450.94637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7274 1727096450.94720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7274 1727096450.96484: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7274 1727096450.96507: stderr chunk (state=3): >>><<< 7274 1727096450.96510: stdout chunk (state=3): >>><<< 7274 1727096450.96526: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7274 1727096450.96529: _low_level_execute_command(): starting 7274 1727096450.96534: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/AnsiballZ_stat.py && sleep 0' 7274 1727096450.96940: 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 <<< 7274 1727096450.96976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found <<< 7274 1727096450.96982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.96985: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7274 1727096450.96988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found <<< 7274 1727096450.96990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096450.97030: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 7274 1727096450.97033: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7274 1727096450.97128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7274 1727096450.99304: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7274 1727096450.99334: stdout chunk (state=3): >>>import _imp # builtin <<< 7274 1727096450.99359: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7274 1727096450.99363: stdout chunk (state=3): >>>import '_weakref' # <<< 7274 1727096450.99427: stdout chunk (state=3): >>>import '_io' # <<< 7274 1727096450.99430: stdout chunk (state=3): >>>import 'marshal' # <<< 7274 1727096450.99463: stdout chunk (state=3): >>>import 'posix' # <<< 7274 1727096450.99496: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7274 1727096450.99504: stdout chunk (state=3): >>># installing zipimport hook <<< 7274 1727096450.99526: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 7274 1727096450.99530: stdout chunk (state=3): >>># installed zipimport hook <<< 7274 1727096450.99578: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7274 1727096450.99588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096450.99602: stdout chunk (state=3): >>>import '_codecs' # <<< 7274 1727096450.99621: stdout chunk (state=3): >>>import 'codecs' # <<< 7274 1727096450.99655: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7274 1727096450.99677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5dbc4d0> <<< 7274 1727096450.99699: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5d8bb00> <<< 7274 1727096450.99713: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7274 1727096450.99725: 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 0x7f45e5dbea50> <<< 7274 1727096450.99744: stdout chunk (state=3): >>>import '_signal' # <<< 7274 1727096450.99777: stdout chunk (state=3): >>>import '_abc' # <<< 7274 1727096450.99786: stdout chunk (state=3): >>>import 'abc' # <<< 7274 1727096450.99796: stdout chunk (state=3): >>>import 'io' # <<< 7274 1727096450.99828: stdout chunk (state=3): >>>import '_stat' # <<< 7274 1727096450.99831: stdout chunk (state=3): >>>import 'stat' # <<< 7274 1727096450.99915: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7274 1727096450.99937: stdout chunk (state=3): >>>import 'genericpath' # <<< 7274 1727096450.99942: stdout chunk (state=3): >>>import 'posixpath' # <<< 7274 1727096450.99961: stdout chunk (state=3): >>>import 'os' # <<< 7274 1727096450.99990: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7274 1727096451.00004: stdout chunk (state=3): >>>Processing user site-packages <<< 7274 1727096451.00020: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7274 1727096451.00023: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7274 1727096451.00050: 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 <<< 7274 1727096451.00053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7274 1727096451.00077: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5dcd130> <<< 7274 1727096451.00130: 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 <<< 7274 1727096451.00146: stdout chunk (state=3): >>># 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 0x7f45e5dcdfa0> <<< 7274 1727096451.00176: stdout chunk (state=3): >>>import 'site' # <<< 7274 1727096451.00206: 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. <<< 7274 1727096451.00431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7274 1727096451.00434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7274 1727096451.00460: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7274 1727096451.00463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096451.00489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7274 1727096451.00523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7274 1727096451.00543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7274 1727096451.00567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7274 1727096451.00587: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bcbe60> <<< 7274 1727096451.00595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7274 1727096451.00616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7274 1727096451.00640: stdout chunk (state=3): >>>import '_operator' # <<< 7274 1727096451.00648: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bcbef0> <<< 7274 1727096451.00660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7274 1727096451.00688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7274 1727096451.00707: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7274 1727096451.00762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096451.00773: stdout chunk (state=3): >>>import 'itertools' # <<< 7274 1727096451.00804: 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' <<< 7274 1727096451.00807: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c03860> <<< 7274 1727096451.00826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7274 1727096451.00832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c03ef0> <<< 7274 1727096451.00849: stdout chunk (state=3): >>>import '_collections' # <<< 7274 1727096451.00894: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5be3b30> <<< 7274 1727096451.00913: stdout chunk (state=3): >>>import '_functools' # <<< 7274 1727096451.00934: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5be1220> <<< 7274 1727096451.01027: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bc9010> <<< 7274 1727096451.01046: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7274 1727096451.01085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7274 1727096451.01094: stdout chunk (state=3): >>>import '_sre' # <<< 7274 1727096451.01124: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7274 1727096451.01158: stdout chunk (state=3): >>># 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' <<< 7274 1727096451.01204: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c237a0> <<< 7274 1727096451.01209: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c223c0> <<< 7274 1727096451.01233: 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 0x7f45e5be20f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bca8d0> <<< 7274 1727096451.01300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7274 1727096451.01319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c587d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bc8290> # /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' <<< 7274 1727096451.01351: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.01365: 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 0x7f45e5c58c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c58b30> <<< 7274 1727096451.01400: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.01426: 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 0x7f45e5c58f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bc6db0> <<< 7274 1727096451.01440: stdout chunk (state=3): >>># /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' <<< 7274 1727096451.01460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7274 1727096451.01507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7274 1727096451.01515: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c595e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c592b0> import 'importlib.machinery' # <<< 7274 1727096451.01539: 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' <<< 7274 1727096451.01564: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c5a4b0> <<< 7274 1727096451.01605: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 7274 1727096451.01608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7274 1727096451.01665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7274 1727096451.01678: 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 0x7f45e5c706b0> import 'errno' # <<< 7274 1727096451.01719: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.01744: 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 0x7f45e5c71d60> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7274 1727096451.01781: stdout chunk (state=3): >>># 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' <<< 7274 1727096451.01785: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c72c00> <<< 7274 1727096451.01843: 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 0x7f45e5c73260> <<< 7274 1727096451.01849: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c72150> <<< 7274 1727096451.01873: stdout chunk (state=3): >>># /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' <<< 7274 1727096451.01909: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.01930: 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 0x7f45e5c73ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c73410> <<< 7274 1727096451.01984: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c5a420> <<< 7274 1727096451.01997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7274 1727096451.02020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7274 1727096451.02040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7274 1727096451.02057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7274 1727096451.02112: 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 0x7f45e5a0fc50> <<< 7274 1727096451.02115: 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' <<< 7274 1727096451.02177: 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 0x7f45e5a387a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a38500> <<< 7274 1727096451.02182: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 7274 1727096451.02189: stdout chunk (state=3): >>> # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f45e5a386b0> <<< 7274 1727096451.02214: 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' <<< 7274 1727096451.02268: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.02402: 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 0x7f45e5a39040> <<< 7274 1727096451.02505: 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' <<< 7274 1727096451.02514: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f45e5a39a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a388f0> <<< 7274 1727096451.02540: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a0ddf0> <<< 7274 1727096451.02559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7274 1727096451.02565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7274 1727096451.02590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7274 1727096451.02593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7274 1727096451.02610: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a3adb0> <<< 7274 1727096451.02622: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a38ec0> <<< 7274 1727096451.02643: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c5abd0> <<< 7274 1727096451.02669: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7274 1727096451.02729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096451.02748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7274 1727096451.02783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7274 1727096451.02805: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a670b0> <<< 7274 1727096451.02864: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7274 1727096451.02877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096451.02895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7274 1727096451.02908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7274 1727096451.02951: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a8b440> <<< 7274 1727096451.02974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7274 1727096451.03019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7274 1727096451.03067: stdout chunk (state=3): >>>import 'ntpath' # <<< 7274 1727096451.03097: 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 0x7f45e5ae81d0> <<< 7274 1727096451.03111: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7274 1727096451.03133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7274 1727096451.03162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7274 1727096451.03200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7274 1727096451.03291: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5aea930> <<< 7274 1727096451.03359: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5ae82f0><<< 7274 1727096451.03370: stdout chunk (state=3): >>> <<< 7274 1727096451.03396: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5ab51f0> <<< 7274 1727096451.03426: 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 0x7f45e5ab59a0> <<< 7274 1727096451.03441: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a8a240> <<< 7274 1727096451.03446: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a3bcb0> <<< 7274 1727096451.03560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7274 1727096451.03572: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f45e5a8a5a0> <<< 7274 1727096451.03696: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_w75n598_/ansible_stat_payload.zip' # zipimport: zlib available <<< 7274 1727096451.03831: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.03852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7274 1727096451.03870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7274 1727096451.03905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7274 1727096451.03986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7274 1727096451.04011: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 7274 1727096451.04019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5942fc0> <<< 7274 1727096451.04025: stdout chunk (state=3): >>>import '_typing' # <<< 7274 1727096451.04211: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5921eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5921070> <<< 7274 1727096451.04222: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.04245: stdout chunk (state=3): >>>import 'ansible' # <<< 7274 1727096451.04264: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.04275: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.04303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.04306: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7274 1727096451.04328: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.05711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.06817: stdout chunk (state=3): >>># /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' <<< 7274 1727096451.06822: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5940e90> <<< 7274 1727096451.06844: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7274 1727096451.06853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096451.06871: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7274 1727096451.06900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7274 1727096451.06911: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7274 1727096451.06932: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.06937: 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 0x7f45e5972960> <<< 7274 1727096451.06974: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e59726f0> <<< 7274 1727096451.07006: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5972030> <<< 7274 1727096451.07017: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7274 1727096451.07030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7274 1727096451.07065: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5972480> <<< 7274 1727096451.07076: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e59439e0> <<< 7274 1727096451.07081: stdout chunk (state=3): >>>import 'atexit' # <<< 7274 1727096451.07108: 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 0x7f45e59736e0> <<< 7274 1727096451.07130: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.07135: 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 0x7f45e5973920> <<< 7274 1727096451.07155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7274 1727096451.07202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7274 1727096451.07216: stdout chunk (state=3): >>>import '_locale' # <<< 7274 1727096451.07253: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5973e60> <<< 7274 1727096451.07266: stdout chunk (state=3): >>>import 'pwd' # <<< 7274 1727096451.07290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7274 1727096451.07317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7274 1727096451.07344: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5311b80> <<< 7274 1727096451.07377: 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' <<< 7274 1727096451.07387: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f45e53137a0> <<< 7274 1727096451.07409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7274 1727096451.07428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7274 1727096451.07458: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5313fb0> <<< 7274 1727096451.07481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7274 1727096451.07506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7274 1727096451.07531: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5319220> <<< 7274 1727096451.07549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7274 1727096451.07588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7274 1727096451.07602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7274 1727096451.07614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7274 1727096451.07659: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531bcb0> <<< 7274 1727096451.07698: 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 0x7f45e5a67020> <<< 7274 1727096451.07716: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5319fa0> <<< 7274 1727096451.07741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7274 1727096451.07763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7274 1727096451.07788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7274 1727096451.07815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7274 1727096451.07839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7274 1727096451.07870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 7274 1727096451.07888: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531fc80> <<< 7274 1727096451.07897: stdout chunk (state=3): >>>import '_tokenize' # <<< 7274 1727096451.07968: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531e750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531e4b0> <<< 7274 1727096451.07988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7274 1727096451.07993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7274 1727096451.08076: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531ea20> <<< 7274 1727096451.08096: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531a4b0> <<< 7274 1727096451.08125: 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 0x7f45e5367e60> <<< 7274 1727096451.08160: 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' <<< 7274 1727096451.08168: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5367f20> <<< 7274 1727096451.08191: 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 <<< 7274 1727096451.08196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7274 1727096451.08222: 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' <<< 7274 1727096451.08259: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.08267: stdout chunk (state=3): >>># 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 0x7f45e5369af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53698b0> <<< 7274 1727096451.08292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7274 1727096451.08396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7274 1727096451.08439: 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 0x7f45e536bfe0> <<< 7274 1727096451.08443: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e536a180> <<< 7274 1727096451.08465: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7274 1727096451.08511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096451.08527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7274 1727096451.08543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 7274 1727096451.08596: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e536f710> <<< 7274 1727096451.08715: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e536c1d0> <<< 7274 1727096451.08777: 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 0x7f45e5370830> <<< 7274 1727096451.08810: 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 0x7f45e53707d0> <<< 7274 1727096451.08853: 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 0x7f45e5370a40> <<< 7274 1727096451.08873: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53681d0> <<< 7274 1727096451.08897: 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 <<< 7274 1727096451.08901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7274 1727096451.08918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7274 1727096451.08946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7274 1727096451.08967: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.08991: 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 0x7f45e53fc110> <<< 7274 1727096451.09138: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.09150: 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 0x7f45e53fd6a0> <<< 7274 1727096451.09204: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53728d0> <<< 7274 1727096451.09209: 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 0x7f45e5373c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53724e0> <<< 7274 1727096451.09257: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7274 1727096451.09260: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.09359: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.09451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.09457: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7274 1727096451.09507: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7274 1727096451.09510: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.09621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.09736: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.10262: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.10797: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7274 1727096451.10802: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7274 1727096451.10820: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7274 1727096451.10833: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7274 1727096451.10846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096451.10900: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 7274 1727096451.10911: stdout chunk (state=3): >>># 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 0x7f45e5201820> <<< 7274 1727096451.10988: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7274 1727096451.10992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7274 1727096451.11012: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e52025d0> <<< 7274 1727096451.11020: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53fd4f0> <<< 7274 1727096451.11061: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7274 1727096451.11073: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.11096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.11115: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7274 1727096451.11120: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.11272: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.11425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7274 1727096451.11432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 7274 1727096451.11439: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e52022d0> <<< 7274 1727096451.11458: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.11905: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12342: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12414: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12491: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7274 1727096451.12496: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12536: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12567: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7274 1727096451.12586: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12647: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12732: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7274 1727096451.12755: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12768: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 7274 1727096451.12777: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.12860: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7274 1727096451.12875: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7274 1727096451.13376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7274 1727096451.13398: stdout chunk (state=3): >>>import '_ast' # <<< 7274 1727096451.13450: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e52036b0> <<< 7274 1727096451.13468: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13537: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13621: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7274 1727096451.13625: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 7274 1727096451.13638: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7274 1727096451.13653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13695: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13743: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 7274 1727096451.13793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13836: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13896: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.13961: 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 <<< 7274 1727096451.13998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7274 1727096451.14074: 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 0x7f45e520e090> <<< 7274 1727096451.14110: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e520b110> <<< 7274 1727096451.14142: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7274 1727096451.14152: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 7274 1727096451.14162: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.14219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.14291: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.14311: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.14356: 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' <<< 7274 1727096451.14389: 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 <<< 7274 1727096451.14398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7274 1727096451.14424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7274 1727096451.14478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7274 1727096451.14507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7274 1727096451.14515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7274 1727096451.14574: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e59c29c0> <<< 7274 1727096451.14613: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e59b26c0> <<< 7274 1727096451.14691: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e520e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e52032f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7274 1727096451.14711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.14735: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.14766: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7274 1727096451.14829: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7274 1727096451.14834: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.14852: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 7274 1727096451.14874: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.15000: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.15192: stdout chunk (state=3): >>># zipimport: zlib available <<< 7274 1727096451.15306: 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"}}} <<< 7274 1727096451.15313: stdout chunk (state=3): >>># destroy __main__ <<< 7274 1727096451.15607: 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 <<< 7274 1727096451.15614: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15642: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15647: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15660: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15680: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15699: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15710: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15726: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15752: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15758: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15769: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15788: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian <<< 7274 1727096451.15818: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15825: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15832: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.15850: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.16094: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7274 1727096451.16100: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7274 1727096451.16130: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 7274 1727096451.16135: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7274 1727096451.16152: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 7274 1727096451.16182: stdout chunk (state=3): >>># destroy ntpath <<< 7274 1727096451.16207: stdout chunk (state=3): >>># destroy importlib # destroy zipimport<<< 7274 1727096451.16223: stdout chunk (state=3): >>> # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp <<< 7274 1727096451.16226: stdout chunk (state=3): >>># destroy encodings # destroy _locale # destroy pwd <<< 7274 1727096451.16259: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 7274 1727096451.16268: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7274 1727096451.16297: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 7274 1727096451.16300: stdout chunk (state=3): >>># destroy datetime <<< 7274 1727096451.16331: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro <<< 7274 1727096451.16335: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # destroy json<<< 7274 1727096451.16342: stdout chunk (state=3): >>> # destroy logging # destroy shlex # destroy subprocess <<< 7274 1727096451.16381: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 7274 1727096451.16396: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.16408: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 7274 1727096451.16429: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7274 1727096451.16435: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.16451: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random <<< 7274 1727096451.16469: stdout chunk (state=3): >>># cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 7274 1727096451.16485: 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 <<< 7274 1727096451.16501: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 7274 1727096451.16516: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 7274 1727096451.16533: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.16539: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 7274 1727096451.16562: stdout chunk (state=3): >>># 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 <<< 7274 1727096451.16566: 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 <<< 7274 1727096451.16589: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7274 1727096451.16723: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 7274 1727096451.16742: stdout chunk (state=3): >>># destroy _collections <<< 7274 1727096451.16765: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 7274 1727096451.16771: stdout chunk (state=3): >>> # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7274 1727096451.16794: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7274 1727096451.16820: stdout chunk (state=3): >>># destroy _typing <<< 7274 1727096451.16830: 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 <<< 7274 1727096451.16842: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7274 1727096451.16847: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7274 1727096451.16941: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 7274 1727096451.16948: stdout chunk (state=3): >>> # 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 <<< 7274 1727096451.16954: stdout chunk (state=3): >>># destroy time <<< 7274 1727096451.16978: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7274 1727096451.16991: stdout chunk (state=3): >>># destroy _hashlib <<< 7274 1727096451.17020: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 7274 1727096451.17035: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7274 1727096451.17040: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7274 1727096451.17352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.43.142 closed. <<< 7274 1727096451.17384: stderr chunk (state=3): >>><<< 7274 1727096451.17392: stdout chunk (state=3): >>><<< 7274 1727096451.17455: _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 0x7f45e5dbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5d8bb00> # /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 0x7f45e5dbea50> 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 0x7f45e5dcd130> # /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 0x7f45e5dcdfa0> 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 0x7f45e5bcbe60> # /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 0x7f45e5bcbef0> # /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 0x7f45e5c03860> # /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 0x7f45e5c03ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5be3b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5be1220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bc9010> # /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 0x7f45e5c237a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c223c0> # /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 0x7f45e5be20f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bca8d0> # /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 0x7f45e5c587d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bc8290> # /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 0x7f45e5c58c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c58b30> # 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 0x7f45e5c58f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5bc6db0> # /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 0x7f45e5c595e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c592b0> 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 0x7f45e5c5a4b0> 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 0x7f45e5c706b0> 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 0x7f45e5c71d60> # /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 0x7f45e5c72c00> # 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 0x7f45e5c73260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c72150> # /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 0x7f45e5c73ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c73410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c5a420> # /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 0x7f45e5a0fc50> # /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 0x7f45e5a387a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a38500> # 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 0x7f45e5a386b0> # /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 0x7f45e5a39040> # 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 0x7f45e5a39a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a388f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a0ddf0> # /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 0x7f45e5a3adb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a38ec0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5c5abd0> # /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 0x7f45e5a670b0> # /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 0x7f45e5a8b440> # /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 0x7f45e5ae81d0> # /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 0x7f45e5aea930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5ae82f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5ab51f0> # /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 0x7f45e5ab59a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a8a240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5a3bcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f45e5a8a5a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_w75n598_/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 0x7f45e5942fc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5921eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5921070> # 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 0x7f45e5940e90> # /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 0x7f45e5972960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e59726f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5972030> # /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 0x7f45e5972480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e59439e0> 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 0x7f45e59736e0> # 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 0x7f45e5973920> # /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 0x7f45e5973e60> 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 0x7f45e5311b80> # 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 0x7f45e53137a0> # /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 0x7f45e5313fb0> # /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 0x7f45e5319220> # /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 0x7f45e531bcb0> # 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 0x7f45e5a67020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e5319fa0> # /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 0x7f45e531fc80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531e750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531e4b0> # /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 0x7f45e531ea20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e531a4b0> # 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 0x7f45e5367e60> # /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 0x7f45e5367f20> # /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 0x7f45e5369af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53698b0> # /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 0x7f45e536bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e536a180> # /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 0x7f45e536f710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e536c1d0> # 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 0x7f45e5370830> # 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 0x7f45e53707d0> # 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 0x7f45e5370a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53681d0> # /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 0x7f45e53fc110> # 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 0x7f45e53fd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53728d0> # 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 0x7f45e5373c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53724e0> # 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 0x7f45e5201820> # /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 0x7f45e52025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e53fd4f0> 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 0x7f45e52022d0> # 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 0x7f45e52036b0> # 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 0x7f45e520e090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e520b110> 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 0x7f45e59c29c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e59b26c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e520e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f45e52032f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.43.142 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 7274 1727096451.17966: 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-1727096450.6761274-7305-130149671586668/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7274 1727096451.17969: _low_level_execute_command(): starting 7274 1727096451.17971: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096450.6761274-7305-130149671586668/ > /dev/null 2>&1 && sleep 0' 7274 1727096451.18126: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7274 1727096451.18129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7274 1727096451.18131: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096451.18134: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7274 1727096451.18141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found <<< 7274 1727096451.18150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7274 1727096451.18177: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 7274 1727096451.18196: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7274 1727096451.18289: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7274 1727096451.20113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7274 1727096451.20139: stderr chunk (state=3): >>><<< 7274 1727096451.20142: stdout chunk (state=3): >>><<< 7274 1727096451.20156: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7274 1727096451.20167: handler run complete 7274 1727096451.20176: variable 'ansible_facts' from source: unknown 7274 1727096451.20204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096451.20225: variable 'ansible_facts' from source: unknown 7274 1727096451.20242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096451.20252: attempt loop complete, returning result 7274 1727096451.20254: _execute() done 7274 1727096451.20257: dumping result to json 7274 1727096451.20261: done dumping result, returning 7274 1727096451.20270: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [121ff75e-a0f1-78dd-0431-000000000013] 7274 1727096451.20272: sending task result for task 121ff75e-a0f1-78dd-0431-000000000013 7274 1727096451.20358: done sending task result for task 121ff75e-a0f1-78dd-0431-000000000013 7274 1727096451.20360: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 7274 1727096451.20444: no more pending results, returning what we have 7274 1727096451.20446: results queue empty 7274 1727096451.20448: checking for any_errors_fatal 7274 1727096451.20452: done checking for any_errors_fatal 7274 1727096451.20453: checking for max_fail_percentage 7274 1727096451.20455: done checking for max_fail_percentage 7274 1727096451.20456: checking to see if all hosts have failed and the running result is not ok 7274 1727096451.20456: done checking to see if all hosts have failed 7274 1727096451.20457: getting the remaining hosts for this loop 7274 1727096451.20458: done getting the remaining hosts for this loop 7274 1727096451.20462: getting the next task for host managed_node3 7274 1727096451.20467: done getting next task for host managed_node3 7274 1727096451.20469: ^ task is: TASK: Set flag to indicate system is ostree 7274 1727096451.20472: ^ 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 7274 1727096451.20475: getting variables 7274 1727096451.20476: in VariableManager get_vars() 7274 1727096451.20516: Calling all_inventory to load vars for managed_node3 7274 1727096451.20519: Calling groups_inventory to load vars for managed_node3 7274 1727096451.20522: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096451.20530: Calling all_plugins_play to load vars for managed_node3 7274 1727096451.20533: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096451.20535: Calling groups_plugins_play to load vars for managed_node3 7274 1727096451.20568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096451.20607: done with get_vars() 7274 1727096451.20615: done getting variables 7274 1727096451.20658: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Monday 23 September 2024 09:00:51 -0400 (0:00:00.626) 0:00:00.924 ****** 7274 1727096451.20688: entering _queue_task() for managed_node3/set_fact 7274 1727096451.20875: worker is 1 (out of 1 available) 7274 1727096451.20889: exiting _queue_task() for managed_node3/set_fact 7274 1727096451.20900: done queuing things up, now waiting for results queue to drain 7274 1727096451.20902: waiting for pending results... 7274 1727096451.21036: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 7274 1727096451.21103: in run() - task 121ff75e-a0f1-78dd-0431-000000000014 7274 1727096451.21114: variable 'ansible_search_path' from source: unknown 7274 1727096451.21118: variable 'ansible_search_path' from source: unknown 7274 1727096451.21150: calling self._execute() 7274 1727096451.21198: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096451.21202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096451.21210: variable 'omit' from source: magic vars 7274 1727096451.21534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7274 1727096451.21736: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7274 1727096451.21766: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7274 1727096451.21795: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7274 1727096451.21824: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7274 1727096451.21882: 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) 7274 1727096451.21902: 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) 7274 1727096451.21924: 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) 7274 1727096451.21940: 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) 7274 1727096451.22033: Evaluated conditional (not __rhc_is_ostree is defined): True 7274 1727096451.22036: variable 'omit' from source: magic vars 7274 1727096451.22068: variable 'omit' from source: magic vars 7274 1727096451.22149: variable '__ostree_booted_stat' from source: set_fact 7274 1727096451.22192: variable 'omit' from source: magic vars 7274 1727096451.22212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7274 1727096451.22231: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7274 1727096451.22246: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7274 1727096451.22264: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7274 1727096451.22272: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7274 1727096451.22295: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7274 1727096451.22299: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096451.22302: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096451.22370: Set connection var ansible_timeout to 10 7274 1727096451.22373: Set connection var ansible_shell_type to sh 7274 1727096451.22385: Set connection var ansible_module_compression to ZIP_DEFLATED 7274 1727096451.22391: Set connection var ansible_shell_executable to /bin/sh 7274 1727096451.22393: Set connection var ansible_connection to ssh 7274 1727096451.22398: Set connection var ansible_pipelining to False 7274 1727096451.22413: variable 'ansible_shell_executable' from source: unknown 7274 1727096451.22416: variable 'ansible_connection' from source: unknown 7274 1727096451.22419: variable 'ansible_module_compression' from source: unknown 7274 1727096451.22421: variable 'ansible_shell_type' from source: unknown 7274 1727096451.22424: variable 'ansible_shell_executable' from source: unknown 7274 1727096451.22426: variable 'ansible_host' from source: host vars for 'managed_node3' 7274 1727096451.22428: variable 'ansible_pipelining' from source: unknown 7274 1727096451.22432: variable 'ansible_timeout' from source: unknown 7274 1727096451.22434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7274 1727096451.22507: 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) 7274 1727096451.22514: variable 'omit' from source: magic vars 7274 1727096451.22519: starting attempt loop 7274 1727096451.22522: running the handler 7274 1727096451.22529: handler run complete 7274 1727096451.22537: attempt loop complete, returning result 7274 1727096451.22539: _execute() done 7274 1727096451.22543: dumping result to json 7274 1727096451.22546: done dumping result, returning 7274 1727096451.22551: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [121ff75e-a0f1-78dd-0431-000000000014] 7274 1727096451.22556: sending task result for task 121ff75e-a0f1-78dd-0431-000000000014 7274 1727096451.22633: done sending task result for task 121ff75e-a0f1-78dd-0431-000000000014 7274 1727096451.22636: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7274 1727096451.22701: no more pending results, returning what we have 7274 1727096451.22703: results queue empty 7274 1727096451.22704: checking for any_errors_fatal 7274 1727096451.22708: done checking for any_errors_fatal 7274 1727096451.22709: checking for max_fail_percentage 7274 1727096451.22710: done checking for max_fail_percentage 7274 1727096451.22711: checking to see if all hosts have failed and the running result is not ok 7274 1727096451.22711: done checking to see if all hosts have failed 7274 1727096451.22712: getting the remaining hosts for this loop 7274 1727096451.22713: done getting the remaining hosts for this loop 7274 1727096451.22716: getting the next task for host managed_node3 7274 1727096451.22722: done getting next task for host managed_node3 7274 1727096451.22723: ^ task is: TASK: meta (end_play) 7274 1727096451.22725: ^ 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 7274 1727096451.22728: getting variables 7274 1727096451.22729: in VariableManager get_vars() 7274 1727096451.22752: Calling all_inventory to load vars for managed_node3 7274 1727096451.22754: Calling groups_inventory to load vars for managed_node3 7274 1727096451.22757: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096451.22764: Calling all_plugins_play to load vars for managed_node3 7274 1727096451.22767: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096451.22769: Calling groups_plugins_play to load vars for managed_node3 7274 1727096451.22809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096451.22825: done with get_vars() 7274 1727096451.22831: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Monday 23 September 2024 09:00:51 -0400 (0:00:00.021) 0:00:00.946 ****** 7274 1727096451.22889: in VariableManager get_vars() 7274 1727096451.22898: Calling all_inventory to load vars for managed_node3 7274 1727096451.22899: Calling groups_inventory to load vars for managed_node3 7274 1727096451.22901: Calling all_plugins_inventory to load vars for managed_node3 7274 1727096451.22904: Calling all_plugins_play to load vars for managed_node3 7274 1727096451.22905: Calling groups_plugins_inventory to load vars for managed_node3 7274 1727096451.22907: Calling groups_plugins_play to load vars for managed_node3 7274 1727096451.22924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7274 1727096451.22935: done with get_vars() 7274 1727096451.23113: variable 'lsr_rhc_test_data' from source: include_vars 7274 1727096451.23130: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7274 1727096451.23137: done queuing things up, now waiting for results queue to drain 7274 1727096451.23139: results queue empty 7274 1727096451.23139: checking for any_errors_fatal 7274 1727096451.23140: done checking for any_errors_fatal 7274 1727096451.23141: checking for max_fail_percentage 7274 1727096451.23141: done checking for max_fail_percentage 7274 1727096451.23142: checking to see if all hosts have failed and the running result is not ok 7274 1727096451.23142: done checking to see if all hosts have failed 7274 1727096451.23143: getting the remaining hosts for this loop 7274 1727096451.23143: done getting the remaining hosts for this loop 7274 1727096451.23145: getting the next task for host managed_node3 7274 1727096451.23146: host managed_node3 is done iterating, returning 7274 1727096451.23147: done queuing things up, now waiting for results queue to drain 7274 1727096451.23147: results queue empty 7274 1727096451.23148: checking for any_errors_fatal 7274 1727096451.23148: done checking for any_errors_fatal 7274 1727096451.23148: checking for max_fail_percentage 7274 1727096451.23149: done checking for max_fail_percentage 7274 1727096451.23149: checking to see if all hosts have failed and the running result is not ok 7274 1727096451.23150: done checking to see if all hosts have failed 7274 1727096451.23150: getting the next task for host managed_node3 7274 1727096451.23151: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Monday 23 September 2024 09:00:51 -0400 (0:00:00.003) 0:00:00.949 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.63s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.09s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Import test data -------------------------------------------------------- 0.06s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.05s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.05s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Skip if there is no Insights support ------------------------------------ 0.00s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 7274 1727096451.23202: RUNNING CLEANUP