[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. 7168 1726883315.69716: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-1y3 executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 7168 1726883315.70054: Added group all to inventory 7168 1726883315.70056: Added group ungrouped to inventory 7168 1726883315.70059: Group all now contains ungrouped 7168 1726883315.70061: Examining possible inventory source: /tmp/rhc-n0O/inventory.yml 7168 1726883315.79844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7168 1726883315.79886: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7168 1726883315.79902: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7168 1726883315.79947: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7168 1726883315.79993: Loaded config def from plugin (inventory/script) 7168 1726883315.79995: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7168 1726883315.80026: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7168 1726883315.80083: Loaded config def from plugin (inventory/yaml) 7168 1726883315.80085: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7168 1726883315.80148: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7168 1726883315.80426: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7168 1726883315.80428: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7168 1726883315.80431: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7168 1726883315.80435: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7168 1726883315.80438: Loading data from /tmp/rhc-n0O/inventory.yml 7168 1726883315.80483: /tmp/rhc-n0O/inventory.yml was not parsable by auto 7168 1726883315.80529: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7168 1726883315.80557: Loading data from /tmp/rhc-n0O/inventory.yml 7168 1726883315.80612: group all already in inventory 7168 1726883315.80617: set inventory_file for managed_node1 7168 1726883315.80621: set inventory_dir for managed_node1 7168 1726883315.80622: Added host managed_node1 to inventory 7168 1726883315.80623: Added host managed_node1 to group all 7168 1726883315.80624: set ansible_host for managed_node1 7168 1726883315.80624: set ansible_ssh_extra_args for managed_node1 7168 1726883315.80626: set inventory_file for managed_node2 7168 1726883315.80628: set inventory_dir for managed_node2 7168 1726883315.80629: Added host managed_node2 to inventory 7168 1726883315.80629: Added host managed_node2 to group all 7168 1726883315.80630: set ansible_host for managed_node2 7168 1726883315.80630: set ansible_ssh_extra_args for managed_node2 7168 1726883315.80632: set inventory_file for managed_node3 7168 1726883315.80633: set inventory_dir for managed_node3 7168 1726883315.80634: Added host managed_node3 to inventory 7168 1726883315.80635: Added host managed_node3 to group all 7168 1726883315.80635: set ansible_host for managed_node3 7168 1726883315.80636: set ansible_ssh_extra_args for managed_node3 7168 1726883315.80637: Reconcile groups and hosts in inventory. 7168 1726883315.80640: Group ungrouped now contains managed_node1 7168 1726883315.80641: Group ungrouped now contains managed_node2 7168 1726883315.80642: Group ungrouped now contains managed_node3 7168 1726883315.80699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7168 1726883315.80778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7168 1726883315.80812: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7168 1726883315.80831: Loaded config def from plugin (vars/host_group_vars) 7168 1726883315.80833: 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) 7168 1726883315.80838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7168 1726883315.80843: 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) 7168 1726883315.80871: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7168 1726883315.81103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883315.81175: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7168 1726883315.81198: Loaded config def from plugin (connection/local) 7168 1726883315.81200: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7168 1726883315.81538: Loaded config def from plugin (connection/paramiko_ssh) 7168 1726883315.81540: 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) 7168 1726883315.82154: 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) 7168 1726883315.82176: Loaded config def from plugin (connection/psrp) 7168 1726883315.82178: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7168 1726883315.82591: 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) 7168 1726883315.82616: Loaded config def from plugin (connection/ssh) 7168 1726883315.82620: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7168 1726883315.83866: 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) 7168 1726883315.83889: Loaded config def from plugin (connection/winrm) 7168 1726883315.83891: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7168 1726883315.83913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7168 1726883315.83958: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7168 1726883315.84000: Loaded config def from plugin (shell/cmd) 7168 1726883315.84002: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7168 1726883315.84015: 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) 7168 1726883315.84063: Loaded config def from plugin (shell/powershell) 7168 1726883315.84064: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7168 1726883315.84101: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7168 1726883315.84208: Loaded config def from plugin (shell/sh) 7168 1726883315.84209: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7168 1726883315.84234: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7168 1726883315.84416: Loaded config def from plugin (become/runas) 7168 1726883315.84420: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7168 1726883315.84531: Loaded config def from plugin (become/su) 7168 1726883315.84533: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7168 1726883315.84628: Loaded config def from plugin (become/sudo) 7168 1726883315.84630: 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 7168 1726883315.84653: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 7168 1726883315.85071: in VariableManager get_vars() 7168 1726883315.85086: done with get_vars() 7168 1726883315.85093: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 7168 1726883315.85174: in VariableManager get_vars() 7168 1726883315.85185: done with get_vars() 7168 1726883315.85203: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 7168 1726883315.85404: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7168 1726883315.87949: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7168 1726883315.88122: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7168 1726883315.88396: in VariableManager get_vars() 7168 1726883315.88406: done with get_vars() 7168 1726883315.88430: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 7168 1726883315.89094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7168 1726883315.89103: 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 7168 1726883315.89255: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7168 1726883315.89350: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7168 1726883315.89352: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-1y3/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 7168 1726883315.89372: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7168 1726883315.89388: 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) 7168 1726883315.89488: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7168 1726883315.89528: Loaded config def from plugin (callback/default) 7168 1726883315.89530: 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) 7168 1726883315.90297: Loaded config def from plugin (callback/junit) 7168 1726883315.90298: 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) 7168 1726883315.90331: 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) 7168 1726883315.90369: Loaded config def from plugin (callback/minimal) 7168 1726883315.90370: 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) 7168 1726883315.90395: 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) 7168 1726883315.90437: Loaded config def from plugin (callback/tree) 7168 1726883315.90439: 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 7168 1726883315.90508: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7168 1726883315.90510: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-1y3/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_insights_display_name.yml ************************************** 1 plays in /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 7168 1726883315.90532: in VariableManager get_vars() 7168 1726883315.90542: done with get_vars() 7168 1726883315.90545: in VariableManager get_vars() 7168 1726883315.90550: done with get_vars() 7168 1726883315.90553: variable 'omit' from source: magic vars 7168 1726883315.90577: in VariableManager get_vars() 7168 1726883315.90586: done with get_vars() 7168 1726883315.90602: variable 'omit' from source: magic vars PLAY [Insights display name test] ********************************************** 7168 1726883315.91041: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7168 1726883315.91093: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7168 1726883315.91121: getting the remaining hosts for this loop 7168 1726883315.91122: done getting the remaining hosts for this loop 7168 1726883315.91124: getting the next task for host managed_node3 7168 1726883315.91127: done getting next task for host managed_node3 7168 1726883315.91128: ^ task is: TASK: meta (flush_handlers) 7168 1726883315.91129: ^ 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 7168 1726883315.91131: getting variables 7168 1726883315.91132: in VariableManager get_vars() 7168 1726883315.91138: Calling all_inventory to load vars for managed_node3 7168 1726883315.91140: Calling groups_inventory to load vars for managed_node3 7168 1726883315.91142: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883315.91150: Calling all_plugins_play to load vars for managed_node3 7168 1726883315.91158: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883315.91161: Calling groups_plugins_play to load vars for managed_node3 7168 1726883315.91184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883315.91218: done with get_vars() 7168 1726883315.91223: done getting variables 7168 1726883315.91254: in VariableManager get_vars() 7168 1726883315.91260: Calling all_inventory to load vars for managed_node3 7168 1726883315.91261: Calling groups_inventory to load vars for managed_node3 7168 1726883315.91263: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883315.91266: Calling all_plugins_play to load vars for managed_node3 7168 1726883315.91269: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883315.91270: Calling groups_plugins_play to load vars for managed_node3 7168 1726883315.91289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883315.91298: done with get_vars() 7168 1726883315.91305: done queuing things up, now waiting for results queue to drain 7168 1726883315.91306: results queue empty 7168 1726883315.91306: checking for any_errors_fatal 7168 1726883315.91307: done checking for any_errors_fatal 7168 1726883315.91308: checking for max_fail_percentage 7168 1726883315.91308: done checking for max_fail_percentage 7168 1726883315.91309: checking to see if all hosts have failed and the running result is not ok 7168 1726883315.91309: done checking to see if all hosts have failed 7168 1726883315.91310: getting the remaining hosts for this loop 7168 1726883315.91310: done getting the remaining hosts for this loop 7168 1726883315.91314: getting the next task for host managed_node3 7168 1726883315.91319: done getting next task for host managed_node3 7168 1726883315.91320: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7168 1726883315.91322: ^ 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 7168 1726883315.91323: getting variables 7168 1726883315.91324: in VariableManager get_vars() 7168 1726883315.91328: Calling all_inventory to load vars for managed_node3 7168 1726883315.91330: Calling groups_inventory to load vars for managed_node3 7168 1726883315.91331: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883315.91334: Calling all_plugins_play to load vars for managed_node3 7168 1726883315.91335: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883315.91337: Calling groups_plugins_play to load vars for managed_node3 7168 1726883315.91353: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883315.91364: done with get_vars() 7168 1726883315.91368: done getting variables 7168 1726883315.91407: 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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:48:35 -0400 (0:00:00.009) 0:00:00.009 ****** 7168 1726883315.91437: entering _queue_task() for managed_node3/set_fact 7168 1726883315.91438: Creating lock for set_fact 7168 1726883315.91772: worker is 1 (out of 1 available) 7168 1726883315.91784: exiting _queue_task() for managed_node3/set_fact 7168 1726883315.91793: done queuing things up, now waiting for results queue to drain 7168 1726883315.91795: waiting for pending results... 7168 1726883315.91928: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 7168 1726883315.91989: in run() - task 123911ae-b657-be07-1a37-00000000000c 7168 1726883315.91999: variable 'ansible_search_path' from source: unknown 7168 1726883315.92003: variable 'ansible_search_path' from source: unknown 7168 1726883315.92036: calling self._execute() 7168 1726883315.92078: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883315.92082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883315.92090: variable 'omit' from source: magic vars 7168 1726883315.92160: variable 'omit' from source: magic vars 7168 1726883315.92198: variable 'omit' from source: magic vars 7168 1726883315.92550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7168 1726883315.92655: Loaded config def from plugin (lookup/env) 7168 1726883315.92660: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7168 1726883315.92707: variable 'omit' from source: magic vars 7168 1726883315.92728: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7168 1726883315.92747: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7168 1726883315.92760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7168 1726883315.92772: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7168 1726883315.92780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7168 1726883315.92806: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7168 1726883315.92809: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883315.92812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883315.92869: Set connection var ansible_timeout to 10 7168 1726883315.92876: Set connection var ansible_shell_executable to /bin/sh 7168 1726883315.92878: Set connection var ansible_shell_type to sh 7168 1726883315.92883: Set connection var ansible_pipelining to False 7168 1726883315.92886: Set connection var ansible_connection to ssh 7168 1726883315.92892: Set connection var ansible_module_compression to ZIP_DEFLATED 7168 1726883315.92908: variable 'ansible_shell_executable' from source: unknown 7168 1726883315.92915: variable 'ansible_connection' from source: unknown 7168 1726883315.92922: variable 'ansible_module_compression' from source: unknown 7168 1726883315.92925: variable 'ansible_shell_type' from source: unknown 7168 1726883315.92927: variable 'ansible_shell_executable' from source: unknown 7168 1726883315.92929: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883315.92931: variable 'ansible_pipelining' from source: unknown 7168 1726883315.92933: variable 'ansible_timeout' from source: unknown 7168 1726883315.92935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883315.93002: 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) 7168 1726883315.93012: variable 'omit' from source: magic vars 7168 1726883315.93015: starting attempt loop 7168 1726883315.93024: running the handler 7168 1726883315.93027: handler run complete 7168 1726883315.93035: attempt loop complete, returning result 7168 1726883315.93038: _execute() done 7168 1726883315.93040: dumping result to json 7168 1726883315.93043: done dumping result, returning 7168 1726883315.93049: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [123911ae-b657-be07-1a37-00000000000c] 7168 1726883315.93058: sending task result for task 123911ae-b657-be07-1a37-00000000000c 7168 1726883315.93139: done sending task result for task 123911ae-b657-be07-1a37-00000000000c 7168 1726883315.93142: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7168 1726883315.93214: no more pending results, returning what we have 7168 1726883315.93217: results queue empty 7168 1726883315.93220: checking for any_errors_fatal 7168 1726883315.93221: done checking for any_errors_fatal 7168 1726883315.93226: checking for max_fail_percentage 7168 1726883315.93227: done checking for max_fail_percentage 7168 1726883315.93228: checking to see if all hosts have failed and the running result is not ok 7168 1726883315.93229: done checking to see if all hosts have failed 7168 1726883315.93229: getting the remaining hosts for this loop 7168 1726883315.93231: done getting the remaining hosts for this loop 7168 1726883315.93234: getting the next task for host managed_node3 7168 1726883315.93244: done getting next task for host managed_node3 7168 1726883315.93246: ^ task is: TASK: Import test data 7168 1726883315.93249: ^ 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 7168 1726883315.93252: getting variables 7168 1726883315.93253: in VariableManager get_vars() 7168 1726883315.93273: Calling all_inventory to load vars for managed_node3 7168 1726883315.93275: Calling groups_inventory to load vars for managed_node3 7168 1726883315.93278: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883315.93284: Calling all_plugins_play to load vars for managed_node3 7168 1726883315.93286: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883315.93288: Calling groups_plugins_play to load vars for managed_node3 7168 1726883315.93315: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883315.93334: done with get_vars() 7168 1726883315.93340: done getting variables 7168 1726883315.93408: 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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:48:35 -0400 (0:00:00.019) 0:00:00.029 ****** 7168 1726883315.93433: entering _queue_task() for managed_node3/include_vars 7168 1726883315.93434: Creating lock for include_vars 7168 1726883315.93614: worker is 1 (out of 1 available) 7168 1726883315.93627: exiting _queue_task() for managed_node3/include_vars 7168 1726883315.93636: done queuing things up, now waiting for results queue to drain 7168 1726883315.93638: waiting for pending results... 7168 1726883315.93752: running TaskExecutor() for managed_node3/TASK: Import test data 7168 1726883315.93816: in run() - task 123911ae-b657-be07-1a37-00000000000e 7168 1726883315.93827: variable 'ansible_search_path' from source: unknown 7168 1726883315.93830: variable 'ansible_search_path' from source: unknown 7168 1726883315.93857: calling self._execute() 7168 1726883315.93898: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883315.93902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883315.93910: variable 'omit' from source: magic vars 7168 1726883315.94223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7168 1726883315.98060: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7168 1726883315.98099: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7168 1726883315.98126: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7168 1726883315.98153: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7168 1726883315.98171: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7168 1726883315.98222: 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) 7168 1726883315.98249: 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) 7168 1726883315.98262: 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) 7168 1726883315.98288: 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) 7168 1726883315.98298: 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) 7168 1726883315.98376: variable 'lsr_rhc_test_data_file' from source: set_fact 7168 1726883315.98395: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7168 1726883315.98398: when evaluation is False, skipping this task 7168 1726883315.98401: _execute() done 7168 1726883315.98403: dumping result to json 7168 1726883315.98406: done dumping result, returning 7168 1726883315.98410: done running TaskExecutor() for managed_node3/TASK: Import test data [123911ae-b657-be07-1a37-00000000000e] 7168 1726883315.98415: sending task result for task 123911ae-b657-be07-1a37-00000000000e 7168 1726883315.98493: done sending task result for task 123911ae-b657-be07-1a37-00000000000e 7168 1726883315.98496: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7168 1726883315.98555: no more pending results, returning what we have 7168 1726883315.98558: results queue empty 7168 1726883315.98559: checking for any_errors_fatal 7168 1726883315.98563: done checking for any_errors_fatal 7168 1726883315.98563: checking for max_fail_percentage 7168 1726883315.98564: done checking for max_fail_percentage 7168 1726883315.98565: checking to see if all hosts have failed and the running result is not ok 7168 1726883315.98566: done checking to see if all hosts have failed 7168 1726883315.98567: getting the remaining hosts for this loop 7168 1726883315.98568: done getting the remaining hosts for this loop 7168 1726883315.98571: getting the next task for host managed_node3 7168 1726883315.98577: done getting next task for host managed_node3 7168 1726883315.98579: ^ task is: TASK: Get facts for external test data 7168 1726883315.98582: ^ 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 7168 1726883315.98585: getting variables 7168 1726883315.98586: in VariableManager get_vars() 7168 1726883315.98614: Calling all_inventory to load vars for managed_node3 7168 1726883315.98617: Calling groups_inventory to load vars for managed_node3 7168 1726883315.98622: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883315.98632: Calling all_plugins_play to load vars for managed_node3 7168 1726883315.98634: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883315.98637: Calling groups_plugins_play to load vars for managed_node3 7168 1726883315.98675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883315.98698: done with get_vars() 7168 1726883315.98706: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 21:48:35 -0400 (0:00:00.053) 0:00:00.083 ****** 7168 1726883315.98778: entering _queue_task() for managed_node3/setup 7168 1726883315.98964: worker is 1 (out of 1 available) 7168 1726883315.98974: exiting _queue_task() for managed_node3/setup 7168 1726883315.98983: done queuing things up, now waiting for results queue to drain 7168 1726883315.98984: waiting for pending results... 7168 1726883315.99114: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 7168 1726883315.99184: in run() - task 123911ae-b657-be07-1a37-00000000000f 7168 1726883315.99192: variable 'ansible_search_path' from source: unknown 7168 1726883315.99196: variable 'ansible_search_path' from source: unknown 7168 1726883315.99226: calling self._execute() 7168 1726883315.99270: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883315.99273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883315.99282: variable 'omit' from source: magic vars 7168 1726883316.01490: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7168 1726883316.02883: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7168 1726883316.02931: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7168 1726883316.02958: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7168 1726883316.02982: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7168 1726883316.03000: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7168 1726883316.03052: 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) 7168 1726883316.03072: 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) 7168 1726883316.03092: 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) 7168 1726883316.03120: 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) 7168 1726883316.03136: 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) 7168 1726883316.03214: variable 'lsr_rhc_test_data_file' from source: set_fact 7168 1726883316.03233: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7168 1726883316.03237: when evaluation is False, skipping this task 7168 1726883316.03239: _execute() done 7168 1726883316.03242: dumping result to json 7168 1726883316.03244: done dumping result, returning 7168 1726883316.03246: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [123911ae-b657-be07-1a37-00000000000f] 7168 1726883316.03251: sending task result for task 123911ae-b657-be07-1a37-00000000000f 7168 1726883316.03334: done sending task result for task 123911ae-b657-be07-1a37-00000000000f 7168 1726883316.03336: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7168 1726883316.03393: no more pending results, returning what we have 7168 1726883316.03396: results queue empty 7168 1726883316.03397: checking for any_errors_fatal 7168 1726883316.03401: done checking for any_errors_fatal 7168 1726883316.03402: checking for max_fail_percentage 7168 1726883316.03403: done checking for max_fail_percentage 7168 1726883316.03404: checking to see if all hosts have failed and the running result is not ok 7168 1726883316.03405: done checking to see if all hosts have failed 7168 1726883316.03405: getting the remaining hosts for this loop 7168 1726883316.03407: done getting the remaining hosts for this loop 7168 1726883316.03410: getting the next task for host managed_node3 7168 1726883316.03422: done getting next task for host managed_node3 7168 1726883316.03425: ^ task is: TASK: Set local lsr_rhc_test_data 7168 1726883316.03428: ^ 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 7168 1726883316.03431: getting variables 7168 1726883316.03433: in VariableManager get_vars() 7168 1726883316.03460: Calling all_inventory to load vars for managed_node3 7168 1726883316.03463: Calling groups_inventory to load vars for managed_node3 7168 1726883316.03466: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883316.03475: Calling all_plugins_play to load vars for managed_node3 7168 1726883316.03477: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883316.03480: Calling groups_plugins_play to load vars for managed_node3 7168 1726883316.03523: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883316.03548: done with get_vars() 7168 1726883316.03557: done getting variables 7168 1726883316.03600: 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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:48:36 -0400 (0:00:00.048) 0:00:00.131 ****** 7168 1726883316.03628: entering _queue_task() for managed_node3/include_vars 7168 1726883316.03816: worker is 1 (out of 1 available) 7168 1726883316.03830: exiting _queue_task() for managed_node3/include_vars 7168 1726883316.03839: done queuing things up, now waiting for results queue to drain 7168 1726883316.03840: waiting for pending results... 7168 1726883316.03970: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 7168 1726883316.04037: in run() - task 123911ae-b657-be07-1a37-000000000011 7168 1726883316.04051: variable 'ansible_search_path' from source: unknown 7168 1726883316.04055: variable 'ansible_search_path' from source: unknown 7168 1726883316.04085: calling self._execute() 7168 1726883316.04134: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.04137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.04147: variable 'omit' from source: magic vars 7168 1726883316.06400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7168 1726883316.07817: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7168 1726883316.07869: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7168 1726883316.07893: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7168 1726883316.07917: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7168 1726883316.07943: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7168 1726883316.07991: 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) 7168 1726883316.08012: 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) 7168 1726883316.08032: 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) 7168 1726883316.08060: 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) 7168 1726883316.08072: 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) 7168 1726883316.08149: variable 'lsr_rhc_test_data_file' from source: set_fact 7168 1726883316.08166: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7168 1726883316.08169: variable 'omit' from source: magic vars 7168 1726883316.08205: variable 'omit' from source: magic vars 7168 1726883316.08232: variable 'omit' from source: magic vars 7168 1726883316.08249: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7168 1726883316.08266: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7168 1726883316.08277: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7168 1726883316.08289: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7168 1726883316.08297: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7168 1726883316.08308: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7168 1726883316.08320: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7168 1726883316.08333: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7168 1726883316.08337: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.08339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.08407: Set connection var ansible_timeout to 10 7168 1726883316.08414: Set connection var ansible_shell_executable to /bin/sh 7168 1726883316.08417: Set connection var ansible_shell_type to sh 7168 1726883316.08425: Set connection var ansible_pipelining to False 7168 1726883316.08427: Set connection var ansible_connection to ssh 7168 1726883316.08433: Set connection var ansible_module_compression to ZIP_DEFLATED 7168 1726883316.08449: variable 'ansible_shell_executable' from source: unknown 7168 1726883316.08452: variable 'ansible_connection' from source: unknown 7168 1726883316.08454: variable 'ansible_module_compression' from source: unknown 7168 1726883316.08457: variable 'ansible_shell_type' from source: unknown 7168 1726883316.08460: variable 'ansible_shell_executable' from source: unknown 7168 1726883316.08462: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.08467: variable 'ansible_pipelining' from source: unknown 7168 1726883316.08469: variable 'ansible_timeout' from source: unknown 7168 1726883316.08473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.08543: 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) 7168 1726883316.08549: variable 'omit' from source: magic vars 7168 1726883316.08554: starting attempt loop 7168 1726883316.08557: running the handler 7168 1726883316.08564: evaluation_path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7168 1726883316.08580: search_path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 7168 1726883316.08665: handler run complete 7168 1726883316.08672: attempt loop complete, returning result 7168 1726883316.08674: _execute() done 7168 1726883316.08677: dumping result to json 7168 1726883316.08682: done dumping result, returning 7168 1726883316.08688: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [123911ae-b657-be07-1a37-000000000011] 7168 1726883316.08690: sending task result for task 123911ae-b657-be07-1a37-000000000011 7168 1726883316.10537: done sending task result for task 123911ae-b657-be07-1a37-000000000011 7168 1726883316.10540: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7168 1726883316.10597: no more pending results, returning what we have 7168 1726883316.10599: results queue empty 7168 1726883316.10599: checking for any_errors_fatal 7168 1726883316.10601: done checking for any_errors_fatal 7168 1726883316.10602: checking for max_fail_percentage 7168 1726883316.10602: done checking for max_fail_percentage 7168 1726883316.10603: checking to see if all hosts have failed and the running result is not ok 7168 1726883316.10603: done checking to see if all hosts have failed 7168 1726883316.10604: getting the remaining hosts for this loop 7168 1726883316.10604: done getting the remaining hosts for this loop 7168 1726883316.10606: getting the next task for host managed_node3 7168 1726883316.10610: done getting next task for host managed_node3 7168 1726883316.10613: ^ task is: TASK: Check if system is ostree 7168 1726883316.10615: ^ 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 7168 1726883316.10616: getting variables 7168 1726883316.10617: in VariableManager get_vars() 7168 1726883316.10629: Calling all_inventory to load vars for managed_node3 7168 1726883316.10630: Calling groups_inventory to load vars for managed_node3 7168 1726883316.10632: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883316.10637: Calling all_plugins_play to load vars for managed_node3 7168 1726883316.10638: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883316.10640: Calling groups_plugins_play to load vars for managed_node3 7168 1726883316.10663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883316.10679: done with get_vars() 7168 1726883316.10684: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 21:48:36 -0400 (0:00:00.071) 0:00:00.202 ****** 7168 1726883316.10739: entering _queue_task() for managed_node3/stat 7168 1726883316.10933: worker is 1 (out of 1 available) 7168 1726883316.10944: exiting _queue_task() for managed_node3/stat 7168 1726883316.10954: done queuing things up, now waiting for results queue to drain 7168 1726883316.10955: waiting for pending results... 7168 1726883316.11085: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 7168 1726883316.11158: in run() - task 123911ae-b657-be07-1a37-000000000013 7168 1726883316.11168: variable 'ansible_search_path' from source: unknown 7168 1726883316.11171: variable 'ansible_search_path' from source: unknown 7168 1726883316.11205: calling self._execute() 7168 1726883316.11253: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.11257: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.11264: variable 'omit' from source: magic vars 7168 1726883316.11585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7168 1726883316.11785: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7168 1726883316.11816: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7168 1726883316.11842: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7168 1726883316.11870: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7168 1726883316.11933: 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) 7168 1726883316.11951: 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) 7168 1726883316.11975: 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) 7168 1726883316.11990: 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) 7168 1726883316.12075: Evaluated conditional (not __rhc_is_ostree is defined): True 7168 1726883316.12080: variable 'omit' from source: magic vars 7168 1726883316.12117: variable 'omit' from source: magic vars 7168 1726883316.12141: variable 'omit' from source: magic vars 7168 1726883316.12161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7168 1726883316.12181: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7168 1726883316.12194: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7168 1726883316.12208: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7168 1726883316.12218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7168 1726883316.12232: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7168 1726883316.12245: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7168 1726883316.12267: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7168 1726883316.12270: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.12273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.12354: Set connection var ansible_timeout to 10 7168 1726883316.12360: Set connection var ansible_shell_executable to /bin/sh 7168 1726883316.12362: Set connection var ansible_shell_type to sh 7168 1726883316.12368: Set connection var ansible_pipelining to False 7168 1726883316.12371: Set connection var ansible_connection to ssh 7168 1726883316.12377: Set connection var ansible_module_compression to ZIP_DEFLATED 7168 1726883316.12393: variable 'ansible_shell_executable' from source: unknown 7168 1726883316.12399: variable 'ansible_connection' from source: unknown 7168 1726883316.12402: variable 'ansible_module_compression' from source: unknown 7168 1726883316.12404: variable 'ansible_shell_type' from source: unknown 7168 1726883316.12407: variable 'ansible_shell_executable' from source: unknown 7168 1726883316.12417: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.12420: variable 'ansible_pipelining' from source: unknown 7168 1726883316.12424: variable 'ansible_timeout' from source: unknown 7168 1726883316.12428: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.12522: 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) 7168 1726883316.12532: variable 'omit' from source: magic vars 7168 1726883316.12536: starting attempt loop 7168 1726883316.12540: running the handler 7168 1726883316.12549: _low_level_execute_command(): starting 7168 1726883316.12555: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7168 1726883316.13064: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7168 1726883316.13079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.13096: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7168 1726883316.13109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.13126: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.13170: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7168 1726883316.13181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7168 1726883316.13247: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7168 1726883316.14869: stdout chunk (state=3): >>>/root <<< 7168 1726883316.15022: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7168 1726883316.15074: stderr chunk (state=3): >>><<< 7168 1726883316.15086: stdout chunk (state=3): >>><<< 7168 1726883316.15103: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7168 1726883316.15119: _low_level_execute_command(): starting 7168 1726883316.15126: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805 `" && echo ansible-tmp-1726883316.1510448-7185-120319706213805="` echo /root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805 `" ) && sleep 0' 7168 1726883316.15573: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7168 1726883316.15586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.15610: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.15633: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.15672: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7168 1726883316.15683: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7168 1726883316.15746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7168 1726883316.17566: stdout chunk (state=3): >>>ansible-tmp-1726883316.1510448-7185-120319706213805=/root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805 <<< 7168 1726883316.17721: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7168 1726883316.17776: stderr chunk (state=3): >>><<< 7168 1726883316.17779: stdout chunk (state=3): >>><<< 7168 1726883316.17794: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883316.1510448-7185-120319706213805=/root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7168 1726883316.17841: variable 'ansible_module_compression' from source: unknown 7168 1726883316.17886: ANSIBALLZ: Using lock for stat 7168 1726883316.17889: ANSIBALLZ: Acquiring lock 7168 1726883316.17891: ANSIBALLZ: Lock acquired: 139683713744192 7168 1726883316.17894: ANSIBALLZ: Creating module 7168 1726883316.26237: ANSIBALLZ: Writing module into payload 7168 1726883316.26326: ANSIBALLZ: Writing module 7168 1726883316.26340: ANSIBALLZ: Renaming module 7168 1726883316.26345: ANSIBALLZ: Done creating module 7168 1726883316.26359: variable 'ansible_facts' from source: unknown 7168 1726883316.26365: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7168 1726883316.26372: _low_level_execute_command(): starting 7168 1726883316.26378: _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' 7168 1726883316.26857: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7168 1726883316.26875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.26886: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7168 1726883316.26897: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.26946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7168 1726883316.26966: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7168 1726883316.27028: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7168 1726883316.28725: stdout chunk (state=3): >>>PLATFORM <<< 7168 1726883316.28797: stdout chunk (state=3): >>>Linux <<< 7168 1726883316.28818: stdout chunk (state=3): >>>FOUND /usr/bin/python3.9 <<< 7168 1726883316.28827: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7168 1726883316.28958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7168 1726883316.29020: stderr chunk (state=3): >>><<< 7168 1726883316.29025: stdout chunk (state=3): >>><<< 7168 1726883316.29044: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7168 1726883316.29056 [managed_node3]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7168 1726883316.29088: _low_level_execute_command(): starting 7168 1726883316.29091: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 7168 1726883316.29178: Sending initial data 7168 1726883316.29188: Sent initial data (1181 bytes) 7168 1726883316.29561: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7168 1726883316.29578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.29595: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7168 1726883316.29606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.29618: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.29663: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7168 1726883316.29679: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7168 1726883316.29732: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7168 1726883316.33415: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 7168 1726883316.33781: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7168 1726883316.33850: stderr chunk (state=3): >>><<< 7168 1726883316.33853: stdout chunk (state=3): >>><<< 7168 1726883316.33865: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7168 1726883316.33916: variable 'ansible_facts' from source: unknown 7168 1726883316.33919: variable 'ansible_facts' from source: unknown 7168 1726883316.33930: variable 'ansible_module_compression' from source: unknown 7168 1726883316.33974: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7168qt12rcbw/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7168 1726883316.33990: variable 'ansible_facts' from source: unknown 7168 1726883316.34039: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805/AnsiballZ_stat.py 7168 1726883316.34150: Sending initial data 7168 1726883316.34159: Sent initial data (151 bytes) 7168 1726883316.34868: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7168 1726883316.34871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.34905: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.34908: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7168 1726883316.34912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.34971: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7168 1726883316.34974: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7168 1726883316.34976: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7168 1726883316.35034: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7168 1726883316.36823: 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 <<< 7168 1726883316.36867: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7168 1726883316.36908: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7168qt12rcbw/tmp01twmfi6 /root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805/AnsiballZ_stat.py <<< 7168 1726883316.36949: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7168 1726883316.37748: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7168 1726883316.37859: stderr chunk (state=3): >>><<< 7168 1726883316.37863: stdout chunk (state=3): >>><<< 7168 1726883316.37879: done transferring module to remote 7168 1726883316.37892: _low_level_execute_command(): starting 7168 1726883316.37899: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805/ /root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805/AnsiballZ_stat.py && sleep 0' 7168 1726883316.38350: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7168 1726883316.38363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.38384: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 7168 1726883316.38400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.38447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7168 1726883316.38459: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7168 1726883316.38510: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7168 1726883316.40259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7168 1726883316.40313: stderr chunk (state=3): >>><<< 7168 1726883316.40319: stdout chunk (state=3): >>><<< 7168 1726883316.40337: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7168 1726883316.40341: _low_level_execute_command(): starting 7168 1726883316.40345: _low_level_execute_command(): using become for this command 7168 1726883316.40356: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-gathfywwkpqtvvisrvgpvbnnhcglqblf ; PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805/AnsiballZ_stat.py'"'"' && sleep 0' 7168 1726883316.40439: Initial state: awaiting_escalation: BECOME-SUCCESS-gathfywwkpqtvvisrvgpvbnnhcglqblf 7168 1726883316.40797: stderr chunk (state=1): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7168 1726883316.40863: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.40902: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master <<< 7168 1726883316.40920: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7168 1726883316.41027: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7168 1726883316.43788: stdout chunk (state=1): >>>BECOME-SUCCESS-gathfywwkpqtvvisrvgpvbnnhcglqblf <<< 7168 1726883316.43792: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-gathfywwkpqtvvisrvgpvbnnhcglqblf' 7168 1726883316.44015: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7168 1726883316.44037: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7168 1726883316.44094: stdout chunk (state=3): >>>import '_io' # <<< 7168 1726883316.44099: stdout chunk (state=3): >>>import 'marshal' # <<< 7168 1726883316.44128: stdout chunk (state=3): >>>import 'posix' # <<< 7168 1726883316.44156: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7168 1726883316.44161: stdout chunk (state=3): >>># installing zipimport hook <<< 7168 1726883316.44204: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 7168 1726883316.44209: stdout chunk (state=3): >>># installed zipimport hook <<< 7168 1726883316.44252: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py <<< 7168 1726883316.44259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7168 1726883316.44269: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7168 1726883316.44295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7168 1726883316.44325: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b73f2ca0> <<< 7168 1726883316.44391: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdc280> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b73f2a00> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py <<< 7168 1726883316.44395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7168 1726883316.44400: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b73f29a0> <<< 7168 1726883316.44420: stdout chunk (state=3): >>>import '_signal' # <<< 7168 1726883316.44435: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7168 1726883316.44449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdc370> <<< 7168 1726883316.44480: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7168 1726883316.44502: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7168 1726883316.44509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7168 1726883316.44523: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdc820> <<< 7168 1726883316.44542: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdc550> <<< 7168 1726883316.44570: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7168 1726883316.44577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7168 1726883316.44598: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7168 1726883316.44618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7168 1726883316.44634: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7168 1726883316.44654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7168 1726883316.44672: stdout chunk (state=3): >>>import '_stat' # <<< 7168 1726883316.44692: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f88f70> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7168 1726883316.44729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7168 1726883316.44783: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f8f100> <<< 7168 1726883316.44810: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7168 1726883316.44815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7168 1726883316.44846: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' <<< 7168 1726883316.44850: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fb8730> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f8f820> <<< 7168 1726883316.44875: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ff1760> <<< 7168 1726883316.44913: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f88c70> <<< 7168 1726883316.44965: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py <<< 7168 1726883316.44968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7168 1726883316.44971: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fb8c70> <<< 7168 1726883316.45021: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdcfd0> <<< 7168 1726883316.45048: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7168 1726883316.45240: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7168 1726883316.45246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7168 1726883316.45276: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7168 1726883316.45282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7168 1726883316.45297: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7168 1726883316.45325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7168 1726883316.45336: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7168 1726883316.45353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f2ed90> <<< 7168 1726883316.45607: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f30e20> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7168 1726883316.45641: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f29730> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f2b520> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f2e250> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7168 1726883316.45665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7168 1726883316.45683: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7168 1726883316.45708: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7168 1726883316.45791: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6eb0cd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6eb07c0> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6eb0dc0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7168 1726883316.45821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7168 1726883316.45838: stdout chunk (state=3): >>>import '_operator' # <<< 7168 1726883316.45859: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6eb0e80> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7168 1726883316.45868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6eb0f40> <<< 7168 1726883316.45881: stdout chunk (state=3): >>>import '_collections' # <<< 7168 1726883316.45926: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f09c40> <<< 7168 1726883316.45933: stdout chunk (state=3): >>>import '_functools' # <<< 7168 1726883316.45952: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f02520> <<< 7168 1726883316.46006: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f17580> <<< 7168 1726883316.46024: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f35cd0> <<< 7168 1726883316.46029: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7168 1726883316.46066: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6ec2b80> <<< 7168 1726883316.46070: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f09160> <<< 7168 1726883316.46096: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7168 1726883316.46116: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6f17190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f3b880> <<< 7168 1726883316.46132: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py <<< 7168 1726883316.46138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7168 1726883316.46155: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py <<< 7168 1726883316.46173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7168 1726883316.46179: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7168 1726883316.46202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7168 1726883316.46205: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec2eb0> <<< 7168 1726883316.46213: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec2ca0> <<< 7168 1726883316.46236: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py <<< 7168 1726883316.46246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec2c10> <<< 7168 1726883316.46262: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7168 1726883316.46277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7168 1726883316.46290: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7168 1726883316.46295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7168 1726883316.46318: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7168 1726883316.46358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7168 1726883316.46389: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6e8d280> <<< 7168 1726883316.46408: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7168 1726883316.46416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7168 1726883316.46458: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6e8d370> <<< 7168 1726883316.46791: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ecceb0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec4940> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec44f0> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b880d0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6e88d90> <<< 7168 1726883316.46991: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec4dc0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f35eb0> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7168 1726883316.47350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b9ba00> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' <<< 7168 1726883316.47370: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b9bd30> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6bac640> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6bacb80> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7168 1726883316.47379: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b442b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b9be20> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b55190> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6bac4c0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7168 1726883316.47384: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b55250> <<< 7168 1726883316.47386: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec28e0> <<< 7168 1726883316.47509: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b715b0> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b71880> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b71670> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b71760> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7168 1726883316.47638: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7168 1726883316.47647: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b71bb0> <<< 7168 1726883316.47675: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' <<< 7168 1726883316.47685: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b7f100> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b717f0> <<< 7168 1726883316.47698: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b64940> <<< 7168 1726883316.47716: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec24c0> <<< 7168 1726883316.47740: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7168 1726883316.47793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7168 1726883316.47828: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b719a0> <<< 7168 1726883316.47927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7168 1726883316.47940: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f01b6a95580> <<< 7168 1726883316.48075: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip' <<< 7168 1726883316.48085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.48163: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.48191: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7168 1726883316.48215: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.48223: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/__init__.py <<< 7168 1726883316.48240: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.49444: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.50454: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b96d0> <<< 7168 1726883316.50480: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7168 1726883316.50487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7168 1726883316.50494: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7168 1726883316.50519: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b69b9160> <<< 7168 1726883316.50523: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9340> <<< 7168 1726883316.50578: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9e20> <<< 7168 1726883316.50580: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7168 1726883316.50583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7168 1726883316.50620: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9f10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9c40> import 'atexit' # <<< 7168 1726883316.50656: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b69b9e80> <<< 7168 1726883316.50659: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7168 1726883316.50684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7168 1726883316.50751: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9100> <<< 7168 1726883316.50771: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7168 1726883316.50821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7168 1726883316.50828: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7168 1726883316.50831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7168 1726883316.50833: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7168 1726883316.50884: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63ebdf0> <<< 7168 1726883316.50938: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63ebfa0> <<< 7168 1726883316.50948: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6930e50> <<< 7168 1726883316.50984: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7168 1726883316.50990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7168 1726883316.51034: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69304c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a20dc0> <<< 7168 1726883316.51235: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a203d0> <<< 7168 1726883316.51315: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7168 1726883316.51343: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a20fd0> <<< 7168 1726883316.51346: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7168 1726883316.51348: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7168 1726883316.51350: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7168 1726883316.51353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7168 1726883316.51355: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69f1dc0> <<< 7168 1726883316.51431: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b698cbe0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b698c2b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69bf3a0> <<< 7168 1726883316.51463: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b698c3d0> <<< 7168 1726883316.51560: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' <<< 7168 1726883316.51563: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b698c400> <<< 7168 1726883316.51566: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7168 1726883316.51568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7168 1726883316.51570: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7168 1726883316.51572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7168 1726883316.51641: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63ce970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a02100> <<< 7168 1726883316.51662: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7168 1726883316.51725: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63da9a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a02280> <<< 7168 1726883316.51738: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7168 1726883316.51802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7168 1726883316.51805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7168 1726883316.51860: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63cedf0> <<< 7168 1726883316.51980: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63da940> <<< 7168 1726883316.52068: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63da790> <<< 7168 1726883316.52101: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63d9730> <<< 7168 1726883316.52145: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63d9670> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69f97c0> <<< 7168 1726883316.52175: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py <<< 7168 1726883316.52186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7168 1726883316.52206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7168 1726883316.52249: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6983640> <<< 7168 1726883316.52432: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7168 1726883316.52435: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b69819d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63cf0a0> <<< 7168 1726883316.52482: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b69830a0> <<< 7168 1726883316.52505: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a1a880> # zipimport: zlib available <<< 7168 1726883316.52508: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7168 1726883316.52523: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.52577: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.52667: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7168 1726883316.52689: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py <<< 7168 1726883316.52714: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.52717: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7168 1726883316.52805: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.52903: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.53339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.53791: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7168 1726883316.53802: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7168 1726883316.53834: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7168 1726883316.53836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7168 1726883316.53882: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b5fa9130> <<< 7168 1726883316.53946: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7168 1726883316.53962: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6977970> <<< 7168 1726883316.53970: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b5fa9550> <<< 7168 1726883316.54024: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7168 1726883316.54039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.54044: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 7168 1726883316.54063: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.54170: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.54298: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7168 1726883316.54301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7168 1726883316.54328: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6978940> # zipimport: zlib available <<< 7168 1726883316.54716: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.55079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.55133: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.55204: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 7168 1726883316.55207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.55265: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7168 1726883316.55321: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.55420: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 7168 1726883316.55436: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7168 1726883316.55449: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.55461: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.55495: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7168 1726883316.55679: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.55898: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7168 1726883316.55902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 7168 1726883316.55980: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69775e0> # zipimport: zlib available <<< 7168 1726883316.56038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56124: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7168 1726883316.56137: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56219: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 7168 1726883316.56233: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56248: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56343: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56403: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py <<< 7168 1726883316.56426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7168 1726883316.56495: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6a0d850> <<< 7168 1726883316.56527: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69c1e50> <<< 7168 1726883316.56567: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7168 1726883316.56686: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56763: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.56819: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7168 1726883316.56834: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7168 1726883316.56847: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7168 1726883316.56886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7168 1726883316.56890: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7168 1726883316.56905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7168 1726883316.56976: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63a1310> <<< 7168 1726883316.57021: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b639b820> <<< 7168 1726883316.57075: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6392940> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7168 1726883316.57134: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.57137: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7168 1726883316.57220: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 7168 1726883316.57242: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 7168 1726883316.57245: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.57341: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.57514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7168 1726883316.57649: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 7168 1726883316.57900: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 7168 1726883316.57921: stdout chunk (state=3): >>># clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings <<< 7168 1726883316.57954: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib <<< 7168 1726883316.57995: stdout chunk (state=3): >>># destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback <<< 7168 1726883316.58022: stdout chunk (state=3): >>># cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7168 1726883316.58233: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7168 1726883316.58272: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7168 1726883316.58314: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7168 1726883316.58327: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7168 1726883316.58370: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon <<< 7168 1726883316.58425: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch <<< 7168 1726883316.58493: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os <<< 7168 1726883316.58527: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7168 1726883316.58710: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat <<< 7168 1726883316.58737: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7168 1726883316.58750: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7168 1726883316.59264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.127 closed. <<< 7168 1726883316.59268: stdout chunk (state=3): >>><<< 7168 1726883316.59270: stderr chunk (state=3): >>><<< 7168 1726883316.59446: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b73f2ca0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdc280> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b73f2a00> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b73f29a0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdc370> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdc820> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdc550> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f88f70> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f8f100> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fb8730> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f8f820> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ff1760> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f88c70> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fb8c70> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6fdcfd0> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f2ed90> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f30e20> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f29730> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f2b520> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f2e250> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6eb0cd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6eb07c0> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6eb0dc0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6eb0e80> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6eb0f40> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f09c40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f02520> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f17580> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f35cd0> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6ec2b80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f09160> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6f17190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f3b880> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec2eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec2ca0> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec2c10> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6e8d280> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6e8d370> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ecceb0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec4940> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec44f0> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b880d0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6e88d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec4dc0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6f35eb0> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b9ba00> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b9bd30> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6bac640> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6bacb80> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b442b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b9be20> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b55190> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6bac4c0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b55250> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec28e0> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b715b0> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b71880> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b71670> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b71760> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b71bb0> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6b7f100> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b717f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b64940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6ec24c0> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6b719a0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f01b6a95580> # zipimport: found 30 names in '/tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b96d0> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b69b9160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9340> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9e20> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9f10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9c40> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b69b9e80> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69b9100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63ebdf0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63ebfa0> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6930e50> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69304c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a20dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a203d0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a20fd0> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69f1dc0> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b698cbe0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b698c2b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69bf3a0> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b698c3d0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b698c400> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63ce970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a02100> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63da9a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a02280> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63cedf0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63da940> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63da790> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63d9730> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b63d9670> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69f97c0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6983640> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b69819d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63cf0a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b69830a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6a1a880> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b5fa9130> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6977970> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b5fa9550> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6978940> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69775e0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f01b6a0d850> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b69c1e50> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b63a1310> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b639b820> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f01b6392940> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_z3lo9kum/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.11.127 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 7168 1726883316.60246: 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-1726883316.1510448-7185-120319706213805/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7168 1726883316.60249: _low_level_execute_command(): starting 7168 1726883316.60252: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883316.1510448-7185-120319706213805/ > /dev/null 2>&1 && sleep 0' 7168 1726883316.60908: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7168 1726883316.60932: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7168 1726883316.60968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7168 1726883316.60996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.61056: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 7168 1726883316.61079: stderr chunk (state=3): >>>debug2: match not found <<< 7168 1726883316.61094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.61116: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7168 1726883316.61135: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address <<< 7168 1726883316.61147: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7168 1726883316.61165: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7168 1726883316.61185: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7168 1726883316.61200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7168 1726883316.61214: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 7168 1726883316.61238: stderr chunk (state=3): >>>debug2: match found <<< 7168 1726883316.61254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7168 1726883316.61340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7168 1726883316.61362: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7168 1726883316.61380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7168 1726883316.61463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7168 1726883316.63240: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7168 1726883316.63348: stderr chunk (state=3): >>><<< 7168 1726883316.63363: stdout chunk (state=3): >>><<< 7168 1726883316.63630: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7168 1726883316.63633: handler run complete 7168 1726883316.63635: variable 'ansible_facts' from source: unknown 7168 1726883316.63638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883316.63640: variable 'ansible_facts' from source: unknown 7168 1726883316.63642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883316.63644: attempt loop complete, returning result 7168 1726883316.63646: _execute() done 7168 1726883316.63648: dumping result to json 7168 1726883316.63650: done dumping result, returning 7168 1726883316.63652: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [123911ae-b657-be07-1a37-000000000013] 7168 1726883316.63654: sending task result for task 123911ae-b657-be07-1a37-000000000013 7168 1726883316.63737: done sending task result for task 123911ae-b657-be07-1a37-000000000013 7168 1726883316.63740: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "stat": { "exists": false } } 7168 1726883316.63838: no more pending results, returning what we have 7168 1726883316.63841: results queue empty 7168 1726883316.63842: checking for any_errors_fatal 7168 1726883316.63850: done checking for any_errors_fatal 7168 1726883316.63851: checking for max_fail_percentage 7168 1726883316.63853: done checking for max_fail_percentage 7168 1726883316.63854: checking to see if all hosts have failed and the running result is not ok 7168 1726883316.63854: done checking to see if all hosts have failed 7168 1726883316.63855: getting the remaining hosts for this loop 7168 1726883316.63857: done getting the remaining hosts for this loop 7168 1726883316.63860: getting the next task for host managed_node3 7168 1726883316.63867: done getting next task for host managed_node3 7168 1726883316.63869: ^ task is: TASK: Set flag to indicate system is ostree 7168 1726883316.63872: ^ 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 7168 1726883316.63876: getting variables 7168 1726883316.63878: in VariableManager get_vars() 7168 1726883316.63906: Calling all_inventory to load vars for managed_node3 7168 1726883316.63910: Calling groups_inventory to load vars for managed_node3 7168 1726883316.63915: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883316.63928: Calling all_plugins_play to load vars for managed_node3 7168 1726883316.63931: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883316.63938: Calling groups_plugins_play to load vars for managed_node3 7168 1726883316.63977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883316.64006: done with get_vars() 7168 1726883316.64121: done getting variables 7168 1726883316.64194: 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-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:48:36 -0400 (0:00:00.534) 0:00:00.737 ****** 7168 1726883316.64349: entering _queue_task() for managed_node3/set_fact 7168 1726883316.64772: worker is 1 (out of 1 available) 7168 1726883316.64789: exiting _queue_task() for managed_node3/set_fact 7168 1726883316.64798: done queuing things up, now waiting for results queue to drain 7168 1726883316.64800: waiting for pending results... 7168 1726883316.65069: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 7168 1726883316.65206: in run() - task 123911ae-b657-be07-1a37-000000000014 7168 1726883316.65234: variable 'ansible_search_path' from source: unknown 7168 1726883316.65242: variable 'ansible_search_path' from source: unknown 7168 1726883316.65295: calling self._execute() 7168 1726883316.65375: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.65386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.65400: variable 'omit' from source: magic vars 7168 1726883316.66013: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7168 1726883316.66308: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7168 1726883316.66386: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7168 1726883316.66433: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7168 1726883316.66475: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7168 1726883316.66591: 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) 7168 1726883316.66626: 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) 7168 1726883316.66673: 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) 7168 1726883316.66706: 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) 7168 1726883316.66863: Evaluated conditional (not __rhc_is_ostree is defined): True 7168 1726883316.66874: variable 'omit' from source: magic vars 7168 1726883316.66957: variable 'omit' from source: magic vars 7168 1726883316.67109: variable '__ostree_booted_stat' from source: set_fact 7168 1726883316.67170: variable 'omit' from source: magic vars 7168 1726883316.67205: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7168 1726883316.67259: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7168 1726883316.67289: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7168 1726883316.67340: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7168 1726883316.67357: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7168 1726883316.67395: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7168 1726883316.67426: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7168 1726883316.67463: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7168 1726883316.67494: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.67503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.67659: Set connection var ansible_timeout to 10 7168 1726883316.67696: Set connection var ansible_shell_executable to /bin/sh 7168 1726883316.67710: Set connection var ansible_shell_type to sh 7168 1726883316.67731: Set connection var ansible_pipelining to False 7168 1726883316.67739: Set connection var ansible_connection to ssh 7168 1726883316.67757: Set connection var ansible_module_compression to ZIP_DEFLATED 7168 1726883316.67790: variable 'ansible_shell_executable' from source: unknown 7168 1726883316.67798: variable 'ansible_connection' from source: unknown 7168 1726883316.67805: variable 'ansible_module_compression' from source: unknown 7168 1726883316.67813: variable 'ansible_shell_type' from source: unknown 7168 1726883316.67825: variable 'ansible_shell_executable' from source: unknown 7168 1726883316.67832: variable 'ansible_host' from source: host vars for 'managed_node3' 7168 1726883316.67839: variable 'ansible_pipelining' from source: unknown 7168 1726883316.67845: variable 'ansible_timeout' from source: unknown 7168 1726883316.67854: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7168 1726883316.67979: 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) 7168 1726883316.67998: variable 'omit' from source: magic vars 7168 1726883316.68010: starting attempt loop 7168 1726883316.68027: running the handler 7168 1726883316.68042: handler run complete 7168 1726883316.68054: attempt loop complete, returning result 7168 1726883316.68060: _execute() done 7168 1726883316.68065: dumping result to json 7168 1726883316.68071: done dumping result, returning 7168 1726883316.68090: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [123911ae-b657-be07-1a37-000000000014] 7168 1726883316.68098: sending task result for task 123911ae-b657-be07-1a37-000000000014 7168 1726883316.68200: done sending task result for task 123911ae-b657-be07-1a37-000000000014 7168 1726883316.68206: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7168 1726883316.68263: no more pending results, returning what we have 7168 1726883316.68266: results queue empty 7168 1726883316.68267: checking for any_errors_fatal 7168 1726883316.68275: done checking for any_errors_fatal 7168 1726883316.68275: checking for max_fail_percentage 7168 1726883316.68277: done checking for max_fail_percentage 7168 1726883316.68278: checking to see if all hosts have failed and the running result is not ok 7168 1726883316.68279: done checking to see if all hosts have failed 7168 1726883316.68279: getting the remaining hosts for this loop 7168 1726883316.68282: done getting the remaining hosts for this loop 7168 1726883316.68285: getting the next task for host managed_node3 7168 1726883316.68292: done getting next task for host managed_node3 7168 1726883316.68295: ^ task is: TASK: meta (end_play) 7168 1726883316.68299: ^ 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 7168 1726883316.68303: getting variables 7168 1726883316.68304: in VariableManager get_vars() 7168 1726883316.68337: Calling all_inventory to load vars for managed_node3 7168 1726883316.68340: Calling groups_inventory to load vars for managed_node3 7168 1726883316.68343: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883316.68358: Calling all_plugins_play to load vars for managed_node3 7168 1726883316.68362: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883316.68365: Calling groups_plugins_play to load vars for managed_node3 7168 1726883316.68405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883316.68466: done with get_vars() 7168 1726883316.68477: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Friday 20 September 2024 21:48:36 -0400 (0:00:00.044) 0:00:00.781 ****** 7168 1726883316.68656: in VariableManager get_vars() 7168 1726883316.68666: Calling all_inventory to load vars for managed_node3 7168 1726883316.68668: Calling groups_inventory to load vars for managed_node3 7168 1726883316.68698: Calling all_plugins_inventory to load vars for managed_node3 7168 1726883316.68704: Calling all_plugins_play to load vars for managed_node3 7168 1726883316.68707: Calling groups_plugins_inventory to load vars for managed_node3 7168 1726883316.68709: Calling groups_plugins_play to load vars for managed_node3 7168 1726883316.68778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7168 1726883316.68795: done with get_vars() 7168 1726883316.69065: variable 'lsr_rhc_test_data' from source: include_vars 7168 1726883316.69083: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7168 1726883316.69090: done queuing things up, now waiting for results queue to drain 7168 1726883316.69091: results queue empty 7168 1726883316.69091: checking for any_errors_fatal 7168 1726883316.69093: done checking for any_errors_fatal 7168 1726883316.69094: checking for max_fail_percentage 7168 1726883316.69095: done checking for max_fail_percentage 7168 1726883316.69095: checking to see if all hosts have failed and the running result is not ok 7168 1726883316.69095: done checking to see if all hosts have failed 7168 1726883316.69096: getting the remaining hosts for this loop 7168 1726883316.69096: done getting the remaining hosts for this loop 7168 1726883316.69098: getting the next task for host managed_node3 7168 1726883316.69102: host managed_node3 is done iterating, returning 7168 1726883316.69103: done queuing things up, now waiting for results queue to drain 7168 1726883316.69104: results queue empty 7168 1726883316.69104: checking for any_errors_fatal 7168 1726883316.69105: done checking for any_errors_fatal 7168 1726883316.69105: checking for max_fail_percentage 7168 1726883316.69106: done checking for max_fail_percentage 7168 1726883316.69106: checking to see if all hosts have failed and the running result is not ok 7168 1726883316.69107: done checking to see if all hosts have failed 7168 1726883316.69108: getting the next task for host managed_node3 7168 1726883316.69109: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 21:48:36 -0400 (0:00:00.005) 0:00:00.786 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.54s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.07s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Import test data -------------------------------------------------------- 0.05s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.05s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Skip if there is no Insights support ------------------------------------ 0.01s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 7168 1726883316.69160: RUNNING CLEANUP