[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. 9527 1726883471.18957: 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 9527 1726883471.19268: Added group all to inventory 9527 1726883471.19270: Added group ungrouped to inventory 9527 1726883471.19273: Group all now contains ungrouped 9527 1726883471.19276: Examining possible inventory source: /tmp/rhc-n0O/inventory.yml 9527 1726883471.28159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 9527 1726883471.28199: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 9527 1726883471.28217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 9527 1726883471.28260: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 9527 1726883471.28306: Loaded config def from plugin (inventory/script) 9527 1726883471.28307: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 9527 1726883471.28341: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 9527 1726883471.28395: Loaded config def from plugin (inventory/yaml) 9527 1726883471.28397: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 9527 1726883471.28460: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 9527 1726883471.28763: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 9527 1726883471.28771: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 9527 1726883471.28774: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 9527 1726883471.28781: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 9527 1726883471.28785: Loading data from /tmp/rhc-n0O/inventory.yml 9527 1726883471.28838: /tmp/rhc-n0O/inventory.yml was not parsable by auto 9527 1726883471.28886: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 9527 1726883471.28916: Loading data from /tmp/rhc-n0O/inventory.yml 9527 1726883471.28979: group all already in inventory 9527 1726883471.28986: set inventory_file for managed_node1 9527 1726883471.28990: set inventory_dir for managed_node1 9527 1726883471.28992: Added host managed_node1 to inventory 9527 1726883471.28994: Added host managed_node1 to group all 9527 1726883471.28995: set ansible_host for managed_node1 9527 1726883471.28996: set ansible_ssh_extra_args for managed_node1 9527 1726883471.29003: set inventory_file for managed_node2 9527 1726883471.29009: set inventory_dir for managed_node2 9527 1726883471.29010: Added host managed_node2 to inventory 9527 1726883471.29013: Added host managed_node2 to group all 9527 1726883471.29014: set ansible_host for managed_node2 9527 1726883471.29014: set ansible_ssh_extra_args for managed_node2 9527 1726883471.29017: set inventory_file for managed_node3 9527 1726883471.29020: set inventory_dir for managed_node3 9527 1726883471.29021: Added host managed_node3 to inventory 9527 1726883471.29022: Added host managed_node3 to group all 9527 1726883471.29023: set ansible_host for managed_node3 9527 1726883471.29024: set ansible_ssh_extra_args for managed_node3 9527 1726883471.29026: Reconcile groups and hosts in inventory. 9527 1726883471.29030: Group ungrouped now contains managed_node1 9527 1726883471.29032: Group ungrouped now contains managed_node2 9527 1726883471.29033: Group ungrouped now contains managed_node3 9527 1726883471.29090: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 9527 1726883471.29172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 9527 1726883471.29201: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 9527 1726883471.29220: Loaded config def from plugin (vars/host_group_vars) 9527 1726883471.29222: 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) 9527 1726883471.29227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 9527 1726883471.29232: 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) 9527 1726883471.29262: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 9527 1726883471.29536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883471.29598: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 9527 1726883471.29624: Loaded config def from plugin (connection/local) 9527 1726883471.29626: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 9527 1726883471.30017: Loaded config def from plugin (connection/paramiko_ssh) 9527 1726883471.30020: 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) 9527 1726883471.30610: 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) 9527 1726883471.30635: Loaded config def from plugin (connection/psrp) 9527 1726883471.30637: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 9527 1726883471.31042: 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) 9527 1726883471.31067: Loaded config def from plugin (connection/ssh) 9527 1726883471.31069: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 9527 1726883471.32254: 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) 9527 1726883471.32276: Loaded config def from plugin (connection/winrm) 9527 1726883471.32278: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 9527 1726883471.32298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 9527 1726883471.32344: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 9527 1726883471.32384: Loaded config def from plugin (shell/cmd) 9527 1726883471.32385: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 9527 1726883471.32397: 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) 9527 1726883471.32440: Loaded config def from plugin (shell/powershell) 9527 1726883471.32441: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 9527 1726883471.32479: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 9527 1726883471.32584: Loaded config def from plugin (shell/sh) 9527 1726883471.32586: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 9527 1726883471.32607: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 9527 1726883471.32791: Loaded config def from plugin (become/runas) 9527 1726883471.32792: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 9527 1726883471.32902: Loaded config def from plugin (become/su) 9527 1726883471.32903: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 9527 1726883471.33000: Loaded config def from plugin (become/sudo) 9527 1726883471.33002: 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 9527 1726883471.33026: Loading data from /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_release.yml 9527 1726883471.33567: in VariableManager get_vars() 9527 1726883471.33581: done with get_vars() 9527 1726883471.33587: 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 9527 1726883471.33786: trying /usr/local/lib/python3.12/site-packages/ansible/modules 9527 1726883471.35698: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 9527 1726883471.35867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 9527 1726883471.36137: in VariableManager get_vars() 9527 1726883471.36148: done with get_vars() 9527 1726883471.36155: 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 9527 1726883471.36327: in VariableManager get_vars() 9527 1726883471.36336: done with get_vars() 9527 1726883471.36436: in VariableManager get_vars() 9527 1726883471.36445: done with get_vars() 9527 1726883471.36684: in VariableManager get_vars() 9527 1726883471.36692: done with get_vars() 9527 1726883471.36801: in VariableManager get_vars() 9527 1726883471.36809: done with get_vars() 9527 1726883471.36898: in VariableManager get_vars() 9527 1726883471.36906: done with get_vars() 9527 1726883471.37003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 9527 1726883471.37014: 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 9527 1726883471.37178: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 9527 1726883471.37266: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 9527 1726883471.37268: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 9527 1726883471.37288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 9527 1726883471.37303: 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) 9527 1726883471.37402: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 9527 1726883471.37442: Loaded config def from plugin (callback/default) 9527 1726883471.37444: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 9527 1726883471.38181: Loaded config def from plugin (callback/junit) 9527 1726883471.38183: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 9527 1726883471.38214: 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) 9527 1726883471.38257: Loaded config def from plugin (callback/minimal) 9527 1726883471.38259: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 9527 1726883471.38284: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 9527 1726883471.38322: Loaded config def from plugin (callback/tree) 9527 1726883471.38324: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 9527 1726883471.38393: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 9527 1726883471.38395: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_release.yml **************************************************** 1 plays in /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_release.yml 9527 1726883471.38414: in VariableManager get_vars() 9527 1726883471.38422: done with get_vars() 9527 1726883471.38426: in VariableManager get_vars() 9527 1726883471.38431: done with get_vars() 9527 1726883471.38434: variable 'omit' from source: magic vars 9527 1726883471.38462: in VariableManager get_vars() 9527 1726883471.38472: done with get_vars() 9527 1726883471.38484: variable 'omit' from source: magic vars PLAY [Basic release test] ****************************************************** 9527 1726883471.40149: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 9527 1726883471.40198: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 9527 1726883471.40226: getting the remaining hosts for this loop 9527 1726883471.40227: done getting the remaining hosts for this loop 9527 1726883471.40229: getting the next task for host managed_node3 9527 1726883471.40232: done getting next task for host managed_node3 9527 1726883471.40233: ^ task is: TASK: meta (flush_handlers) 9527 1726883471.40234: ^ 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 9527 1726883471.40236: getting variables 9527 1726883471.40237: in VariableManager get_vars() 9527 1726883471.40243: Calling all_inventory to load vars for managed_node3 9527 1726883471.40244: Calling groups_inventory to load vars for managed_node3 9527 1726883471.40247: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883471.40255: Calling all_plugins_play to load vars for managed_node3 9527 1726883471.40262: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883471.40264: Calling groups_plugins_play to load vars for managed_node3 9527 1726883471.40284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883471.40320: done with get_vars() 9527 1726883471.40326: done getting variables 9527 1726883471.40353: in VariableManager get_vars() 9527 1726883471.40359: Calling all_inventory to load vars for managed_node3 9527 1726883471.40360: Calling groups_inventory to load vars for managed_node3 9527 1726883471.40362: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883471.40364: Calling all_plugins_play to load vars for managed_node3 9527 1726883471.40366: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883471.40367: Calling groups_plugins_play to load vars for managed_node3 9527 1726883471.40383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883471.40391: done with get_vars() 9527 1726883471.40397: done queuing things up, now waiting for results queue to drain 9527 1726883471.40398: results queue empty 9527 1726883471.40399: checking for any_errors_fatal 9527 1726883471.40400: done checking for any_errors_fatal 9527 1726883471.40400: checking for max_fail_percentage 9527 1726883471.40401: done checking for max_fail_percentage 9527 1726883471.40402: checking to see if all hosts have failed and the running result is not ok 9527 1726883471.40402: done checking to see if all hosts have failed 9527 1726883471.40402: getting the remaining hosts for this loop 9527 1726883471.40403: done getting the remaining hosts for this loop 9527 1726883471.40405: getting the next task for host managed_node3 9527 1726883471.40408: done getting next task for host managed_node3 9527 1726883471.40409: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 9527 1726883471.40413: ^ 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? (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 9527 1726883471.40414: getting variables 9527 1726883471.40415: in VariableManager get_vars() 9527 1726883471.40419: Calling all_inventory to load vars for managed_node3 9527 1726883471.40423: Calling groups_inventory to load vars for managed_node3 9527 1726883471.40425: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883471.40429: Calling all_plugins_play to load vars for managed_node3 9527 1726883471.40431: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883471.40433: Calling groups_plugins_play to load vars for managed_node3 9527 1726883471.40450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883471.40460: done with get_vars() 9527 1726883471.40463: done getting variables 9527 1726883471.40499: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:51:11 -0400 (0:00:00.021) 0:00:00.021 ****** 9527 1726883471.40519: entering _queue_task() for managed_node3/set_fact 9527 1726883471.40519: Creating lock for set_fact 9527 1726883471.40768: worker is 1 (out of 1 available) 9527 1726883471.40778: exiting _queue_task() for managed_node3/set_fact 9527 1726883471.40789: done queuing things up, now waiting for results queue to drain 9527 1726883471.40791: waiting for pending results... 9527 1726883471.40924: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 9527 1726883471.40980: in run() - task 123911ae-b657-97ed-7b60-000000000009 9527 1726883471.40988: variable 'ansible_search_path' from source: unknown 9527 1726883471.40991: variable 'ansible_search_path' from source: unknown 9527 1726883471.41020: calling self._execute() 9527 1726883471.41063: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.41068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.41076: variable 'omit' from source: magic vars 9527 1726883471.41147: variable 'omit' from source: magic vars 9527 1726883471.41177: variable 'omit' from source: magic vars 9527 1726883471.41530: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 9527 1726883471.41636: Loaded config def from plugin (lookup/env) 9527 1726883471.41641: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 9527 1726883471.41685: variable 'omit' from source: magic vars 9527 1726883471.41704: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9527 1726883471.41727: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9527 1726883471.41739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9527 1726883471.41764: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9527 1726883471.41772: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9527 1726883471.41791: variable 'inventory_hostname' from source: host vars for 'managed_node3' 9527 1726883471.41794: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.41797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.41862: Set connection var ansible_connection to ssh 9527 1726883471.41869: Set connection var ansible_timeout to 10 9527 1726883471.41876: Set connection var ansible_module_compression to ZIP_DEFLATED 9527 1726883471.41880: Set connection var ansible_shell_executable to /bin/sh 9527 1726883471.41887: Set connection var ansible_pipelining to False 9527 1726883471.41892: Set connection var ansible_shell_type to sh 9527 1726883471.41906: variable 'ansible_shell_executable' from source: unknown 9527 1726883471.41911: variable 'ansible_connection' from source: unknown 9527 1726883471.41913: variable 'ansible_module_compression' from source: unknown 9527 1726883471.41915: variable 'ansible_shell_type' from source: unknown 9527 1726883471.41919: variable 'ansible_shell_executable' from source: unknown 9527 1726883471.41921: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.41928: variable 'ansible_pipelining' from source: unknown 9527 1726883471.41930: variable 'ansible_timeout' from source: unknown 9527 1726883471.41934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.42007: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 9527 1726883471.42016: variable 'omit' from source: magic vars 9527 1726883471.42021: starting attempt loop 9527 1726883471.42026: running the handler 9527 1726883471.42036: handler run complete 9527 1726883471.42044: attempt loop complete, returning result 9527 1726883471.42046: _execute() done 9527 1726883471.42049: dumping result to json 9527 1726883471.42051: done dumping result, returning 9527 1726883471.42057: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [123911ae-b657-97ed-7b60-000000000009] 9527 1726883471.42065: sending task result for task 123911ae-b657-97ed-7b60-000000000009 9527 1726883471.42144: done sending task result for task 123911ae-b657-97ed-7b60-000000000009 9527 1726883471.42147: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 9527 1726883471.42209: no more pending results, returning what we have 9527 1726883471.42213: results queue empty 9527 1726883471.42214: checking for any_errors_fatal 9527 1726883471.42215: done checking for any_errors_fatal 9527 1726883471.42216: checking for max_fail_percentage 9527 1726883471.42217: done checking for max_fail_percentage 9527 1726883471.42218: checking to see if all hosts have failed and the running result is not ok 9527 1726883471.42219: done checking to see if all hosts have failed 9527 1726883471.42219: getting the remaining hosts for this loop 9527 1726883471.42223: done getting the remaining hosts for this loop 9527 1726883471.42226: getting the next task for host managed_node3 9527 1726883471.42234: done getting next task for host managed_node3 9527 1726883471.42236: ^ task is: TASK: Import test data 9527 1726883471.42239: ^ state is: HOST STATE: block=2, task=2, 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? (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 9527 1726883471.42241: getting variables 9527 1726883471.42243: in VariableManager get_vars() 9527 1726883471.42264: Calling all_inventory to load vars for managed_node3 9527 1726883471.42266: Calling groups_inventory to load vars for managed_node3 9527 1726883471.42269: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883471.42277: Calling all_plugins_play to load vars for managed_node3 9527 1726883471.42279: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883471.42282: Calling groups_plugins_play to load vars for managed_node3 9527 1726883471.42316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883471.42336: done with get_vars() 9527 1726883471.42341: done getting variables 9527 1726883471.42409: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:51:11 -0400 (0:00:00.019) 0:00:00.040 ****** 9527 1726883471.42434: entering _queue_task() for managed_node3/include_vars 9527 1726883471.42435: Creating lock for include_vars 9527 1726883471.42613: worker is 1 (out of 1 available) 9527 1726883471.42628: exiting _queue_task() for managed_node3/include_vars 9527 1726883471.42638: done queuing things up, now waiting for results queue to drain 9527 1726883471.42640: waiting for pending results... 9527 1726883471.42757: running TaskExecutor() for managed_node3/TASK: Import test data 9527 1726883471.42812: in run() - task 123911ae-b657-97ed-7b60-00000000000b 9527 1726883471.42828: variable 'ansible_search_path' from source: unknown 9527 1726883471.42831: variable 'ansible_search_path' from source: unknown 9527 1726883471.42854: calling self._execute() 9527 1726883471.42894: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.42898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.42906: variable 'omit' from source: magic vars 9527 1726883471.43215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9527 1726883471.44682: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9527 1726883471.44727: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9527 1726883471.44752: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9527 1726883471.44778: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9527 1726883471.44799: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9527 1726883471.44854: 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) 9527 1726883471.44873: 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) 9527 1726883471.44894: 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) 9527 1726883471.44923: 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) 9527 1726883471.44933: 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) 9527 1726883471.45010: variable 'lsr_rhc_test_data_file' from source: set_fact 9527 1726883471.45036: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 9527 1726883471.45039: when evaluation is False, skipping this task 9527 1726883471.45042: _execute() done 9527 1726883471.45044: dumping result to json 9527 1726883471.45047: done dumping result, returning 9527 1726883471.45052: done running TaskExecutor() for managed_node3/TASK: Import test data [123911ae-b657-97ed-7b60-00000000000b] 9527 1726883471.45058: sending task result for task 123911ae-b657-97ed-7b60-00000000000b 9527 1726883471.45140: done sending task result for task 123911ae-b657-97ed-7b60-00000000000b 9527 1726883471.45143: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 9527 1726883471.45201: no more pending results, returning what we have 9527 1726883471.45203: results queue empty 9527 1726883471.45204: checking for any_errors_fatal 9527 1726883471.45208: done checking for any_errors_fatal 9527 1726883471.45208: checking for max_fail_percentage 9527 1726883471.45210: done checking for max_fail_percentage 9527 1726883471.45212: checking to see if all hosts have failed and the running result is not ok 9527 1726883471.45213: done checking to see if all hosts have failed 9527 1726883471.45214: getting the remaining hosts for this loop 9527 1726883471.45215: done getting the remaining hosts for this loop 9527 1726883471.45218: getting the next task for host managed_node3 9527 1726883471.45231: done getting next task for host managed_node3 9527 1726883471.45233: ^ task is: TASK: Get facts for external test data 9527 1726883471.45235: ^ state is: HOST STATE: block=2, task=2, 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? (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 9527 1726883471.45237: getting variables 9527 1726883471.45239: in VariableManager get_vars() 9527 1726883471.45259: Calling all_inventory to load vars for managed_node3 9527 1726883471.45261: Calling groups_inventory to load vars for managed_node3 9527 1726883471.45263: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883471.45270: Calling all_plugins_play to load vars for managed_node3 9527 1726883471.45272: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883471.45274: Calling groups_plugins_play to load vars for managed_node3 9527 1726883471.45299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883471.45314: done with get_vars() 9527 1726883471.45319: 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:51:11 -0400 (0:00:00.029) 0:00:00.070 ****** 9527 1726883471.45384: entering _queue_task() for managed_node3/setup 9527 1726883471.45556: worker is 1 (out of 1 available) 9527 1726883471.45567: exiting _queue_task() for managed_node3/setup 9527 1726883471.45578: done queuing things up, now waiting for results queue to drain 9527 1726883471.45580: waiting for pending results... 9527 1726883471.45702: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 9527 1726883471.45761: in run() - task 123911ae-b657-97ed-7b60-00000000000c 9527 1726883471.45774: variable 'ansible_search_path' from source: unknown 9527 1726883471.45777: variable 'ansible_search_path' from source: unknown 9527 1726883471.45803: calling self._execute() 9527 1726883471.45845: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.45849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.45857: variable 'omit' from source: magic vars 9527 1726883471.46185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9527 1726883471.47610: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9527 1726883471.47657: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9527 1726883471.47682: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9527 1726883471.47707: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9527 1726883471.47727: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9527 1726883471.47795: 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) 9527 1726883471.47815: 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) 9527 1726883471.47840: 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) 9527 1726883471.47868: 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) 9527 1726883471.47878: 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) 9527 1726883471.47963: variable 'lsr_rhc_test_data_file' from source: set_fact 9527 1726883471.47983: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 9527 1726883471.47986: when evaluation is False, skipping this task 9527 1726883471.47990: _execute() done 9527 1726883471.47992: dumping result to json 9527 1726883471.47995: done dumping result, returning 9527 1726883471.47997: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [123911ae-b657-97ed-7b60-00000000000c] 9527 1726883471.48004: sending task result for task 123911ae-b657-97ed-7b60-00000000000c 9527 1726883471.48080: done sending task result for task 123911ae-b657-97ed-7b60-00000000000c 9527 1726883471.48083: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 9527 1726883471.48150: no more pending results, returning what we have 9527 1726883471.48153: results queue empty 9527 1726883471.48154: checking for any_errors_fatal 9527 1726883471.48157: done checking for any_errors_fatal 9527 1726883471.48157: checking for max_fail_percentage 9527 1726883471.48159: done checking for max_fail_percentage 9527 1726883471.48159: checking to see if all hosts have failed and the running result is not ok 9527 1726883471.48160: done checking to see if all hosts have failed 9527 1726883471.48161: getting the remaining hosts for this loop 9527 1726883471.48162: done getting the remaining hosts for this loop 9527 1726883471.48165: getting the next task for host managed_node3 9527 1726883471.48172: done getting next task for host managed_node3 9527 1726883471.48174: ^ task is: TASK: Set local lsr_rhc_test_data 9527 1726883471.48176: ^ state is: HOST STATE: block=2, task=3, 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? (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 9527 1726883471.48178: getting variables 9527 1726883471.48180: in VariableManager get_vars() 9527 1726883471.48207: Calling all_inventory to load vars for managed_node3 9527 1726883471.48209: Calling groups_inventory to load vars for managed_node3 9527 1726883471.48212: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883471.48220: Calling all_plugins_play to load vars for managed_node3 9527 1726883471.48221: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883471.48224: Calling groups_plugins_play to load vars for managed_node3 9527 1726883471.48250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883471.48264: done with get_vars() 9527 1726883471.48269: done getting variables 9527 1726883471.48313: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:51:11 -0400 (0:00:00.029) 0:00:00.099 ****** 9527 1726883471.48333: entering _queue_task() for managed_node3/include_vars 9527 1726883471.48505: worker is 1 (out of 1 available) 9527 1726883471.48519: exiting _queue_task() for managed_node3/include_vars 9527 1726883471.48528: done queuing things up, now waiting for results queue to drain 9527 1726883471.48530: waiting for pending results... 9527 1726883471.48657: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 9527 1726883471.48719: in run() - task 123911ae-b657-97ed-7b60-00000000000e 9527 1726883471.48731: variable 'ansible_search_path' from source: unknown 9527 1726883471.48734: variable 'ansible_search_path' from source: unknown 9527 1726883471.48763: calling self._execute() 9527 1726883471.48804: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.48807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.48816: variable 'omit' from source: magic vars 9527 1726883471.49125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9527 1726883471.50606: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9527 1726883471.50658: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9527 1726883471.50683: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9527 1726883471.50710: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9527 1726883471.50732: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9527 1726883471.50785: 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) 9527 1726883471.50806: 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) 9527 1726883471.50828: 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) 9527 1726883471.50853: 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) 9527 1726883471.50864: 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) 9527 1726883471.50963: variable 'lsr_rhc_test_data_file' from source: set_fact 9527 1726883471.51004: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9527 1726883471.51022: variable 'omit' from source: magic vars 9527 1726883471.51079: variable 'omit' from source: magic vars 9527 1726883471.51197: variable 'omit' from source: magic vars 9527 1726883471.51200: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9527 1726883471.51203: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9527 1726883471.51206: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9527 1726883471.51220: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9527 1726883471.51228: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9527 1726883471.51240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9527 1726883471.51253: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9527 1726883471.51275: variable 'inventory_hostname' from source: host vars for 'managed_node3' 9527 1726883471.51278: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.51280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.51352: Set connection var ansible_connection to ssh 9527 1726883471.51358: Set connection var ansible_timeout to 10 9527 1726883471.51365: Set connection var ansible_module_compression to ZIP_DEFLATED 9527 1726883471.51370: Set connection var ansible_shell_executable to /bin/sh 9527 1726883471.51378: Set connection var ansible_pipelining to False 9527 1726883471.51383: Set connection var ansible_shell_type to sh 9527 1726883471.51400: variable 'ansible_shell_executable' from source: unknown 9527 1726883471.51403: variable 'ansible_connection' from source: unknown 9527 1726883471.51405: variable 'ansible_module_compression' from source: unknown 9527 1726883471.51415: variable 'ansible_shell_type' from source: unknown 9527 1726883471.51420: variable 'ansible_shell_executable' from source: unknown 9527 1726883471.51425: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.51427: variable 'ansible_pipelining' from source: unknown 9527 1726883471.51429: variable 'ansible_timeout' from source: unknown 9527 1726883471.51443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.51564: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 9527 1726883471.51581: variable 'omit' from source: magic vars 9527 1726883471.51593: starting attempt loop 9527 1726883471.51596: running the handler 9527 1726883471.51610: evaluation_path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 9527 1726883471.51641: 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 9527 1726883471.51805: handler run complete 9527 1726883471.51832: attempt loop complete, returning result 9527 1726883471.51845: _execute() done 9527 1726883471.51855: dumping result to json 9527 1726883471.51865: done dumping result, returning 9527 1726883471.52259: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [123911ae-b657-97ed-7b60-00000000000e] 9527 1726883471.52261: sending task result for task 123911ae-b657-97ed-7b60-00000000000e 9527 1726883471.52310: done sending task result for task 123911ae-b657-97ed-7b60-00000000000e 9527 1726883471.52314: 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 } 9527 1726883471.52503: no more pending results, returning what we have 9527 1726883471.52506: results queue empty 9527 1726883471.52512: checking for any_errors_fatal 9527 1726883471.52517: done checking for any_errors_fatal 9527 1726883471.52519: checking for max_fail_percentage 9527 1726883471.52522: done checking for max_fail_percentage 9527 1726883471.52523: checking to see if all hosts have failed and the running result is not ok 9527 1726883471.52524: done checking to see if all hosts have failed 9527 1726883471.52524: getting the remaining hosts for this loop 9527 1726883471.52525: done getting the remaining hosts for this loop 9527 1726883471.52528: getting the next task for host managed_node3 9527 1726883471.52536: done getting next task for host managed_node3 9527 1726883471.52538: ^ task is: TASK: Check if system is ostree 9527 1726883471.52541: ^ state is: HOST STATE: block=2, task=4, 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? (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 9527 1726883471.52544: getting variables 9527 1726883471.52545: in VariableManager get_vars() 9527 1726883471.52566: Calling all_inventory to load vars for managed_node3 9527 1726883471.52568: Calling groups_inventory to load vars for managed_node3 9527 1726883471.52570: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883471.52576: Calling all_plugins_play to load vars for managed_node3 9527 1726883471.52578: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883471.52580: Calling groups_plugins_play to load vars for managed_node3 9527 1726883471.52606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883471.52625: done with get_vars() 9527 1726883471.52630: 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:51:11 -0400 (0:00:00.043) 0:00:00.143 ****** 9527 1726883471.52688: entering _queue_task() for managed_node3/stat 9527 1726883471.52857: worker is 1 (out of 1 available) 9527 1726883471.52868: exiting _queue_task() for managed_node3/stat 9527 1726883471.52878: done queuing things up, now waiting for results queue to drain 9527 1726883471.52879: waiting for pending results... 9527 1726883471.53034: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 9527 1726883471.53104: in run() - task 123911ae-b657-97ed-7b60-000000000010 9527 1726883471.53128: variable 'ansible_search_path' from source: unknown 9527 1726883471.53136: variable 'ansible_search_path' from source: unknown 9527 1726883471.53179: calling self._execute() 9527 1726883471.53243: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.53258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.53279: variable 'omit' from source: magic vars 9527 1726883471.53748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9527 1726883471.54006: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9527 1726883471.54061: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9527 1726883471.54098: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9527 1726883471.54135: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9527 1726883471.54233: 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) 9527 1726883471.54270: 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) 9527 1726883471.54298: 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) 9527 1726883471.54337: 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) 9527 1726883471.54475: Evaluated conditional (not __rhc_is_ostree is defined): True 9527 1726883471.54487: variable 'omit' from source: magic vars 9527 1726883471.54541: variable 'omit' from source: magic vars 9527 1726883471.54590: variable 'omit' from source: magic vars 9527 1726883471.54620: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9527 1726883471.54657: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9527 1726883471.54683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9527 1726883471.54707: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9527 1726883471.54725: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9527 1726883471.54745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9527 1726883471.54764: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9527 1726883471.54803: variable 'inventory_hostname' from source: host vars for 'managed_node3' 9527 1726883471.54813: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.54823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.54944: Set connection var ansible_connection to ssh 9527 1726883471.54957: Set connection var ansible_timeout to 10 9527 1726883471.54971: Set connection var ansible_module_compression to ZIP_DEFLATED 9527 1726883471.54981: Set connection var ansible_shell_executable to /bin/sh 9527 1726883471.54998: Set connection var ansible_pipelining to False 9527 1726883471.55008: Set connection var ansible_shell_type to sh 9527 1726883471.55045: variable 'ansible_shell_executable' from source: unknown 9527 1726883471.55054: variable 'ansible_connection' from source: unknown 9527 1726883471.55061: variable 'ansible_module_compression' from source: unknown 9527 1726883471.55069: variable 'ansible_shell_type' from source: unknown 9527 1726883471.55076: variable 'ansible_shell_executable' from source: unknown 9527 1726883471.55083: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883471.55090: variable 'ansible_pipelining' from source: unknown 9527 1726883471.55102: variable 'ansible_timeout' from source: unknown 9527 1726883471.55110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883471.55276: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 9527 1726883471.55292: variable 'omit' from source: magic vars 9527 1726883471.55310: starting attempt loop 9527 1726883471.55316: running the handler 9527 1726883471.55333: _low_level_execute_command(): starting 9527 1726883471.55353: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9527 1726883471.55852: 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 <<< 9527 1726883471.55867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.55886: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 9527 1726883471.55904: 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 <<< 9527 1726883471.55948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 9527 1726883471.55960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9527 1726883471.56028: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9527 1726883471.57683: stdout chunk (state=3): >>>/root <<< 9527 1726883471.57856: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9527 1726883471.57865: stdout chunk (state=3): >>><<< 9527 1726883471.57876: stderr chunk (state=3): >>><<< 9527 1726883471.57894: _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 9527 1726883471.57922: _low_level_execute_command(): starting 9527 1726883471.57931: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983 `" && echo ansible-tmp-1726883471.5790591-9534-131320137746983="` echo /root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983 `" ) && sleep 0' 9527 1726883471.58623: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9527 1726883471.58638: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.58655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.58674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.58720: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.58734: stderr chunk (state=3): >>>debug2: match not found <<< 9527 1726883471.58749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.58767: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9527 1726883471.58779: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address <<< 9527 1726883471.58793: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9527 1726883471.58806: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.58822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.58839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.58852: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.58863: stderr chunk (state=3): >>>debug2: match found <<< 9527 1726883471.58877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.58956: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 9527 1726883471.58977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9527 1726883471.58994: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9527 1726883471.59078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9527 1726883471.60909: stdout chunk (state=3): >>>ansible-tmp-1726883471.5790591-9534-131320137746983=/root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983 <<< 9527 1726883471.61030: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9527 1726883471.61104: stderr chunk (state=3): >>><<< 9527 1726883471.61120: stdout chunk (state=3): >>><<< 9527 1726883471.61420: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883471.5790591-9534-131320137746983=/root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983 , 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 9527 1726883471.61424: variable 'ansible_module_compression' from source: unknown 9527 1726883471.61426: ANSIBALLZ: Using lock for stat 9527 1726883471.61428: ANSIBALLZ: Acquiring lock 9527 1726883471.61431: ANSIBALLZ: Lock acquired: 140417158643056 9527 1726883471.61433: ANSIBALLZ: Creating module 9527 1726883471.78353: ANSIBALLZ: Writing module into payload 9527 1726883471.78477: ANSIBALLZ: Writing module 9527 1726883471.78494: ANSIBALLZ: Renaming module 9527 1726883471.78499: ANSIBALLZ: Done creating module 9527 1726883471.78526: variable 'ansible_facts' from source: unknown 9527 1726883471.78529: variable 'inventory_hostname' from source: host vars for 'managed_node3' 9527 1726883471.78541: _low_level_execute_command(): starting 9527 1726883471.78547: _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' 9527 1726883471.79234: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9527 1726883471.79243: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.79254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.79268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.79312: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.79326: stderr chunk (state=3): >>>debug2: match not found <<< 9527 1726883471.79329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.79343: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9527 1726883471.79351: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address <<< 9527 1726883471.79357: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9527 1726883471.79365: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.79375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.79388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.79398: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.79405: stderr chunk (state=3): >>>debug2: match found <<< 9527 1726883471.79416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.79486: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 9527 1726883471.79498: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9527 1726883471.79516: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9527 1726883471.79606: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9527 1726883471.81258: stdout chunk (state=3): >>>PLATFORM <<< 9527 1726883471.81343: stdout chunk (state=3): >>>Linux <<< 9527 1726883471.81356: stdout chunk (state=3): >>>FOUND <<< 9527 1726883471.81363: stdout chunk (state=3): >>>/usr/bin/python3.9 <<< 9527 1726883471.81370: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 9527 1726883471.81564: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9527 1726883471.81567: stderr chunk (state=3): >>><<< 9527 1726883471.81570: stdout chunk (state=3): >>><<< 9527 1726883471.81587: _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 9527 1726883471.81599 [managed_node3]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 9527 1726883471.81645: _low_level_execute_command(): starting 9527 1726883471.81648: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 9527 1726883471.81765: Sending initial data 9527 1726883471.81768: Sent initial data (1181 bytes) 9527 1726883471.82372: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9527 1726883471.82382: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.82396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.82410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.82450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.82457: stderr chunk (state=3): >>>debug2: match not found <<< 9527 1726883471.82467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.82481: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9527 1726883471.82488: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address <<< 9527 1726883471.82496: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9527 1726883471.82507: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.82518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.82530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.82537: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.82544: stderr chunk (state=3): >>>debug2: match found <<< 9527 1726883471.82554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.82629: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 9527 1726883471.82642: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9527 1726883471.82659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9527 1726883471.82740: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9527 1726883471.86695: 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"} <<< 9527 1726883471.87076: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9527 1726883471.87150: stderr chunk (state=3): >>><<< 9527 1726883471.87155: stdout chunk (state=3): >>><<< 9527 1726883471.87173: _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 9527 1726883471.87246: variable 'ansible_facts' from source: unknown 9527 1726883471.87251: variable 'ansible_facts' from source: unknown 9527 1726883471.87257: variable 'ansible_module_compression' from source: unknown 9527 1726883471.87310: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-9527r9hc0rh2/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 9527 1726883471.87332: variable 'ansible_facts' from source: unknown 9527 1726883471.87394: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983/AnsiballZ_stat.py 9527 1726883471.87539: Sending initial data 9527 1726883471.87542: Sent initial data (151 bytes) 9527 1726883471.88530: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9527 1726883471.88533: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.88535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.88538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.88540: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.88542: stderr chunk (state=3): >>>debug2: match not found <<< 9527 1726883471.88553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.88566: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9527 1726883471.88573: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address <<< 9527 1726883471.88580: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9527 1726883471.88637: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.88640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.88642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.88644: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.88647: stderr chunk (state=3): >>>debug2: match found <<< 9527 1726883471.88649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.88699: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 9527 1726883471.88718: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9527 1726883471.88731: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9527 1726883471.88804: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9527 1726883471.90561: 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 <<< 9527 1726883471.90602: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 9527 1726883471.90652: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-9527r9hc0rh2/tmpkb8u7kz8 /root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983/AnsiballZ_stat.py <<< 9527 1726883471.90689: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 9527 1726883471.91771: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9527 1726883471.91850: stderr chunk (state=3): >>><<< 9527 1726883471.91855: stdout chunk (state=3): >>><<< 9527 1726883471.91874: done transferring module to remote 9527 1726883471.91891: _low_level_execute_command(): starting 9527 1726883471.91894: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983/ /root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983/AnsiballZ_stat.py && sleep 0' 9527 1726883471.92629: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9527 1726883471.92643: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.92660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.92678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.92726: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.92743: stderr chunk (state=3): >>>debug2: match not found <<< 9527 1726883471.92758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.92776: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9527 1726883471.92789: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.127 is address <<< 9527 1726883471.92801: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9527 1726883471.92816: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.92833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.92856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.92872: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 <<< 9527 1726883471.92884: stderr chunk (state=3): >>>debug2: match found <<< 9527 1726883471.92896: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.92970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 9527 1726883471.92986: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9527 1726883471.92999: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9527 1726883471.93080: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9527 1726883471.94903: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9527 1726883471.94907: stdout chunk (state=3): >>><<< 9527 1726883471.94909: stderr chunk (state=3): >>><<< 9527 1726883471.95043: _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 9527 1726883471.95048: _low_level_execute_command(): starting 9527 1726883471.95051: _low_level_execute_command(): using become for this command 9527 1726883471.95053: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mgflzwejbxvniqsbsbgjvvaoqpzxyjrr ; PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983/AnsiballZ_stat.py'"'"' && sleep 0' 9527 1726883471.95481: Initial state: awaiting_escalation: BECOME-SUCCESS-mgflzwejbxvniqsbsbgjvvaoqpzxyjrr 9527 1726883471.97003: stderr chunk (state=1): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883471.97007: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883471.97167: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match not found <<< 9527 1726883471.97171: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.127 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883471.97181: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.127 originally 10.31.11.127 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883471.97541: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master <<< 9527 1726883471.97561: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9527 1726883471.97581: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9527 1726883471.97675: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9527 1726883472.00594: stdout chunk (state=1): >>>BECOME-SUCCESS-mgflzwejbxvniqsbsbgjvvaoqpzxyjrr <<< 9527 1726883472.00600: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mgflzwejbxvniqsbsbgjvvaoqpzxyjrr' 9527 1726883472.00884: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 9527 1726883472.00937: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 9527 1726883472.00976: stdout chunk (state=3): >>>import 'posix' # <<< 9527 1726883472.01016: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9527 1726883472.01056: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 9527 1726883472.01126: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.01149: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.01155: stdout chunk (state=3): >>>import '_codecs' # <<< 9527 1726883472.01178: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2874daca0> <<< 9527 1726883472.01232: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 9527 1726883472.01257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287481280> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2874daa00> <<< 9527 1726883472.01273: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.01279: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2874da9a0> <<< 9527 1726883472.01296: stdout chunk (state=3): >>>import '_signal' # <<< 9527 1726883472.01329: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 9527 1726883472.01337: 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 0x7ff287481370> <<< 9527 1726883472.01357: 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' <<< 9527 1726883472.01398: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.01405: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287481820> <<< 9527 1726883472.01427: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287481550> <<< 9527 1726883472.01449: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 9527 1726883472.01469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 9527 1726883472.01485: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 9527 1726883472.01518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 9527 1726883472.01527: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 9527 1726883472.01542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 9527 1726883472.01567: stdout chunk (state=3): >>>import '_stat' # <<< 9527 1726883472.01582: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28742df70> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 9527 1726883472.01612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 9527 1726883472.01677: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287434100> <<< 9527 1726883472.01707: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.01748: 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' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28745d730> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287434820> <<< 9527 1726883472.01779: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287496760> <<< 9527 1726883472.01804: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 9527 1726883472.01810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28742dc70> <<< 9527 1726883472.01871: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.01882: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28745dc70> <<< 9527 1726883472.01925: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287481fd0> <<< 9527 1726883472.01949: 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. <<< 9527 1726883472.02151: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 9527 1726883472.02156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 9527 1726883472.02184: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 9527 1726883472.02199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 9527 1726883472.02207: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 9527 1726883472.02235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 9527 1726883472.02259: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.02265: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871aed90> <<< 9527 1726883472.02325: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871b0e20> <<< 9527 1726883472.02341: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 9527 1726883472.02352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # <<< 9527 1726883472.02383: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 9527 1726883472.02388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 9527 1726883472.02412: 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' <<< 9527 1726883472.02445: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871a9730> <<< 9527 1726883472.02457: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871ab520> <<< 9527 1726883472.02470: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871ae250> <<< 9527 1726883472.02478: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 9527 1726883472.02548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 9527 1726883472.02562: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 9527 1726883472.02612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 9527 1726883472.02648: 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' <<< 9527 1726883472.02668: 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 0x7ff287130cd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871307c0> <<< 9527 1726883472.02693: stdout chunk (state=3): >>>import 'itertools' # <<< 9527 1726883472.02714: stdout chunk (state=3): >>># /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 0x7ff287130dc0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 9527 1726883472.02734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 9527 1726883472.02753: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287130e80> <<< 9527 1726883472.02786: stdout chunk (state=3): >>># /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 0x7ff287130f40> <<< 9527 1726883472.02800: stdout chunk (state=3): >>>import '_collections' # <<< 9527 1726883472.02853: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287189c40> import '_functools' # <<< 9527 1726883472.02881: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287182520> <<< 9527 1726883472.02942: 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 0x7ff287197580> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871b5cd0> <<< 9527 1726883472.02957: 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' <<< 9527 1726883472.02995: 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 0x7ff287142b80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287189160> <<< 9527 1726883472.03037: stdout chunk (state=3): >>># 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 0x7ff287197190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871bb880> <<< 9527 1726883472.03065: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.03095: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.03118: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 9527 1726883472.03151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 9527 1726883472.03182: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287142eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287142ca0> <<< 9527 1726883472.03203: stdout chunk (state=3): >>># /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 0x7ff287142c10> <<< 9527 1726883472.03211: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.03238: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 9527 1726883472.03253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 9527 1726883472.03259: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 9527 1726883472.03309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 9527 1726883472.03347: 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 0x7ff287116280> <<< 9527 1726883472.03364: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 9527 1726883472.03371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 9527 1726883472.03402: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287116370> <<< 9527 1726883472.03522: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28714ceb0> <<< 9527 1726883472.03566: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287144940> <<< 9527 1726883472.03581: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871444f0> <<< 9527 1726883472.03597: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 9527 1726883472.03603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 9527 1726883472.03643: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 9527 1726883472.03679: stdout chunk (state=3): >>># 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 <<< 9527 1726883472.03683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2870490d0> <<< 9527 1726883472.03719: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287111d90> <<< 9527 1726883472.03763: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287144dc0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871b5eb0> <<< 9527 1726883472.03787: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 9527 1726883472.03809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 9527 1726883472.03850: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 9527 1726883472.03854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28705ba00> import 'errno' # <<< 9527 1726883472.03882: stdout chunk (state=3): >>># 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 0x7ff28705bd30> <<< 9527 1726883472.03914: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.03942: stdout chunk (state=3): >>># /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 0x7ff28706d640> <<< 9527 1726883472.03965: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 9527 1726883472.04004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 9527 1726883472.04027: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28706db80> <<< 9527 1726883472.04066: stdout chunk (state=3): >>># 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 0x7ff2870052b0> <<< 9527 1726883472.04083: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28705be20> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 9527 1726883472.04098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 9527 1726883472.04150: stdout chunk (state=3): >>># 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 0x7ff287016190> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28706d4c0> <<< 9527 1726883472.04157: stdout chunk (state=3): >>>import 'pwd' # <<< 9527 1726883472.04189: stdout chunk (state=3): >>># 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 0x7ff287016250> <<< 9527 1726883472.04227: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871428e0> <<< 9527 1726883472.04249: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 9527 1726883472.04255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 9527 1726883472.04282: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 9527 1726883472.04293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 9527 1726883472.04341: stdout chunk (state=3): >>># 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 0x7ff2870325b0> <<< 9527 1726883472.04351: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.04376: stdout chunk (state=3): >>># 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 0x7ff287032880> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287032670> <<< 9527 1726883472.04431: stdout chunk (state=3): >>># 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 0x7ff287032760> # /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' <<< 9527 1726883472.04632: stdout chunk (state=3): >>># 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 0x7ff287032bb0> <<< 9527 1726883472.04676: stdout chunk (state=3): >>># 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 0x7ff28703f100> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2870327f0> <<< 9527 1726883472.04683: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287025940> <<< 9527 1726883472.04709: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871424c0> <<< 9527 1726883472.04727: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 9527 1726883472.04794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 9527 1726883472.04818: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2870329a0> <<< 9527 1726883472.04920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 9527 1726883472.04930: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff286f59580> <<< 9527 1726883472.05043: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip' # zipimport: zlib available <<< 9527 1726883472.05133: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.05158: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/__init__.py <<< 9527 1726883472.05173: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9527 1726883472.05202: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/__init__.py <<< 9527 1726883472.05209: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.06426: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.07417: 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 0x7ff28694c6d0> <<< 9527 1726883472.07434: 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' <<< 9527 1726883472.07467: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.07485: 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 0x7ff28694c160> <<< 9527 1726883472.07537: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28694c340> <<< 9527 1726883472.07579: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28694ce20> <<< 9527 1726883472.07582: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.07630: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28694cf10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28694cc40> import 'atexit' # <<< 9527 1726883472.07676: 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 0x7ff28694ce80> <<< 9527 1726883472.07680: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 9527 1726883472.07702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 9527 1726883472.07759: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28694c100> <<< 9527 1726883472.07786: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 9527 1726883472.07812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 9527 1726883472.07830: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.07850: 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' <<< 9527 1726883472.07912: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2868a2df0> <<< 9527 1726883472.07942: 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 0x7ff2868a2fa0> <<< 9527 1726883472.07979: 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 0x7ff2868c3e50> <<< 9527 1726883472.08006: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 9527 1726883472.08026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 9527 1726883472.08072: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2868c34c0> <<< 9527 1726883472.08075: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869b2dc0> <<< 9527 1726883472.08257: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869b23d0> # /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' <<< 9527 1726883472.08285: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869b2fd0> <<< 9527 1726883472.08314: 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' <<< 9527 1726883472.08374: 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' <<< 9527 1726883472.08391: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.08394: 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 0x7ff286984dc0> <<< 9527 1726883472.08491: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28691fbe0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28691f2b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869523a0> <<< 9527 1726883472.08508: 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 0x7ff28691f3d0> <<< 9527 1726883472.08552: 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' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28691f400> <<< 9527 1726883472.08566: 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 # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 9527 1726883472.08603: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 9527 1726883472.08632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 9527 1726883472.08699: 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 0x7ff286885970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286995100> <<< 9527 1726883472.08717: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 9527 1726883472.08720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 9527 1726883472.08799: 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 0x7ff2868919a0> <<< 9527 1726883472.08895: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286995280> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 9527 1726883472.08910: 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 # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 9527 1726883472.08928: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286885df0> <<< 9527 1726883472.09065: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286891940> <<< 9527 1726883472.09146: 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 0x7ff286891790> <<< 9527 1726883472.09181: 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' <<< 9527 1726883472.09203: stdout chunk (state=3): >>># 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 0x7ff286890730> <<< 9527 1726883472.09228: 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 0x7ff286890670> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28698d7c0> <<< 9527 1726883472.09251: 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 # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 9527 1726883472.09274: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 9527 1726883472.09297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 9527 1726883472.09329: 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 0x7ff286915640> <<< 9527 1726883472.09516: stdout chunk (state=3): >>># 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 0x7ff2869149d0> <<< 9527 1726883472.09531: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2868860a0> <<< 9527 1726883472.09549: 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' <<< 9527 1726883472.09572: stdout chunk (state=3): >>># 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 0x7ff2869150a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869ad880> # zipimport: zlib available <<< 9527 1726883472.09588: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 9527 1726883472.09600: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.09680: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.09752: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.09771: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py <<< 9527 1726883472.09793: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9527 1726883472.09804: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 9527 1726883472.09817: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.09913: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.10007: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.10467: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.10926: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py <<< 9527 1726883472.10929: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 9527 1726883472.10946: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/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 <<< 9527 1726883472.10968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 9527 1726883472.11023: 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 0x7ff28646a130> <<< 9527 1726883472.11103: 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' <<< 9527 1726883472.11112: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28690a970> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28646a550> <<< 9527 1726883472.11149: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 9527 1726883472.11177: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.11189: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 9527 1726883472.11195: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.11314: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.11439: stdout chunk (state=3): >>># /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' <<< 9527 1726883472.11466: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28690b940> # zipimport: zlib available <<< 9527 1726883472.11862: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12227: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12277: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12338: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 9527 1726883472.12342: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12376: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12426: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 9527 1726883472.12481: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12553: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 9527 1726883472.12566: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12571: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 9527 1726883472.12573: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12613: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.12657: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 9527 1726883472.13041: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 9527 1726883472.13085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # <<< 9527 1726883472.13146: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28690a5e0> # zipimport: zlib available <<< 9527 1726883472.13209: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.13337: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available <<< 9527 1726883472.13367: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 9527 1726883472.13374: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.13425: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.13445: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.13533: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.13570: 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 <<< 9527 1726883472.13603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 9527 1726883472.13671: 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 0x7ff2869a0850> <<< 9527 1726883472.13699: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286954e50> <<< 9527 1726883472.13746: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 9527 1726883472.13876: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.13938: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.13945: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.13989: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 9527 1726883472.13992: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 9527 1726883472.14015: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 9527 1726883472.14059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 9527 1726883472.14080: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 9527 1726883472.14090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 9527 1726883472.14172: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286858310> <<< 9527 1726883472.14212: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286852820> <<< 9527 1726883472.14284: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2868ed940> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 9527 1726883472.14302: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.14328: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 9527 1726883472.14416: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 9527 1726883472.14433: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 9527 1726883472.14545: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.14723: stdout chunk (state=3): >>># zipimport: zlib available <<< 9527 1726883472.14867: 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__ <<< 9527 1726883472.15118: 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 # clear sys.path_hooks <<< 9527 1726883472.15143: stdout chunk (state=3): >>># 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 <<< 9527 1726883472.15179: 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 # 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 <<< 9527 1726883472.15231: stdout chunk (state=3): >>># 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 <<< 9527 1726883472.15238: stdout chunk (state=3): >>># 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 <<< 9527 1726883472.15439: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 9527 1726883472.15454: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 9527 1726883472.15540: 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 <<< 9527 1726883472.15553: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 9527 1726883472.15607: 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 # 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 <<< 9527 1726883472.15688: stdout chunk (state=3): >>># 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 <<< 9527 1726883472.15765: stdout chunk (state=3): >>># 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 <<< 9527 1726883472.15795: stdout chunk (state=3): >>># 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 <<< 9527 1726883472.15966: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 9527 1726883472.15980: stdout chunk (state=3): >>># 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 <<< 9527 1726883472.16003: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 9527 1726883472.16521: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.127 closed. <<< 9527 1726883472.16528: stderr chunk (state=3): >>><<< 9527 1726883472.16536: stdout chunk (state=3): >>><<< 9527 1726883472.16642: _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 0x7ff2874daca0> # /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 0x7ff287481280> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2874daa00> # /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 0x7ff2874da9a0> 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 0x7ff287481370> # /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 0x7ff287481820> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287481550> # /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 0x7ff28742df70> # /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 0x7ff287434100> # /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 0x7ff28745d730> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287434820> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287496760> # /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 0x7ff28742dc70> # /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 0x7ff28745dc70> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287481fd0> 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 0x7ff2871aed90> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871b0e20> # /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 0x7ff2871a9730> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871ab520> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871ae250> # /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 0x7ff287130cd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871307c0> 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 0x7ff287130dc0> # /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 0x7ff287130e80> # /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 0x7ff287130f40> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287189c40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287182520> # /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 0x7ff287197580> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871b5cd0> # /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 0x7ff287142b80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287189160> # 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 0x7ff287197190> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871bb880> # /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 0x7ff287142eb0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287142ca0> # /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 0x7ff287142c10> # /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 0x7ff287116280> # /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 0x7ff287116370> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28714ceb0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287144940> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871444f0> # /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 0x7ff2870490d0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287111d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287144dc0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871b5eb0> # /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 0x7ff28705ba00> 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 0x7ff28705bd30> # /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 0x7ff28706d640> # /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 0x7ff28706db80> # 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 0x7ff2870052b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28705be20> # /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 0x7ff287016190> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28706d4c0> 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 0x7ff287016250> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871428e0> # /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 0x7ff2870325b0> # /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 0x7ff287032880> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287032670> # 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 0x7ff287032760> # /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 0x7ff287032bb0> # 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 0x7ff28703f100> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2870327f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff287025940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2871424c0> # /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 0x7ff2870329a0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff286f59580> # zipimport: found 30 names in '/tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/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 0x7ff28694c6d0> # /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 0x7ff28694c160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28694c340> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28694ce20> # /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 0x7ff28694cf10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28694cc40> 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 0x7ff28694ce80> # /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 0x7ff28694c100> # /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 0x7ff2868a2df0> # 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 0x7ff2868a2fa0> # 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 0x7ff2868c3e50> # /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 0x7ff2868c34c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869b2dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869b23d0> # /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 0x7ff2869b2fd0> # /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 0x7ff286984dc0> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28691fbe0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28691f2b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869523a0> # 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 0x7ff28691f3d0> # /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 0x7ff28691f400> # /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 0x7ff286885970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286995100> # /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 0x7ff2868919a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286995280> # /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 0x7ff286885df0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286891940> # 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 0x7ff286891790> # 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 0x7ff286890730> # 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 0x7ff286890670> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28698d7c0> # /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 0x7ff286915640> # 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 0x7ff2869149d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2868860a0> # 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 0x7ff2869150a0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2869ad880> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/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_nn5rnujr/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_nn5rnujr/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_nn5rnujr/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_nn5rnujr/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 0x7ff28646a130> # /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 0x7ff28690a970> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff28646a550> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/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_nn5rnujr/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 0x7ff28690b940> # 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_nn5rnujr/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_nn5rnujr/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_nn5rnujr/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_nn5rnujr/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_nn5rnujr/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 0x7ff28690a5e0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/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_nn5rnujr/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 0x7ff2869a0850> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286954e50> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/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 0x7ff286858310> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff286852820> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2868ed940> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/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_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_nn5rnujr/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_nn5rnujr/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. 9527 1726883472.17182: 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-1726883471.5790591-9534-131320137746983/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9527 1726883472.17185: _low_level_execute_command(): starting 9527 1726883472.17188: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883471.5790591-9534-131320137746983/ > /dev/null 2>&1 && sleep 0' 9527 1726883472.18606: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9527 1726883472.18615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9527 1726883472.18740: 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 <<< 9527 1726883472.18745: 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 <<< 9527 1726883472.18757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9527 1726883472.18763: 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 <<< 9527 1726883472.18768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9527 1726883472.18965: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 9527 1726883472.18981: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9527 1726883472.19062: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9527 1726883472.20921: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9527 1726883472.20975: stderr chunk (state=3): >>><<< 9527 1726883472.20979: stdout chunk (state=3): >>><<< 9527 1726883472.21027: _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 9527 1726883472.21031: handler run complete 9527 1726883472.21226: variable 'ansible_facts' from source: unknown 9527 1726883472.21229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883472.21234: variable 'ansible_facts' from source: unknown 9527 1726883472.21239: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883472.21243: attempt loop complete, returning result 9527 1726883472.21245: _execute() done 9527 1726883472.21250: dumping result to json 9527 1726883472.21253: done dumping result, returning 9527 1726883472.21257: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [123911ae-b657-97ed-7b60-000000000010] 9527 1726883472.21331: sending task result for task 123911ae-b657-97ed-7b60-000000000010 9527 1726883472.21443: done sending task result for task 123911ae-b657-97ed-7b60-000000000010 9527 1726883472.21448: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "stat": { "exists": false } } 9527 1726883472.21547: no more pending results, returning what we have 9527 1726883472.21549: results queue empty 9527 1726883472.21550: checking for any_errors_fatal 9527 1726883472.21554: done checking for any_errors_fatal 9527 1726883472.21554: checking for max_fail_percentage 9527 1726883472.21556: done checking for max_fail_percentage 9527 1726883472.21557: checking to see if all hosts have failed and the running result is not ok 9527 1726883472.21557: done checking to see if all hosts have failed 9527 1726883472.21559: getting the remaining hosts for this loop 9527 1726883472.21560: done getting the remaining hosts for this loop 9527 1726883472.21564: getting the next task for host managed_node3 9527 1726883472.21570: done getting next task for host managed_node3 9527 1726883472.21572: ^ task is: TASK: Set flag to indicate system is ostree 9527 1726883472.21575: ^ state is: HOST STATE: block=2, task=4, 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? (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 9527 1726883472.21578: getting variables 9527 1726883472.21580: in VariableManager get_vars() 9527 1726883472.21606: Calling all_inventory to load vars for managed_node3 9527 1726883472.21609: Calling groups_inventory to load vars for managed_node3 9527 1726883472.21618: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883472.21634: Calling all_plugins_play to load vars for managed_node3 9527 1726883472.21637: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883472.21640: Calling groups_plugins_play to load vars for managed_node3 9527 1726883472.21677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883472.21702: done with get_vars() 9527 1726883472.21710: done getting variables 9527 1726883472.21774: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:51:12 -0400 (0:00:00.691) 0:00:00.834 ****** 9527 1726883472.21809: entering _queue_task() for managed_node3/set_fact 9527 1726883472.22343: worker is 1 (out of 1 available) 9527 1726883472.22353: exiting _queue_task() for managed_node3/set_fact 9527 1726883472.22364: done queuing things up, now waiting for results queue to drain 9527 1726883472.22365: waiting for pending results... 9527 1726883472.22588: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 9527 1726883472.22692: in run() - task 123911ae-b657-97ed-7b60-000000000011 9527 1726883472.22719: variable 'ansible_search_path' from source: unknown 9527 1726883472.22731: variable 'ansible_search_path' from source: unknown 9527 1726883472.22770: calling self._execute() 9527 1726883472.22846: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883472.22858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883472.22873: variable 'omit' from source: magic vars 9527 1726883472.23365: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9527 1726883472.23605: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9527 1726883472.23655: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9527 1726883472.23698: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9527 1726883472.23738: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9527 1726883472.23831: 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) 9527 1726883472.23862: 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) 9527 1726883472.23895: 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) 9527 1726883472.23934: 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) 9527 1726883472.24060: Evaluated conditional (not __rhc_is_ostree is defined): True 9527 1726883472.24079: variable 'omit' from source: magic vars 9527 1726883472.24132: variable 'omit' from source: magic vars 9527 1726883472.24257: variable '__ostree_booted_stat' from source: set_fact 9527 1726883472.24329: variable 'omit' from source: magic vars 9527 1726883472.24359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9527 1726883472.24387: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9527 1726883472.24408: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9527 1726883472.24433: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9527 1726883472.24450: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9527 1726883472.24469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9527 1726883472.24489: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9527 1726883472.24525: variable 'inventory_hostname' from source: host vars for 'managed_node3' 9527 1726883472.24533: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883472.24540: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883472.24672: Set connection var ansible_connection to ssh 9527 1726883472.24683: Set connection var ansible_timeout to 10 9527 1726883472.24693: Set connection var ansible_module_compression to ZIP_DEFLATED 9527 1726883472.24700: Set connection var ansible_shell_executable to /bin/sh 9527 1726883472.24709: Set connection var ansible_pipelining to False 9527 1726883472.24720: Set connection var ansible_shell_type to sh 9527 1726883472.24863: variable 'ansible_shell_executable' from source: unknown 9527 1726883472.24873: variable 'ansible_connection' from source: unknown 9527 1726883472.24881: variable 'ansible_module_compression' from source: unknown 9527 1726883472.24885: variable 'ansible_shell_type' from source: unknown 9527 1726883472.24890: variable 'ansible_shell_executable' from source: unknown 9527 1726883472.24895: variable 'ansible_host' from source: host vars for 'managed_node3' 9527 1726883472.24904: variable 'ansible_pipelining' from source: unknown 9527 1726883472.24909: variable 'ansible_timeout' from source: unknown 9527 1726883472.24917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 9527 1726883472.25014: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 9527 1726883472.25034: variable 'omit' from source: magic vars 9527 1726883472.25044: starting attempt loop 9527 1726883472.25052: running the handler 9527 1726883472.25066: handler run complete 9527 1726883472.25079: attempt loop complete, returning result 9527 1726883472.25085: _execute() done 9527 1726883472.25090: dumping result to json 9527 1726883472.25096: done dumping result, returning 9527 1726883472.25105: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [123911ae-b657-97ed-7b60-000000000011] 9527 1726883472.25120: sending task result for task 123911ae-b657-97ed-7b60-000000000011 9527 1726883472.25207: done sending task result for task 123911ae-b657-97ed-7b60-000000000011 9527 1726883472.25217: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 9527 1726883472.25273: no more pending results, returning what we have 9527 1726883472.25275: results queue empty 9527 1726883472.25276: checking for any_errors_fatal 9527 1726883472.25282: done checking for any_errors_fatal 9527 1726883472.25283: checking for max_fail_percentage 9527 1726883472.25284: done checking for max_fail_percentage 9527 1726883472.25285: checking to see if all hosts have failed and the running result is not ok 9527 1726883472.25286: done checking to see if all hosts have failed 9527 1726883472.25287: getting the remaining hosts for this loop 9527 1726883472.25288: done getting the remaining hosts for this loop 9527 1726883472.25292: getting the next task for host managed_node3 9527 1726883472.25300: done getting next task for host managed_node3 9527 1726883472.25302: ^ task is: TASK: meta (end_play) 9527 1726883472.25304: ^ state is: HOST STATE: block=2, task=5, 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 9527 1726883472.25307: getting variables 9527 1726883472.25309: in VariableManager get_vars() 9527 1726883472.25341: Calling all_inventory to load vars for managed_node3 9527 1726883472.25343: Calling groups_inventory to load vars for managed_node3 9527 1726883472.25347: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883472.25358: Calling all_plugins_play to load vars for managed_node3 9527 1726883472.25360: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883472.25363: Calling groups_plugins_play to load vars for managed_node3 9527 1726883472.25407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883472.25433: done with get_vars() 9527 1726883472.25442: done getting variables TASK [Skip if no test release is set] ****************************************** task path: /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_release.yml:17 Friday 20 September 2024 21:51:12 -0400 (0:00:00.037) 0:00:00.871 ****** 9527 1726883472.25527: in VariableManager get_vars() 9527 1726883472.25538: Calling all_inventory to load vars for managed_node3 9527 1726883472.25541: Calling groups_inventory to load vars for managed_node3 9527 1726883472.25544: Calling all_plugins_inventory to load vars for managed_node3 9527 1726883472.25548: Calling all_plugins_play to load vars for managed_node3 9527 1726883472.25550: Calling groups_plugins_inventory to load vars for managed_node3 9527 1726883472.25553: Calling groups_plugins_play to load vars for managed_node3 9527 1726883472.25578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9527 1726883472.25594: done with get_vars() 9527 1726883472.25894: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9527 1726883472.28437: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9527 1726883472.28490: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9527 1726883472.28526: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9527 1726883472.28554: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9527 1726883472.28576: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9527 1726883472.28633: 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) 9527 1726883472.28656: 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) 9527 1726883472.28677: 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) 9527 1726883472.28713: 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) 9527 1726883472.28727: 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) 9527 1726883472.28785: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9527 1726883472.29027: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9527 1726883472.29060: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9527 1726883472.29085: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9527 1726883472.29108: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9527 1726883472.29151: 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) 9527 1726883472.29167: 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) 9527 1726883472.29187: 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) 9527 1726883472.29208: 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) 9527 1726883472.29307: variable 'lsr_rhc_test_data' from source: include_vars 9527 1726883472.29342: Evaluated conditional (lsr_rhc_test_data.release | d(none) is none): True META: ending play 9527 1726883472.29351: done queuing things up, now waiting for results queue to drain 9527 1726883472.29353: results queue empty 9527 1726883472.29353: checking for any_errors_fatal 9527 1726883472.29355: done checking for any_errors_fatal 9527 1726883472.29356: checking for max_fail_percentage 9527 1726883472.29357: done checking for max_fail_percentage 9527 1726883472.29358: checking to see if all hosts have failed and the running result is not ok 9527 1726883472.29358: done checking to see if all hosts have failed 9527 1726883472.29359: getting the remaining hosts for this loop 9527 1726883472.29360: done getting the remaining hosts for this loop 9527 1726883472.29362: getting the next task for host managed_node3 9527 1726883472.29364: host managed_node3 is done iterating, returning 9527 1726883472.29365: done queuing things up, now waiting for results queue to drain 9527 1726883472.29365: results queue empty 9527 1726883472.29366: checking for any_errors_fatal 9527 1726883472.29367: done checking for any_errors_fatal 9527 1726883472.29367: checking for max_fail_percentage 9527 1726883472.29368: done checking for max_fail_percentage 9527 1726883472.29369: checking to see if all hosts have failed and the running result is not ok 9527 1726883472.29369: done checking to see if all hosts have failed 9527 1726883472.29371: getting the next task for host managed_node3 9527 1726883472.29372: 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:51:12 -0400 (0:00:00.041) 0:00:00.912 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.69s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.04s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Skip if no test release is set ------------------------------------------ 0.04s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_release.yml:17 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 Import test data -------------------------------------------------------- 0.03s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.03s /tmp/collections-1y3/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 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 9527 1726883472.29639: RUNNING CLEANUP