[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. 6996 1726883060.49135: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-0cT executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 6996 1726883060.49549: Added group all to inventory 6996 1726883060.49551: Added group ungrouped to inventory 6996 1726883060.49555: Group all now contains ungrouped 6996 1726883060.49558: Examining possible inventory source: /tmp/rhc-oBG/inventory.yml 6996 1726883060.59093: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6996 1726883060.59142: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6996 1726883060.59161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6996 1726883060.59204: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6996 1726883060.59260: Loaded config def from plugin (inventory/script) 6996 1726883060.59265: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6996 1726883060.59298: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6996 1726883060.59360: Loaded config def from plugin (inventory/yaml) 6996 1726883060.59362: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6996 1726883060.59423: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6996 1726883060.59715: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6996 1726883060.59720: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6996 1726883060.59722: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6996 1726883060.59727: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6996 1726883060.59730: Loading data from /tmp/rhc-oBG/inventory.yml 6996 1726883060.59773: /tmp/rhc-oBG/inventory.yml was not parsable by auto 6996 1726883060.59819: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6996 1726883060.59851: Loading data from /tmp/rhc-oBG/inventory.yml 6996 1726883060.59907: group all already in inventory 6996 1726883060.59912: set inventory_file for managed_node1 6996 1726883060.59915: set inventory_dir for managed_node1 6996 1726883060.59915: Added host managed_node1 to inventory 6996 1726883060.59919: Added host managed_node1 to group all 6996 1726883060.59920: set ansible_host for managed_node1 6996 1726883060.59920: set ansible_ssh_extra_args for managed_node1 6996 1726883060.59923: set inventory_file for managed_node2 6996 1726883060.59924: set inventory_dir for managed_node2 6996 1726883060.59925: Added host managed_node2 to inventory 6996 1726883060.59926: Added host managed_node2 to group all 6996 1726883060.59926: set ansible_host for managed_node2 6996 1726883060.59927: set ansible_ssh_extra_args for managed_node2 6996 1726883060.59928: set inventory_file for managed_node3 6996 1726883060.59930: set inventory_dir for managed_node3 6996 1726883060.59930: Added host managed_node3 to inventory 6996 1726883060.59931: Added host managed_node3 to group all 6996 1726883060.59932: set ansible_host for managed_node3 6996 1726883060.59932: set ansible_ssh_extra_args for managed_node3 6996 1726883060.59934: Reconcile groups and hosts in inventory. 6996 1726883060.59936: Group ungrouped now contains managed_node1 6996 1726883060.59937: Group ungrouped now contains managed_node2 6996 1726883060.59938: Group ungrouped now contains managed_node3 6996 1726883060.59993: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6996 1726883060.60077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6996 1726883060.60106: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6996 1726883060.60129: Loaded config def from plugin (vars/host_group_vars) 6996 1726883060.60131: 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) 6996 1726883060.60136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6996 1726883060.60143: 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) 6996 1726883060.60172: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6996 1726883060.60415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883060.60490: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6996 1726883060.60514: Loaded config def from plugin (connection/local) 6996 1726883060.60518: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6996 1726883060.60923: Loaded config def from plugin (connection/paramiko_ssh) 6996 1726883060.60926: 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) 6996 1726883060.61510: 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) 6996 1726883060.61542: Loaded config def from plugin (connection/psrp) 6996 1726883060.61544: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6996 1726883060.62019: 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) 6996 1726883060.62045: Loaded config def from plugin (connection/ssh) 6996 1726883060.62047: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6996 1726883060.63394: 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) 6996 1726883060.63425: Loaded config def from plugin (connection/winrm) 6996 1726883060.63427: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6996 1726883060.63452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6996 1726883060.63498: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6996 1726883060.63546: Loaded config def from plugin (shell/cmd) 6996 1726883060.63548: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6996 1726883060.63561: 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) 6996 1726883060.63603: Loaded config def from plugin (shell/powershell) 6996 1726883060.63604: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6996 1726883060.63649: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6996 1726883060.63757: Loaded config def from plugin (shell/sh) 6996 1726883060.63759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6996 1726883060.63782: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6996 1726883060.63860: Loaded config def from plugin (become/runas) 6996 1726883060.63862: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6996 1726883060.63977: Loaded config def from plugin (become/su) 6996 1726883060.63979: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6996 1726883060.64078: Loaded config def from plugin (become/sudo) 6996 1726883060.64080: 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 6996 1726883060.64102: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_client_register.yml 6996 1726883060.64522: in VariableManager get_vars() 6996 1726883060.64538: done with get_vars() 6996 1726883060.64547: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 6996 1726883060.64628: in VariableManager get_vars() 6996 1726883060.64639: done with get_vars() 6996 1726883060.64663: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 6996 1726883060.64936: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6996 1726883060.67856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6996 1726883060.68070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6996 1726883060.68377: in VariableManager get_vars() 6996 1726883060.68389: done with get_vars() 6996 1726883060.68411: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 6996 1726883060.68630: in VariableManager get_vars() 6996 1726883060.68643: done with get_vars() 6996 1726883060.68733: in VariableManager get_vars() 6996 1726883060.68744: done with get_vars() 6996 1726883060.68947: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6996 1726883060.68957: 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 6996 1726883060.69135: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6996 1726883060.69237: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6996 1726883060.69239: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-0cT/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 6996 1726883060.69262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6996 1726883060.69278: 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) 6996 1726883060.69380: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6996 1726883060.69419: Loaded config def from plugin (callback/default) 6996 1726883060.69421: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 6996 1726883060.70629: Loaded config def from plugin (callback/junit) 6996 1726883060.70633: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 6996 1726883060.70735: 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) 6996 1726883060.70805: Loaded config def from plugin (callback/minimal) 6996 1726883060.70808: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 6996 1726883060.70857: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 6996 1726883060.70922: Loaded config def from plugin (callback/tree) 6996 1726883060.70924: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 6996 1726883060.71010: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6996 1726883060.71012: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-0cT/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_insights_client_register.yml *********************************** 1 plays in /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_client_register.yml 6996 1726883060.71034: in VariableManager get_vars() 6996 1726883060.71048: done with get_vars() 6996 1726883060.71052: in VariableManager get_vars() 6996 1726883060.71058: done with get_vars() 6996 1726883060.71064: variable 'omit' from source: magic vars 6996 1726883060.71093: in VariableManager get_vars() 6996 1726883060.71103: done with get_vars() 6996 1726883060.71119: variable 'omit' from source: magic vars PLAY [Basic insights-client register/unregister] ******************************* 6996 1726883060.73189: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6996 1726883060.73254: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6996 1726883060.73282: getting the remaining hosts for this loop 6996 1726883060.73283: done getting the remaining hosts for this loop 6996 1726883060.73285: getting the next task for host managed_node1 6996 1726883060.73288: done getting next task for host managed_node1 6996 1726883060.73290: ^ task is: TASK: meta (flush_handlers) 6996 1726883060.73291: ^ 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 6996 1726883060.73294: getting variables 6996 1726883060.73295: in VariableManager get_vars() 6996 1726883060.73304: Calling all_inventory to load vars for managed_node1 6996 1726883060.73306: Calling groups_inventory to load vars for managed_node1 6996 1726883060.73307: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883060.73318: Calling all_plugins_play to load vars for managed_node1 6996 1726883060.73325: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883060.73327: Calling groups_plugins_play to load vars for managed_node1 6996 1726883060.73355: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883060.73388: done with get_vars() 6996 1726883060.73393: done getting variables 6996 1726883060.73430: in VariableManager get_vars() 6996 1726883060.73436: Calling all_inventory to load vars for managed_node1 6996 1726883060.73437: Calling groups_inventory to load vars for managed_node1 6996 1726883060.73439: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883060.73444: Calling all_plugins_play to load vars for managed_node1 6996 1726883060.73446: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883060.73448: Calling groups_plugins_play to load vars for managed_node1 6996 1726883060.73466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883060.73474: done with get_vars() 6996 1726883060.73481: done queuing things up, now waiting for results queue to drain 6996 1726883060.73483: results queue empty 6996 1726883060.73483: checking for any_errors_fatal 6996 1726883060.73484: done checking for any_errors_fatal 6996 1726883060.73484: checking for max_fail_percentage 6996 1726883060.73485: done checking for max_fail_percentage 6996 1726883060.73485: checking to see if all hosts have failed and the running result is not ok 6996 1726883060.73486: done checking to see if all hosts have failed 6996 1726883060.73486: getting the remaining hosts for this loop 6996 1726883060.73487: done getting the remaining hosts for this loop 6996 1726883060.73489: getting the next task for host managed_node1 6996 1726883060.73493: done getting next task for host managed_node1 6996 1726883060.73494: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 6996 1726883060.73496: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6996 1726883060.73497: getting variables 6996 1726883060.73498: in VariableManager get_vars() 6996 1726883060.73503: Calling all_inventory to load vars for managed_node1 6996 1726883060.73504: Calling groups_inventory to load vars for managed_node1 6996 1726883060.73506: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883060.73508: Calling all_plugins_play to load vars for managed_node1 6996 1726883060.73510: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883060.73512: Calling groups_plugins_play to load vars for managed_node1 6996 1726883060.73533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883060.73547: done with get_vars() 6996 1726883060.73552: done getting variables 6996 1726883060.73591: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:44:20 -0400 (0:00:00.026) 0:00:00.026 ****** 6996 1726883060.73612: entering _queue_task() for managed_node1/set_fact 6996 1726883060.73613: Creating lock for set_fact 6996 1726883060.73909: worker is 1 (out of 1 available) 6996 1726883060.73924: exiting _queue_task() for managed_node1/set_fact 6996 1726883060.73936: done queuing things up, now waiting for results queue to drain 6996 1726883060.73939: waiting for pending results... 6996 1726883060.74062: running TaskExecutor() for managed_node1/TASK: Get LSR_RHC_TEST_DATA environment variable 6996 1726883060.74132: in run() - task 0affc0aa-4893-3fb9-f9b7-00000000000c 6996 1726883060.74145: variable 'ansible_search_path' from source: unknown 6996 1726883060.74148: variable 'ansible_search_path' from source: unknown 6996 1726883060.74179: calling self._execute() 6996 1726883060.74224: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.74228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.74237: variable 'omit' from source: magic vars 6996 1726883060.74309: variable 'omit' from source: magic vars 6996 1726883060.74347: variable 'omit' from source: magic vars 6996 1726883060.74713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6996 1726883060.74821: Loaded config def from plugin (lookup/env) 6996 1726883060.74832: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 6996 1726883060.74883: variable 'omit' from source: magic vars 6996 1726883060.74904: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6996 1726883060.74923: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6996 1726883060.74938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6996 1726883060.74960: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6996 1726883060.74963: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6996 1726883060.74983: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6996 1726883060.74986: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.74989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.75048: Set connection var ansible_timeout to 10 6996 1726883060.75059: Set connection var ansible_pipelining to False 6996 1726883060.75062: Set connection var ansible_connection to ssh 6996 1726883060.75064: Set connection var ansible_module_compression to ZIP_DEFLATED 6996 1726883060.75067: Set connection var ansible_shell_type to sh 6996 1726883060.75077: Set connection var ansible_shell_executable to /bin/sh 6996 1726883060.75090: variable 'ansible_shell_executable' from source: unknown 6996 1726883060.75093: variable 'ansible_connection' from source: unknown 6996 1726883060.75096: variable 'ansible_module_compression' from source: unknown 6996 1726883060.75099: variable 'ansible_shell_type' from source: unknown 6996 1726883060.75101: variable 'ansible_shell_executable' from source: unknown 6996 1726883060.75103: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.75106: variable 'ansible_pipelining' from source: unknown 6996 1726883060.75108: variable 'ansible_timeout' from source: unknown 6996 1726883060.75113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.75195: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6996 1726883060.75203: variable 'omit' from source: magic vars 6996 1726883060.75208: starting attempt loop 6996 1726883060.75211: running the handler 6996 1726883060.75220: handler run complete 6996 1726883060.75231: attempt loop complete, returning result 6996 1726883060.75234: _execute() done 6996 1726883060.75236: dumping result to json 6996 1726883060.75239: done dumping result, returning 6996 1726883060.75248: done running TaskExecutor() for managed_node1/TASK: Get LSR_RHC_TEST_DATA environment variable [0affc0aa-4893-3fb9-f9b7-00000000000c] 6996 1726883060.75251: sending task result for task 0affc0aa-4893-3fb9-f9b7-00000000000c 6996 1726883060.75335: done sending task result for task 0affc0aa-4893-3fb9-f9b7-00000000000c 6996 1726883060.75338: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 6996 1726883060.75404: no more pending results, returning what we have 6996 1726883060.75407: results queue empty 6996 1726883060.75408: checking for any_errors_fatal 6996 1726883060.75410: done checking for any_errors_fatal 6996 1726883060.75410: checking for max_fail_percentage 6996 1726883060.75412: done checking for max_fail_percentage 6996 1726883060.75413: checking to see if all hosts have failed and the running result is not ok 6996 1726883060.75413: done checking to see if all hosts have failed 6996 1726883060.75414: getting the remaining hosts for this loop 6996 1726883060.75418: done getting the remaining hosts for this loop 6996 1726883060.75422: getting the next task for host managed_node1 6996 1726883060.75429: done getting next task for host managed_node1 6996 1726883060.75432: ^ task is: TASK: Import test data 6996 1726883060.75434: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6996 1726883060.75437: getting variables 6996 1726883060.75438: in VariableManager get_vars() 6996 1726883060.75464: Calling all_inventory to load vars for managed_node1 6996 1726883060.75466: Calling groups_inventory to load vars for managed_node1 6996 1726883060.75469: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883060.75477: Calling all_plugins_play to load vars for managed_node1 6996 1726883060.75479: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883060.75482: Calling groups_plugins_play to load vars for managed_node1 6996 1726883060.75520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883060.75548: done with get_vars() 6996 1726883060.75555: done getting variables 6996 1726883060.75633: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:44:20 -0400 (0:00:00.020) 0:00:00.046 ****** 6996 1726883060.75661: entering _queue_task() for managed_node1/include_vars 6996 1726883060.75663: Creating lock for include_vars 6996 1726883060.75874: worker is 1 (out of 1 available) 6996 1726883060.75888: exiting _queue_task() for managed_node1/include_vars 6996 1726883060.75900: done queuing things up, now waiting for results queue to drain 6996 1726883060.75902: waiting for pending results... 6996 1726883060.76023: running TaskExecutor() for managed_node1/TASK: Import test data 6996 1726883060.76108: in run() - task 0affc0aa-4893-3fb9-f9b7-00000000000e 6996 1726883060.76122: variable 'ansible_search_path' from source: unknown 6996 1726883060.76125: variable 'ansible_search_path' from source: unknown 6996 1726883060.76155: calling self._execute() 6996 1726883060.76199: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.76203: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.76211: variable 'omit' from source: magic vars 6996 1726883060.76567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6996 1726883060.78114: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6996 1726883060.78246: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6996 1726883060.78250: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6996 1726883060.78264: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6996 1726883060.78291: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6996 1726883060.78371: 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) 6996 1726883060.78402: 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) 6996 1726883060.78428: 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) 6996 1726883060.78482: 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) 6996 1726883060.78498: 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) 6996 1726883060.78612: variable 'lsr_rhc_test_data_file' from source: set_fact 6996 1726883060.78846: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 6996 1726883060.78849: when evaluation is False, skipping this task 6996 1726883060.78851: _execute() done 6996 1726883060.78853: dumping result to json 6996 1726883060.78855: done dumping result, returning 6996 1726883060.78857: done running TaskExecutor() for managed_node1/TASK: Import test data [0affc0aa-4893-3fb9-f9b7-00000000000e] 6996 1726883060.78859: sending task result for task 0affc0aa-4893-3fb9-f9b7-00000000000e 6996 1726883060.78920: done sending task result for task 0affc0aa-4893-3fb9-f9b7-00000000000e 6996 1726883060.78923: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 6996 1726883060.78986: no more pending results, returning what we have 6996 1726883060.78989: results queue empty 6996 1726883060.78990: checking for any_errors_fatal 6996 1726883060.78993: done checking for any_errors_fatal 6996 1726883060.78994: checking for max_fail_percentage 6996 1726883060.78995: done checking for max_fail_percentage 6996 1726883060.78996: checking to see if all hosts have failed and the running result is not ok 6996 1726883060.78997: done checking to see if all hosts have failed 6996 1726883060.78998: getting the remaining hosts for this loop 6996 1726883060.78999: done getting the remaining hosts for this loop 6996 1726883060.79002: getting the next task for host managed_node1 6996 1726883060.79007: done getting next task for host managed_node1 6996 1726883060.79009: ^ task is: TASK: Get facts for external test data 6996 1726883060.79021: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6996 1726883060.79025: getting variables 6996 1726883060.79027: in VariableManager get_vars() 6996 1726883060.79053: Calling all_inventory to load vars for managed_node1 6996 1726883060.79056: Calling groups_inventory to load vars for managed_node1 6996 1726883060.79059: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883060.79068: Calling all_plugins_play to load vars for managed_node1 6996 1726883060.79070: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883060.79073: Calling groups_plugins_play to load vars for managed_node1 6996 1726883060.79110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883060.79145: done with get_vars() 6996 1726883060.79156: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 21:44:20 -0400 (0:00:00.035) 0:00:00.082 ****** 6996 1726883060.79249: entering _queue_task() for managed_node1/setup 6996 1726883060.79544: worker is 1 (out of 1 available) 6996 1726883060.79562: exiting _queue_task() for managed_node1/setup 6996 1726883060.79573: done queuing things up, now waiting for results queue to drain 6996 1726883060.79575: waiting for pending results... 6996 1726883060.79815: running TaskExecutor() for managed_node1/TASK: Get facts for external test data 6996 1726883060.79936: in run() - task 0affc0aa-4893-3fb9-f9b7-00000000000f 6996 1726883060.79951: variable 'ansible_search_path' from source: unknown 6996 1726883060.79955: variable 'ansible_search_path' from source: unknown 6996 1726883060.79987: calling self._execute() 6996 1726883060.80042: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.80048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.80058: variable 'omit' from source: magic vars 6996 1726883060.80444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6996 1726883060.81891: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6996 1726883060.81936: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6996 1726883060.81967: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6996 1726883060.81992: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6996 1726883060.82011: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6996 1726883060.82085: 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) 6996 1726883060.82106: 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) 6996 1726883060.82124: 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) 6996 1726883060.82153: 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) 6996 1726883060.82166: 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) 6996 1726883060.82252: variable 'lsr_rhc_test_data_file' from source: set_fact 6996 1726883060.82277: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 6996 1726883060.82280: when evaluation is False, skipping this task 6996 1726883060.82283: _execute() done 6996 1726883060.82285: dumping result to json 6996 1726883060.82287: done dumping result, returning 6996 1726883060.82293: done running TaskExecutor() for managed_node1/TASK: Get facts for external test data [0affc0aa-4893-3fb9-f9b7-00000000000f] 6996 1726883060.82297: sending task result for task 0affc0aa-4893-3fb9-f9b7-00000000000f 6996 1726883060.82386: done sending task result for task 0affc0aa-4893-3fb9-f9b7-00000000000f 6996 1726883060.82388: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 6996 1726883060.82432: no more pending results, returning what we have 6996 1726883060.82435: results queue empty 6996 1726883060.82436: checking for any_errors_fatal 6996 1726883060.82439: done checking for any_errors_fatal 6996 1726883060.82442: checking for max_fail_percentage 6996 1726883060.82443: done checking for max_fail_percentage 6996 1726883060.82444: checking to see if all hosts have failed and the running result is not ok 6996 1726883060.82445: done checking to see if all hosts have failed 6996 1726883060.82446: getting the remaining hosts for this loop 6996 1726883060.82447: done getting the remaining hosts for this loop 6996 1726883060.82450: getting the next task for host managed_node1 6996 1726883060.82459: done getting next task for host managed_node1 6996 1726883060.82461: ^ task is: TASK: Set local lsr_rhc_test_data 6996 1726883060.82464: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6996 1726883060.82467: getting variables 6996 1726883060.82469: in VariableManager get_vars() 6996 1726883060.82498: Calling all_inventory to load vars for managed_node1 6996 1726883060.82500: Calling groups_inventory to load vars for managed_node1 6996 1726883060.82503: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883060.82513: Calling all_plugins_play to load vars for managed_node1 6996 1726883060.82518: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883060.82521: Calling groups_plugins_play to load vars for managed_node1 6996 1726883060.82566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883060.82591: done with get_vars() 6996 1726883060.82599: done getting variables 6996 1726883060.82646: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:44:20 -0400 (0:00:00.034) 0:00:00.117 ****** 6996 1726883060.82674: entering _queue_task() for managed_node1/include_vars 6996 1726883060.82872: worker is 1 (out of 1 available) 6996 1726883060.82885: exiting _queue_task() for managed_node1/include_vars 6996 1726883060.82896: done queuing things up, now waiting for results queue to drain 6996 1726883060.82897: waiting for pending results... 6996 1726883060.83035: running TaskExecutor() for managed_node1/TASK: Set local lsr_rhc_test_data 6996 1726883060.83112: in run() - task 0affc0aa-4893-3fb9-f9b7-000000000011 6996 1726883060.83127: variable 'ansible_search_path' from source: unknown 6996 1726883060.83130: variable 'ansible_search_path' from source: unknown 6996 1726883060.83165: calling self._execute() 6996 1726883060.83256: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.83262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.83271: variable 'omit' from source: magic vars 6996 1726883060.83610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6996 1726883060.85084: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6996 1726883060.85138: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6996 1726883060.85170: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6996 1726883060.85197: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6996 1726883060.85217: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6996 1726883060.85283: 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) 6996 1726883060.85304: 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) 6996 1726883060.85324: 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) 6996 1726883060.85352: 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) 6996 1726883060.85363: 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) 6996 1726883060.85452: variable 'lsr_rhc_test_data_file' from source: set_fact 6996 1726883060.85476: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 6996 1726883060.85480: variable 'omit' from source: magic vars 6996 1726883060.85524: variable 'omit' from source: magic vars 6996 1726883060.85553: variable 'omit' from source: magic vars 6996 1726883060.85574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6996 1726883060.85599: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6996 1726883060.85612: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6996 1726883060.85628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6996 1726883060.85637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6996 1726883060.85661: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6996 1726883060.85664: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.85666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.85735: Set connection var ansible_timeout to 10 6996 1726883060.85746: Set connection var ansible_pipelining to False 6996 1726883060.85748: Set connection var ansible_connection to ssh 6996 1726883060.85753: Set connection var ansible_module_compression to ZIP_DEFLATED 6996 1726883060.85756: Set connection var ansible_shell_type to sh 6996 1726883060.85761: Set connection var ansible_shell_executable to /bin/sh 6996 1726883060.85778: variable 'ansible_shell_executable' from source: unknown 6996 1726883060.85781: variable 'ansible_connection' from source: unknown 6996 1726883060.85784: variable 'ansible_module_compression' from source: unknown 6996 1726883060.85786: variable 'ansible_shell_type' from source: unknown 6996 1726883060.85788: variable 'ansible_shell_executable' from source: unknown 6996 1726883060.85790: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.85793: variable 'ansible_pipelining' from source: unknown 6996 1726883060.85797: variable 'ansible_timeout' from source: unknown 6996 1726883060.85799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.85876: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6996 1726883060.85884: variable 'omit' from source: magic vars 6996 1726883060.85890: starting attempt loop 6996 1726883060.85892: running the handler 6996 1726883060.85901: evaluation_path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 6996 1726883060.85919: search_path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 6996 1726883060.86009: handler run complete 6996 1726883060.86017: attempt loop complete, returning result 6996 1726883060.86022: _execute() done 6996 1726883060.86025: dumping result to json 6996 1726883060.86037: done dumping result, returning 6996 1726883060.86042: done running TaskExecutor() for managed_node1/TASK: Set local lsr_rhc_test_data [0affc0aa-4893-3fb9-f9b7-000000000011] 6996 1726883060.86045: sending task result for task 0affc0aa-4893-3fb9-f9b7-000000000011 6996 1726883060.86183: done sending task result for task 0affc0aa-4893-3fb9-f9b7-000000000011 6996 1726883060.86186: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 6996 1726883060.86285: no more pending results, returning what we have 6996 1726883060.86288: results queue empty 6996 1726883060.86289: checking for any_errors_fatal 6996 1726883060.86292: done checking for any_errors_fatal 6996 1726883060.86292: checking for max_fail_percentage 6996 1726883060.86294: done checking for max_fail_percentage 6996 1726883060.86301: checking to see if all hosts have failed and the running result is not ok 6996 1726883060.86302: done checking to see if all hosts have failed 6996 1726883060.86303: getting the remaining hosts for this loop 6996 1726883060.86304: done getting the remaining hosts for this loop 6996 1726883060.86307: getting the next task for host managed_node1 6996 1726883060.86314: done getting next task for host managed_node1 6996 1726883060.86316: ^ task is: TASK: Check if system is ostree 6996 1726883060.86319: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6996 1726883060.86321: getting variables 6996 1726883060.86322: in VariableManager get_vars() 6996 1726883060.86344: Calling all_inventory to load vars for managed_node1 6996 1726883060.86347: Calling groups_inventory to load vars for managed_node1 6996 1726883060.86350: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883060.86359: Calling all_plugins_play to load vars for managed_node1 6996 1726883060.86361: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883060.86363: Calling groups_plugins_play to load vars for managed_node1 6996 1726883060.86394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883060.86415: done with get_vars() 6996 1726883060.86422: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 21:44:20 -0400 (0:00:00.038) 0:00:00.155 ****** 6996 1726883060.86487: entering _queue_task() for managed_node1/stat 6996 1726883060.86686: worker is 1 (out of 1 available) 6996 1726883060.86700: exiting _queue_task() for managed_node1/stat 6996 1726883060.86712: done queuing things up, now waiting for results queue to drain 6996 1726883060.86713: waiting for pending results... 6996 1726883060.86851: running TaskExecutor() for managed_node1/TASK: Check if system is ostree 6996 1726883060.86910: in run() - task 0affc0aa-4893-3fb9-f9b7-000000000013 6996 1726883060.86923: variable 'ansible_search_path' from source: unknown 6996 1726883060.86927: variable 'ansible_search_path' from source: unknown 6996 1726883060.86958: calling self._execute() 6996 1726883060.87003: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.87007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.87016: variable 'omit' from source: magic vars 6996 1726883060.87363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6996 1726883060.87564: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6996 1726883060.87596: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6996 1726883060.87626: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6996 1726883060.87653: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6996 1726883060.87716: 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) 6996 1726883060.87737: 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) 6996 1726883060.87758: 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) 6996 1726883060.87775: 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) 6996 1726883060.87866: Evaluated conditional (not __rhc_is_ostree is defined): True 6996 1726883060.87871: variable 'omit' from source: magic vars 6996 1726883060.87911: variable 'omit' from source: magic vars 6996 1726883060.87942: variable 'omit' from source: magic vars 6996 1726883060.87964: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6996 1726883060.87985: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6996 1726883060.87999: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6996 1726883060.88012: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6996 1726883060.88023: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6996 1726883060.88047: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6996 1726883060.88051: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.88054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.88116: Set connection var ansible_timeout to 10 6996 1726883060.88127: Set connection var ansible_pipelining to False 6996 1726883060.88129: Set connection var ansible_connection to ssh 6996 1726883060.88136: Set connection var ansible_module_compression to ZIP_DEFLATED 6996 1726883060.88139: Set connection var ansible_shell_type to sh 6996 1726883060.88144: Set connection var ansible_shell_executable to /bin/sh 6996 1726883060.88161: variable 'ansible_shell_executable' from source: unknown 6996 1726883060.88165: variable 'ansible_connection' from source: unknown 6996 1726883060.88168: variable 'ansible_module_compression' from source: unknown 6996 1726883060.88171: variable 'ansible_shell_type' from source: unknown 6996 1726883060.88173: variable 'ansible_shell_executable' from source: unknown 6996 1726883060.88175: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883060.88177: variable 'ansible_pipelining' from source: unknown 6996 1726883060.88179: variable 'ansible_timeout' from source: unknown 6996 1726883060.88181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883060.88285: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6996 1726883060.88296: variable 'omit' from source: magic vars 6996 1726883060.88299: starting attempt loop 6996 1726883060.88302: running the handler 6996 1726883060.88311: _low_level_execute_command(): starting 6996 1726883060.88317: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6996 1726883060.88839: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6996 1726883060.88845: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6996 1726883060.88848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6996 1726883060.88850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6996 1726883060.88909: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 6996 1726883060.88917: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6996 1726883060.88919: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6996 1726883060.88965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6996 1726883060.90659: stdout chunk (state=3): >>>/root <<< 6996 1726883060.90757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6996 1726883060.90791: stderr chunk (state=3): >>><<< 6996 1726883060.90795: stdout chunk (state=3): >>><<< 6996 1726883060.90815: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 6996 1726883060.90833: _low_level_execute_command(): starting 6996 1726883060.90843: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679 `" && echo ansible-tmp-1726883060.9081898-7015-246504977178679="` echo /root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679 `" ) && sleep 0' 6996 1726883060.91307: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6996 1726883060.91310: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6996 1726883060.91312: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 6996 1726883060.91315: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6996 1726883060.91321: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6996 1726883060.91366: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 6996 1726883060.91369: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6996 1726883060.91371: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6996 1726883060.91420: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6996 1726883060.93264: stdout chunk (state=3): >>>ansible-tmp-1726883060.9081898-7015-246504977178679=/root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679 <<< 6996 1726883060.93358: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6996 1726883060.93390: stderr chunk (state=3): >>><<< 6996 1726883060.93393: stdout chunk (state=3): >>><<< 6996 1726883060.93409: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883060.9081898-7015-246504977178679=/root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 6996 1726883060.93456: variable 'ansible_module_compression' from source: unknown 6996 1726883060.93503: ANSIBALLZ: Using lock for stat 6996 1726883060.93506: ANSIBALLZ: Acquiring lock 6996 1726883060.93509: ANSIBALLZ: Lock acquired: 140537944618000 6996 1726883060.93511: ANSIBALLZ: Creating module 6996 1726883061.04748: ANSIBALLZ: Writing module into payload 6996 1726883061.04753: ANSIBALLZ: Writing module 6996 1726883061.04756: ANSIBALLZ: Renaming module 6996 1726883061.04758: ANSIBALLZ: Done creating module 6996 1726883061.04760: variable 'ansible_facts' from source: unknown 6996 1726883061.04762: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6996 1726883061.04764: _low_level_execute_command(): starting 6996 1726883061.04766: _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' 6996 1726883061.05385: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6996 1726883061.05390: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6996 1726883061.05397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6996 1726883061.05417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6996 1726883061.05435: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 6996 1726883061.05452: stderr chunk (state=3): >>>debug2: match not found <<< 6996 1726883061.05467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6996 1726883061.05486: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6996 1726883061.05498: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 6996 1726883061.05509: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6996 1726883061.05520: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6996 1726883061.05535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6996 1726883061.05565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6996 1726883061.05647: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 6996 1726883061.05671: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6996 1726883061.05755: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6996 1726883061.07356: stdout chunk (state=3): >>>PLATFORM <<< 6996 1726883061.07414: stdout chunk (state=3): >>>Linux <<< 6996 1726883061.07442: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 6996 1726883061.07621: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6996 1726883061.07639: stdout chunk (state=3): >>><<< 6996 1726883061.07655: stderr chunk (state=3): >>><<< 6996 1726883061.07676: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 6996 1726883061.07698 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 6996 1726883061.07759: _low_level_execute_command(): starting 6996 1726883061.07770: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 6996 1726883061.08075: Sending initial data 6996 1726883061.08078: Sent initial data (1181 bytes) 6996 1726883061.08425: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6996 1726883061.08439: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6996 1726883061.08457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6996 1726883061.08474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6996 1726883061.08519: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6996 1726883061.08590: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 6996 1726883061.08628: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6996 1726883061.08646: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6996 1726883061.08718: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6996 1726883061.12114: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 6996 1726883061.12532: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6996 1726883061.12547: stdout chunk (state=3): >>><<< 6996 1726883061.12560: stderr chunk (state=3): >>><<< 6996 1726883061.12754: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 6996 1726883061.12758: variable 'ansible_facts' from source: unknown 6996 1726883061.12760: variable 'ansible_facts' from source: unknown 6996 1726883061.12762: variable 'ansible_module_compression' from source: unknown 6996 1726883061.12765: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6996qvoiiop8/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6996 1726883061.12767: variable 'ansible_facts' from source: unknown 6996 1726883061.12844: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/AnsiballZ_stat.py 6996 1726883061.13093: Sending initial data 6996 1726883061.13104: Sent initial data (151 bytes) 6996 1726883061.13706: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6996 1726883061.13725: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6996 1726883061.13748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6996 1726883061.13769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6996 1726883061.13856: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6996 1726883061.13881: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 6996 1726883061.13898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6996 1726883061.13917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6996 1726883061.13985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6996 1726883061.15563: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6996 1726883061.15627: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6996 1726883061.15705: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6996qvoiiop8/tmptxgbw439 /root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/AnsiballZ_stat.py <<< 6996 1726883061.15729: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/AnsiballZ_stat.py" <<< 6996 1726883061.15772: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 6996 1726883061.15775: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6996qvoiiop8/tmptxgbw439" to remote "/root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/AnsiballZ_stat.py" <<< 6996 1726883061.16546: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6996 1726883061.16598: stderr chunk (state=3): >>><<< 6996 1726883061.16601: stdout chunk (state=3): >>><<< 6996 1726883061.16614: done transferring module to remote 6996 1726883061.16634: _low_level_execute_command(): starting 6996 1726883061.16645: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/ /root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/AnsiballZ_stat.py && sleep 0' 6996 1726883061.17314: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6996 1726883061.17330: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6996 1726883061.17354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6996 1726883061.17474: 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 6996 1726883061.17517: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6996 1726883061.17551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6996 1726883061.19325: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6996 1726883061.19351: stdout chunk (state=3): >>><<< 6996 1726883061.19364: stderr chunk (state=3): >>><<< 6996 1726883061.19467: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 6996 1726883061.19471: _low_level_execute_command(): starting 6996 1726883061.19474: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/AnsiballZ_stat.py && sleep 0' 6996 1726883061.20066: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6996 1726883061.20090: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6996 1726883061.20107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6996 1726883061.20156: 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6996 1726883061.20230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 6996 1726883061.20263: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6996 1726883061.20308: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6996 1726883061.20357: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6996 1726883061.22451: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6996 1726883061.22503: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # <<< 6996 1726883061.22519: stdout chunk (state=3): >>>import '_weakref' # <<< 6996 1726883061.22563: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6996 1726883061.22597: stdout chunk (state=3): >>>import 'posix' # <<< 6996 1726883061.22644: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6996 1726883061.22666: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 6996 1726883061.22721: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6996 1726883061.22764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 6996 1726883061.22772: stdout chunk (state=3): >>>import 'codecs' # <<< 6996 1726883061.22836: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6996 1726883061.22871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e7bc4d0> <<< 6996 1726883061.22895: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e78bb00> <<< 6996 1726883061.22904: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e7bea50> import '_signal' # <<< 6996 1726883061.22933: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 6996 1726883061.22971: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6996 1726883061.23062: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6996 1726883061.23087: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6996 1726883061.23135: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 6996 1726883061.23174: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6996 1726883061.23205: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6996 1726883061.23222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e7cd130> <<< 6996 1726883061.23280: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6996 1726883061.23303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e7ce060> <<< 6996 1726883061.23332: stdout chunk (state=3): >>>import 'site' # <<< 6996 1726883061.23350: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6996 1726883061.23574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6996 1726883061.23603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.23631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6996 1726883061.23659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6996 1726883061.23681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6996 1726883061.23724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5cbf50> <<< 6996 1726883061.23764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6996 1726883061.23792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5e00e0> <<< 6996 1726883061.23825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6996 1726883061.23839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6996 1726883061.23908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.23912: stdout chunk (state=3): >>>import 'itertools' # <<< 6996 1726883061.23978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e603950> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e603fe0> <<< 6996 1726883061.23981: stdout chunk (state=3): >>>import '_collections' # <<< 6996 1726883061.24032: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5e3bf0> <<< 6996 1726883061.24063: stdout chunk (state=3): >>>import '_functools' # <<< 6996 1726883061.24079: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5e1340> <<< 6996 1726883061.24148: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5c9100> <<< 6996 1726883061.24208: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6996 1726883061.24227: stdout chunk (state=3): >>>import '_sre' # <<< 6996 1726883061.24262: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6996 1726883061.24303: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6996 1726883061.24359: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e6238f0> <<< 6996 1726883061.24363: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e622510> <<< 6996 1726883061.24373: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5e2360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e620c50> <<< 6996 1726883061.24460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e654920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5c8380> <<< 6996 1726883061.24625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e654dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e654c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e655070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5c6ea0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.24662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e655700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e655400> <<< 6996 1726883061.24666: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6996 1726883061.24735: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e656600> import 'importlib.util' # <<< 6996 1726883061.24738: stdout chunk (state=3): >>>import 'runpy' # <<< 6996 1726883061.24753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6996 1726883061.24775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6996 1726883061.24853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e670800> <<< 6996 1726883061.24857: stdout chunk (state=3): >>>import 'errno' # <<< 6996 1726883061.24888: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e671f40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6996 1726883061.24935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6996 1726883061.24955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e672de0> <<< 6996 1726883061.24989: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e673440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e672330> <<< 6996 1726883061.25012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6996 1726883061.25067: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6996 1726883061.25078: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e673ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e6735f0> <<< 6996 1726883061.25110: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e656570> <<< 6996 1726883061.25147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6996 1726883061.25183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6996 1726883061.25199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6996 1726883061.25259: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e3f7d70> <<< 6996 1726883061.25272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6996 1726883061.25318: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e4208c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e420620> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e4208f0> <<< 6996 1726883061.25350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6996 1726883061.25420: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6996 1726883061.25544: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e421220> <<< 6996 1726883061.25657: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6996 1726883061.25694: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e421c10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e420ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e3f5f10> <<< 6996 1726883061.25727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6996 1726883061.25772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e422ff0> <<< 6996 1726883061.25812: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e421d60> <<< 6996 1726883061.25834: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e656d20> <<< 6996 1726883061.25855: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6996 1726883061.25913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.25928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6996 1726883061.25973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6996 1726883061.25990: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e44b2f0> <<< 6996 1726883061.26049: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6996 1726883061.26084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.26102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6996 1726883061.26149: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e46f6b0> <<< 6996 1726883061.26160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6996 1726883061.26214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6996 1726883061.26269: stdout chunk (state=3): >>>import 'ntpath' # <<< 6996 1726883061.26285: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e4d04d0> <<< 6996 1726883061.26328: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6996 1726883061.26361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6996 1726883061.26364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6996 1726883061.26393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6996 1726883061.26483: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e4d2c30> <<< 6996 1726883061.26556: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e4d05f0> <<< 6996 1726883061.26594: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e4914c0> <<< 6996 1726883061.26633: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd25520> <<< 6996 1726883061.26661: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e46e4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e423ef0> <<< 6996 1726883061.26761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6996 1726883061.26780: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd77e46e810> <<< 6996 1726883061.26947: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_jnxg5u9i/ansible_stat_payload.zip' # zipimport: zlib available <<< 6996 1726883061.27072: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.27113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6996 1726883061.27126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6996 1726883061.27155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6996 1726883061.27257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6996 1726883061.27269: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd7b200> import '_typing' # <<< 6996 1726883061.27459: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd5a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd59250> # zipimport: zlib available <<< 6996 1726883061.27501: stdout chunk (state=3): >>>import 'ansible' # <<< 6996 1726883061.27552: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6996 1726883061.27555: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.27575: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 6996 1726883061.28958: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.30104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd794f0> <<< 6996 1726883061.30113: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.30163: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dda6ba0> <<< 6996 1726883061.30195: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dda6930> <<< 6996 1726883061.30233: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dda6240> <<< 6996 1726883061.30262: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6996 1726883061.30297: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dda6690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd7be90> <<< 6996 1726883061.30350: stdout chunk (state=3): >>>import 'atexit' # <<< 6996 1726883061.30353: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dda7920> <<< 6996 1726883061.30385: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dda7b60> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6996 1726883061.30435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6996 1726883061.30439: stdout chunk (state=3): >>>import '_locale' # <<< 6996 1726883061.30500: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77ddc8050> import 'pwd' # <<< 6996 1726883061.30519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6996 1726883061.30533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6996 1726883061.30569: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc0ddc0> <<< 6996 1726883061.30625: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc0f9e0> <<< 6996 1726883061.30648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6996 1726883061.30670: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc14320> <<< 6996 1726883061.30722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6996 1726883061.30726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6996 1726883061.30757: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc154c0> <<< 6996 1726883061.30760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6996 1726883061.30822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6996 1726883061.30825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6996 1726883061.30834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6996 1726883061.30861: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc17f50> <<< 6996 1726883061.30911: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e5c6e40> <<< 6996 1726883061.30957: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc16210> <<< 6996 1726883061.30962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6996 1726883061.31006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6996 1726883061.31019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6996 1726883061.31064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6996 1726883061.31079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc1bda0> <<< 6996 1726883061.31102: stdout chunk (state=3): >>>import '_tokenize' # <<< 6996 1726883061.31175: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc1a870> <<< 6996 1726883061.31186: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc1a5d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6996 1726883061.31263: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc1ab40> <<< 6996 1726883061.31282: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc16720> <<< 6996 1726883061.31313: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc63fe0> <<< 6996 1726883061.31368: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc64110> <<< 6996 1726883061.31405: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6996 1726883061.31425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6996 1726883061.31462: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc65bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc65970> <<< 6996 1726883061.31472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6996 1726883061.31556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6996 1726883061.31620: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6996 1726883061.31631: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc681a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc662a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6996 1726883061.31669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.31703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6996 1726883061.31724: stdout chunk (state=3): >>>import '_string' # <<< 6996 1726883061.31754: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc6b8f0> <<< 6996 1726883061.31866: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc682c0> <<< 6996 1726883061.31952: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc6c9b0> <<< 6996 1726883061.31969: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc6c950> <<< 6996 1726883061.32012: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc6cc20> <<< 6996 1726883061.32047: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc64230> <<< 6996 1726883061.32081: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6996 1726883061.32097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6996 1726883061.32138: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6996 1726883061.32144: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dcf8350> <<< 6996 1726883061.32284: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dcf98b0> <<< 6996 1726883061.32330: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc6eb10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc6fec0> <<< 6996 1726883061.32373: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc6e720> # zipimport: zlib available <<< 6996 1726883061.32387: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 6996 1726883061.32475: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.32582: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.32589: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6996 1726883061.32635: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6996 1726883061.32639: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.32753: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.32867: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.33390: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.33943: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6996 1726883061.33984: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.34026: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dcfd9d0> <<< 6996 1726883061.34109: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6996 1726883061.34135: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dcfe720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e6567b0> <<< 6996 1726883061.34196: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6996 1726883061.34230: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6996 1726883061.34243: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6996 1726883061.34380: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.34557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dcfe750> <<< 6996 1726883061.34579: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.35012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.35456: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.35533: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.35604: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 6996 1726883061.35652: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.35697: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6996 1726883061.35700: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.35762: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.35865: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 6996 1726883061.35890: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6996 1726883061.35930: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.35980: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6996 1726883061.35984: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.36210: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.36438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6996 1726883061.36490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 6996 1726883061.36570: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dcff9e0> # zipimport: zlib available <<< 6996 1726883061.36643: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.36724: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6996 1726883061.36753: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 6996 1726883061.36799: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.36852: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6996 1726883061.36856: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.36898: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.36938: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.36996: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.37060: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6996 1726883061.37092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.37172: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77db0a4b0> <<< 6996 1726883061.37210: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77db05bb0> <<< 6996 1726883061.37251: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6996 1726883061.37315: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.37375: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.37404: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.37462: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6996 1726883061.37509: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6996 1726883061.37520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6996 1726883061.37578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6996 1726883061.37609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6996 1726883061.37659: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dddebd0> <<< 6996 1726883061.37708: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77ddee8d0> <<< 6996 1726883061.37788: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77db0a1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc6daf0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6996 1726883061.37821: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.37856: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.37869: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6996 1726883061.37924: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6996 1726883061.37950: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 6996 1726883061.37968: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.38082: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.38269: stdout chunk (state=3): >>># zipimport: zlib available <<< 6996 1726883061.38389: 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__ <<< 6996 1726883061.38683: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 6996 1726883061.38711: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 6996 1726883061.38782: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 6996 1726883061.38817: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string <<< 6996 1726883061.38865: stdout chunk (state=3): >>># 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 <<< 6996 1726883061.38882: stdout chunk (state=3): >>># destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 6996 1726883061.39138: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6996 1726883061.39167: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6996 1726883061.39272: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 6996 1726883061.39276: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 6996 1726883061.39306: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6996 1726883061.39369: 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<<< 6996 1726883061.39420: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 6996 1726883061.39484: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 6996 1726883061.39502: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6996 1726883061.39634: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 6996 1726883061.39710: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6996 1726883061.39735: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize <<< 6996 1726883061.39758: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6996 1726883061.39852: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 6996 1726883061.39928: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 6996 1726883061.39931: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6996 1726883061.39943: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 6996 1726883061.40302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 6996 1726883061.40321: stderr chunk (state=3): >>><<< 6996 1726883061.40332: stdout chunk (state=3): >>><<< 6996 1726883061.40508: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e7bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e78bb00> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e7bea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e7cd130> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e7ce060> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5cbf50> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5e00e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e603950> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e603fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5e3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5e1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5c9100> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e6238f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e622510> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5e2360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e620c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e654920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5c8380> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e654dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e654c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e655070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e5c6ea0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e655700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e655400> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e656600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e670800> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e671f40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e672de0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e673440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e672330> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e673ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e6735f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e656570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e3f7d70> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e4208c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e420620> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e4208f0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e421220> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e421c10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e420ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e3f5f10> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e422ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e421d60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e656d20> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e44b2f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e46f6b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e4d04d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e4d2c30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e4d05f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e4914c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd25520> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e46e4b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e423ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd77e46e810> # zipimport: found 30 names in '/tmp/ansible_stat_payload_jnxg5u9i/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd7b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd5a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd59250> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd794f0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dda6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dda6930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dda6240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dda6690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dd7be90> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dda7920> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dda7b60> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77ddc8050> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc0ddc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc0f9e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc14320> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc154c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc17f50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77e5c6e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc16210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc1bda0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc1a870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc1a5d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc1ab40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc16720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc63fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc64110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc65bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc65970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc681a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc662a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc6b8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc682c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc6c9b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc6c950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc6cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc64230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dcf8350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dcf98b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc6eb10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dc6fec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc6e720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77dcfd9d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dcfe720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77e6567b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dcfe750> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dcff9e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd77db0a4b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77db05bb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dddebd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77ddee8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77db0a1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd77dc6daf0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 6996 1726883061.41253: 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-1726883060.9081898-7015-246504977178679/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6996 1726883061.41256: _low_level_execute_command(): starting 6996 1726883061.41258: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883060.9081898-7015-246504977178679/ > /dev/null 2>&1 && sleep 0' 6996 1726883061.41875: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6996 1726883061.41878: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 6996 1726883061.41890: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6996 1726883061.41965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6996 1726883061.43782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6996 1726883061.43854: stderr chunk (state=3): >>><<< 6996 1726883061.43864: stdout chunk (state=3): >>><<< 6996 1726883061.44052: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 6996 1726883061.44057: handler run complete 6996 1726883061.44060: variable 'ansible_facts' from source: unknown 6996 1726883061.44062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883061.44064: variable 'ansible_facts' from source: unknown 6996 1726883061.44066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883061.44068: attempt loop complete, returning result 6996 1726883061.44070: _execute() done 6996 1726883061.44072: dumping result to json 6996 1726883061.44074: done dumping result, returning 6996 1726883061.44075: done running TaskExecutor() for managed_node1/TASK: Check if system is ostree [0affc0aa-4893-3fb9-f9b7-000000000013] 6996 1726883061.44077: sending task result for task 0affc0aa-4893-3fb9-f9b7-000000000013 ok: [managed_node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 6996 1726883061.44269: no more pending results, returning what we have 6996 1726883061.44272: results queue empty 6996 1726883061.44273: checking for any_errors_fatal 6996 1726883061.44277: done checking for any_errors_fatal 6996 1726883061.44278: checking for max_fail_percentage 6996 1726883061.44280: done checking for max_fail_percentage 6996 1726883061.44283: checking to see if all hosts have failed and the running result is not ok 6996 1726883061.44284: done checking to see if all hosts have failed 6996 1726883061.44285: getting the remaining hosts for this loop 6996 1726883061.44287: done getting the remaining hosts for this loop 6996 1726883061.44290: getting the next task for host managed_node1 6996 1726883061.44297: done getting next task for host managed_node1 6996 1726883061.44300: ^ task is: TASK: Set flag to indicate system is ostree 6996 1726883061.44303: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6996 1726883061.44306: getting variables 6996 1726883061.44308: in VariableManager get_vars() 6996 1726883061.44446: Calling all_inventory to load vars for managed_node1 6996 1726883061.44455: Calling groups_inventory to load vars for managed_node1 6996 1726883061.44460: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883061.44467: done sending task result for task 0affc0aa-4893-3fb9-f9b7-000000000013 6996 1726883061.44470: WORKER PROCESS EXITING 6996 1726883061.44480: Calling all_plugins_play to load vars for managed_node1 6996 1726883061.44483: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883061.44486: Calling groups_plugins_play to load vars for managed_node1 6996 1726883061.44528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883061.44652: done with get_vars() 6996 1726883061.44663: done getting variables 6996 1726883061.44728: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:44:21 -0400 (0:00:00.583) 0:00:00.739 ****** 6996 1726883061.44871: entering _queue_task() for managed_node1/set_fact 6996 1726883061.45365: worker is 1 (out of 1 available) 6996 1726883061.45375: exiting _queue_task() for managed_node1/set_fact 6996 1726883061.45385: done queuing things up, now waiting for results queue to drain 6996 1726883061.45387: waiting for pending results... 6996 1726883061.45560: running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree 6996 1726883061.45692: in run() - task 0affc0aa-4893-3fb9-f9b7-000000000014 6996 1726883061.45712: variable 'ansible_search_path' from source: unknown 6996 1726883061.45727: variable 'ansible_search_path' from source: unknown 6996 1726883061.45775: calling self._execute() 6996 1726883061.45855: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883061.45868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883061.45889: variable 'omit' from source: magic vars 6996 1726883061.46402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6996 1726883061.46729: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6996 1726883061.46784: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6996 1726883061.46829: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6996 1726883061.46915: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6996 1726883061.46982: 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) 6996 1726883061.47013: 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) 6996 1726883061.47054: 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) 6996 1726883061.47141: 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) 6996 1726883061.47238: Evaluated conditional (not __rhc_is_ostree is defined): True 6996 1726883061.47256: variable 'omit' from source: magic vars 6996 1726883061.47326: variable 'omit' from source: magic vars 6996 1726883061.47469: variable '__ostree_booted_stat' from source: set_fact 6996 1726883061.47545: variable 'omit' from source: magic vars 6996 1726883061.47622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6996 1726883061.47626: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6996 1726883061.47648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6996 1726883061.47670: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6996 1726883061.47683: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6996 1726883061.47729: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6996 1726883061.47739: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883061.47837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883061.47863: Set connection var ansible_timeout to 10 6996 1726883061.47880: Set connection var ansible_pipelining to False 6996 1726883061.47886: Set connection var ansible_connection to ssh 6996 1726883061.47895: Set connection var ansible_module_compression to ZIP_DEFLATED 6996 1726883061.47902: Set connection var ansible_shell_type to sh 6996 1726883061.47911: Set connection var ansible_shell_executable to /bin/sh 6996 1726883061.47953: variable 'ansible_shell_executable' from source: unknown 6996 1726883061.47963: variable 'ansible_connection' from source: unknown 6996 1726883061.47970: variable 'ansible_module_compression' from source: unknown 6996 1726883061.47977: variable 'ansible_shell_type' from source: unknown 6996 1726883061.47983: variable 'ansible_shell_executable' from source: unknown 6996 1726883061.47990: variable 'ansible_host' from source: host vars for 'managed_node1' 6996 1726883061.47997: variable 'ansible_pipelining' from source: unknown 6996 1726883061.48046: variable 'ansible_timeout' from source: unknown 6996 1726883061.48058: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6996 1726883061.48139: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6996 1726883061.48163: variable 'omit' from source: magic vars 6996 1726883061.48178: starting attempt loop 6996 1726883061.48186: running the handler 6996 1726883061.48201: handler run complete 6996 1726883061.48273: attempt loop complete, returning result 6996 1726883061.48279: _execute() done 6996 1726883061.48281: dumping result to json 6996 1726883061.48283: done dumping result, returning 6996 1726883061.48286: done running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree [0affc0aa-4893-3fb9-f9b7-000000000014] 6996 1726883061.48288: sending task result for task 0affc0aa-4893-3fb9-f9b7-000000000014 6996 1726883061.48359: done sending task result for task 0affc0aa-4893-3fb9-f9b7-000000000014 6996 1726883061.48362: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 6996 1726883061.48419: no more pending results, returning what we have 6996 1726883061.48422: results queue empty 6996 1726883061.48423: checking for any_errors_fatal 6996 1726883061.48428: done checking for any_errors_fatal 6996 1726883061.48429: checking for max_fail_percentage 6996 1726883061.48431: done checking for max_fail_percentage 6996 1726883061.48432: checking to see if all hosts have failed and the running result is not ok 6996 1726883061.48433: done checking to see if all hosts have failed 6996 1726883061.48434: getting the remaining hosts for this loop 6996 1726883061.48435: done getting the remaining hosts for this loop 6996 1726883061.48543: getting the next task for host managed_node1 6996 1726883061.48554: done getting next task for host managed_node1 6996 1726883061.48557: ^ task is: TASK: meta (end_play) 6996 1726883061.48559: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6996 1726883061.48563: getting variables 6996 1726883061.48565: in VariableManager get_vars() 6996 1726883061.48596: Calling all_inventory to load vars for managed_node1 6996 1726883061.48599: Calling groups_inventory to load vars for managed_node1 6996 1726883061.48602: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883061.48613: Calling all_plugins_play to load vars for managed_node1 6996 1726883061.48618: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883061.48622: Calling groups_plugins_play to load vars for managed_node1 6996 1726883061.48787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883061.48813: done with get_vars() 6996 1726883061.48825: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Friday 20 September 2024 21:44:21 -0400 (0:00:00.041) 0:00:00.780 ****** 6996 1726883061.49013: in VariableManager get_vars() 6996 1726883061.49027: Calling all_inventory to load vars for managed_node1 6996 1726883061.49029: Calling groups_inventory to load vars for managed_node1 6996 1726883061.49032: Calling all_plugins_inventory to load vars for managed_node1 6996 1726883061.49037: Calling all_plugins_play to load vars for managed_node1 6996 1726883061.49039: Calling groups_plugins_inventory to load vars for managed_node1 6996 1726883061.49061: Calling groups_plugins_play to load vars for managed_node1 6996 1726883061.49097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6996 1726883061.49120: done with get_vars() 6996 1726883061.49413: variable 'lsr_rhc_test_data' from source: include_vars 6996 1726883061.49444: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 6996 1726883061.49454: done queuing things up, now waiting for results queue to drain 6996 1726883061.49456: results queue empty 6996 1726883061.49457: checking for any_errors_fatal 6996 1726883061.49460: done checking for any_errors_fatal 6996 1726883061.49460: checking for max_fail_percentage 6996 1726883061.49461: done checking for max_fail_percentage 6996 1726883061.49462: checking to see if all hosts have failed and the running result is not ok 6996 1726883061.49463: done checking to see if all hosts have failed 6996 1726883061.49463: getting the remaining hosts for this loop 6996 1726883061.49464: done getting the remaining hosts for this loop 6996 1726883061.49467: getting the next task for host managed_node1 6996 1726883061.49469: host managed_node1 is done iterating, returning 6996 1726883061.49470: done queuing things up, now waiting for results queue to drain 6996 1726883061.49471: results queue empty 6996 1726883061.49471: checking for any_errors_fatal 6996 1726883061.49472: done checking for any_errors_fatal 6996 1726883061.49473: checking for max_fail_percentage 6996 1726883061.49474: done checking for max_fail_percentage 6996 1726883061.49474: checking to see if all hosts have failed and the running result is not ok 6996 1726883061.49475: done checking to see if all hosts have failed 6996 1726883061.49476: getting the next task for host managed_node1 6996 1726883061.49478: host managed_node1 is done iterating, returning PLAY RECAP ********************************************************************* managed_node1 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 21:44:21 -0400 (0:00:00.005) 0:00:00.785 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.58s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Set local lsr_rhc_test_data --------------------------------------------- 0.04s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Import test data -------------------------------------------------------- 0.04s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.03s /tmp/collections-0cT/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-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Skip if there is no Insights support ------------------------------------ 0.01s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 6996 1726883061.49556: RUNNING CLEANUP