[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. 7224 1726867583.75029: 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-GrL 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 7224 1726867583.75450: Added group all to inventory 7224 1726867583.75452: Added group ungrouped to inventory 7224 1726867583.75455: Group all now contains ungrouped 7224 1726867583.75459: Examining possible inventory source: /tmp/rhc-yfB/inventory.yml 7224 1726867583.84465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7224 1726867583.84506: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7224 1726867583.84523: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7224 1726867583.84559: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7224 1726867583.84620: Loaded config def from plugin (inventory/script) 7224 1726867583.84621: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7224 1726867583.84648: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7224 1726867583.84703: Loaded config def from plugin (inventory/yaml) 7224 1726867583.84705: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7224 1726867583.84763: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7224 1726867583.85121: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7224 1726867583.85124: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7224 1726867583.85127: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7224 1726867583.85133: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7224 1726867583.85137: Loading data from /tmp/rhc-yfB/inventory.yml 7224 1726867583.85203: /tmp/rhc-yfB/inventory.yml was not parsable by auto 7224 1726867583.85264: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7224 1726867583.85300: Loading data from /tmp/rhc-yfB/inventory.yml 7224 1726867583.85389: group all already in inventory 7224 1726867583.85398: set inventory_file for managed_node1 7224 1726867583.85403: set inventory_dir for managed_node1 7224 1726867583.85404: Added host managed_node1 to inventory 7224 1726867583.85406: Added host managed_node1 to group all 7224 1726867583.85407: set ansible_host for managed_node1 7224 1726867583.85408: set ansible_ssh_extra_args for managed_node1 7224 1726867583.85412: set inventory_file for managed_node2 7224 1726867583.85414: set inventory_dir for managed_node2 7224 1726867583.85415: Added host managed_node2 to inventory 7224 1726867583.85417: Added host managed_node2 to group all 7224 1726867583.85417: set ansible_host for managed_node2 7224 1726867583.85418: set ansible_ssh_extra_args for managed_node2 7224 1726867583.85421: set inventory_file for managed_node3 7224 1726867583.85423: set inventory_dir for managed_node3 7224 1726867583.85424: Added host managed_node3 to inventory 7224 1726867583.85425: Added host managed_node3 to group all 7224 1726867583.85426: set ansible_host for managed_node3 7224 1726867583.85426: set ansible_ssh_extra_args for managed_node3 7224 1726867583.85429: Reconcile groups and hosts in inventory. 7224 1726867583.85432: Group ungrouped now contains managed_node1 7224 1726867583.85434: Group ungrouped now contains managed_node2 7224 1726867583.85435: Group ungrouped now contains managed_node3 7224 1726867583.85509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7224 1726867583.85626: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7224 1726867583.85672: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7224 1726867583.85701: Loaded config def from plugin (vars/host_group_vars) 7224 1726867583.85704: 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) 7224 1726867583.85711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7224 1726867583.85725: 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) 7224 1726867583.85766: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7224 1726867583.86075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867583.86166: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7224 1726867583.86210: Loaded config def from plugin (connection/local) 7224 1726867583.86214: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7224 1726867583.86820: Loaded config def from plugin (connection/paramiko_ssh) 7224 1726867583.86823: 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) 7224 1726867583.87664: 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) 7224 1726867583.87705: Loaded config def from plugin (connection/psrp) 7224 1726867583.87708: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7224 1726867583.88392: 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) 7224 1726867583.88432: Loaded config def from plugin (connection/ssh) 7224 1726867583.88435: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7224 1726867583.90262: 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) 7224 1726867583.90304: Loaded config def from plugin (connection/winrm) 7224 1726867583.90307: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7224 1726867583.90336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7224 1726867583.90397: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7224 1726867583.90464: Loaded config def from plugin (shell/cmd) 7224 1726867583.90466: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7224 1726867583.90487: 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) 7224 1726867583.90560: Loaded config def from plugin (shell/powershell) 7224 1726867583.90562: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7224 1726867583.90616: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7224 1726867583.90788: Loaded config def from plugin (shell/sh) 7224 1726867583.90791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7224 1726867583.90825: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7224 1726867583.90944: Loaded config def from plugin (become/runas) 7224 1726867583.90947: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7224 1726867583.91129: Loaded config def from plugin (become/su) 7224 1726867583.91131: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7224 1726867583.91287: Loaded config def from plugin (become/sudo) 7224 1726867583.91290: 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 7224 1726867583.91322: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_remediation.yml 7224 1726867583.91846: in VariableManager get_vars() 7224 1726867583.91865: done with get_vars() 7224 1726867583.91884: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 7224 1726867583.91999: in VariableManager get_vars() 7224 1726867583.92015: done with get_vars() 7224 1726867583.92045: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 7224 1726867583.92331: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7224 1726867583.95878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7224 1726867583.96128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7224 1726867583.96548: in VariableManager get_vars() 7224 1726867583.96564: done with get_vars() 7224 1726867583.96593: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 7224 1726867583.97372: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7224 1726867583.97399: 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 7224 1726867583.97614: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7224 1726867583.97773: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7224 1726867583.97776: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-GrL/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 7224 1726867583.97809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7224 1726867583.97835: 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) 7224 1726867583.97998: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7224 1726867583.98057: Loaded config def from plugin (callback/default) 7224 1726867583.98060: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7224 1726867583.99136: Loaded config def from plugin (callback/junit) 7224 1726867583.99139: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7224 1726867583.99182: 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) 7224 1726867583.99247: Loaded config def from plugin (callback/minimal) 7224 1726867583.99250: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7224 1726867583.99286: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7224 1726867583.99347: Loaded config def from plugin (callback/tree) 7224 1726867583.99349: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 7224 1726867583.99463: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7224 1726867583.99465: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-GrL/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_insights_remediation.yml *************************************** 1 plays in /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_remediation.yml 7224 1726867583.99490: in VariableManager get_vars() 7224 1726867583.99503: done with get_vars() 7224 1726867583.99509: in VariableManager get_vars() 7224 1726867583.99519: done with get_vars() 7224 1726867583.99523: variable 'omit' from source: magic vars 7224 1726867583.99559: in VariableManager get_vars() 7224 1726867583.99572: done with get_vars() 7224 1726867583.99591: variable 'omit' from source: magic vars PLAY [Test for insights remediation enabled & disabled] ************************ 7224 1726867584.01656: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7224 1726867584.01725: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7224 1726867584.01753: getting the remaining hosts for this loop 7224 1726867584.01755: done getting the remaining hosts for this loop 7224 1726867584.01757: getting the next task for host managed_node3 7224 1726867584.01761: done getting next task for host managed_node3 7224 1726867584.01763: ^ task is: TASK: meta (flush_handlers) 7224 1726867584.01764: ^ 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 7224 1726867584.01767: getting variables 7224 1726867584.01768: in VariableManager get_vars() 7224 1726867584.01776: Calling all_inventory to load vars for managed_node3 7224 1726867584.01778: Calling groups_inventory to load vars for managed_node3 7224 1726867584.01780: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.01791: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.01804: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.01807: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.01836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.01883: done with get_vars() 7224 1726867584.01889: done getting variables 7224 1726867584.01991: in VariableManager get_vars() 7224 1726867584.02001: Calling all_inventory to load vars for managed_node3 7224 1726867584.02004: Calling groups_inventory to load vars for managed_node3 7224 1726867584.02006: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.02010: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.02012: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.02014: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.02040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.02052: done with get_vars() 7224 1726867584.02061: done queuing things up, now waiting for results queue to drain 7224 1726867584.02062: results queue empty 7224 1726867584.02063: checking for any_errors_fatal 7224 1726867584.02064: done checking for any_errors_fatal 7224 1726867584.02065: checking for max_fail_percentage 7224 1726867584.02066: done checking for max_fail_percentage 7224 1726867584.02066: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.02067: done checking to see if all hosts have failed 7224 1726867584.02068: getting the remaining hosts for this loop 7224 1726867584.02069: done getting the remaining hosts for this loop 7224 1726867584.02071: getting the next task for host managed_node3 7224 1726867584.02076: done getting next task for host managed_node3 7224 1726867584.02078: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7224 1726867584.02080: ^ 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 7224 1726867584.02082: getting variables 7224 1726867584.02083: in VariableManager get_vars() 7224 1726867584.02089: Calling all_inventory to load vars for managed_node3 7224 1726867584.02091: Calling groups_inventory to load vars for managed_node3 7224 1726867584.02093: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.02098: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.02101: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.02103: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.02126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.02143: done with get_vars() 7224 1726867584.02148: done getting variables 7224 1726867584.02198: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 17:26:24 -0400 (0:00:00.028) 0:00:00.028 ****** 7224 1726867584.02225: entering _queue_task() for managed_node3/set_fact 7224 1726867584.02226: Creating lock for set_fact 7224 1726867584.02551: worker is 1 (out of 1 available) 7224 1726867584.02562: exiting _queue_task() for managed_node3/set_fact 7224 1726867584.02575: done queuing things up, now waiting for results queue to drain 7224 1726867584.02577: waiting for pending results... 7224 1726867584.02820: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 7224 1726867584.02866: in run() - task 02a0e989-a5f9-87b2-e9d1-00000000000c 7224 1726867584.02886: variable 'ansible_search_path' from source: unknown 7224 1726867584.02896: variable 'ansible_search_path' from source: unknown 7224 1726867584.02938: calling self._execute() 7224 1726867584.02999: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.03015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.03032: variable 'omit' from source: magic vars 7224 1726867584.03128: variable 'omit' from source: magic vars 7224 1726867584.03193: variable 'omit' from source: magic vars 7224 1726867584.03696: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7224 1726867584.03897: Loaded config def from plugin (lookup/env) 7224 1726867584.03900: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7224 1726867584.03930: variable 'omit' from source: magic vars 7224 1726867584.03962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7224 1726867584.03989: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7224 1726867584.04015: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7224 1726867584.04036: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7224 1726867584.04050: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7224 1726867584.04078: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7224 1726867584.04109: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.04113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.04188: Set connection var ansible_timeout to 10 7224 1726867584.04207: Set connection var ansible_module_compression to ZIP_DEFLATED 7224 1726867584.04399: Set connection var ansible_shell_executable to /bin/sh 7224 1726867584.04402: Set connection var ansible_shell_type to sh 7224 1726867584.04404: Set connection var ansible_connection to ssh 7224 1726867584.04407: Set connection var ansible_pipelining to False 7224 1726867584.04409: variable 'ansible_shell_executable' from source: unknown 7224 1726867584.04411: variable 'ansible_connection' from source: unknown 7224 1726867584.04414: variable 'ansible_module_compression' from source: unknown 7224 1726867584.04416: variable 'ansible_shell_type' from source: unknown 7224 1726867584.04418: variable 'ansible_shell_executable' from source: unknown 7224 1726867584.04420: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.04422: variable 'ansible_pipelining' from source: unknown 7224 1726867584.04424: variable 'ansible_timeout' from source: unknown 7224 1726867584.04426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.04429: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7224 1726867584.04432: variable 'omit' from source: magic vars 7224 1726867584.04434: starting attempt loop 7224 1726867584.04436: running the handler 7224 1726867584.04438: handler run complete 7224 1726867584.04452: attempt loop complete, returning result 7224 1726867584.04459: _execute() done 7224 1726867584.04465: dumping result to json 7224 1726867584.04472: done dumping result, returning 7224 1726867584.04482: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [02a0e989-a5f9-87b2-e9d1-00000000000c] 7224 1726867584.04489: sending task result for task 02a0e989-a5f9-87b2-e9d1-00000000000c 7224 1726867584.04699: done sending task result for task 02a0e989-a5f9-87b2-e9d1-00000000000c 7224 1726867584.04703: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7224 1726867584.04767: no more pending results, returning what we have 7224 1726867584.04769: results queue empty 7224 1726867584.04771: checking for any_errors_fatal 7224 1726867584.04773: done checking for any_errors_fatal 7224 1726867584.04774: checking for max_fail_percentage 7224 1726867584.04775: done checking for max_fail_percentage 7224 1726867584.04776: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.04777: done checking to see if all hosts have failed 7224 1726867584.04778: getting the remaining hosts for this loop 7224 1726867584.04779: done getting the remaining hosts for this loop 7224 1726867584.04783: getting the next task for host managed_node3 7224 1726867584.04792: done getting next task for host managed_node3 7224 1726867584.04796: ^ task is: TASK: Import test data 7224 1726867584.04799: ^ 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 7224 1726867584.04802: getting variables 7224 1726867584.04803: in VariableManager get_vars() 7224 1726867584.04830: Calling all_inventory to load vars for managed_node3 7224 1726867584.04833: Calling groups_inventory to load vars for managed_node3 7224 1726867584.04836: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.04846: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.04849: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.04852: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.04890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.05044: done with get_vars() 7224 1726867584.05052: done getting variables 7224 1726867584.05144: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 17:26:24 -0400 (0:00:00.029) 0:00:00.057 ****** 7224 1726867584.05173: entering _queue_task() for managed_node3/include_vars 7224 1726867584.05175: Creating lock for include_vars 7224 1726867584.05397: worker is 1 (out of 1 available) 7224 1726867584.05409: exiting _queue_task() for managed_node3/include_vars 7224 1726867584.05420: done queuing things up, now waiting for results queue to drain 7224 1726867584.05421: waiting for pending results... 7224 1726867584.05623: running TaskExecutor() for managed_node3/TASK: Import test data 7224 1726867584.05803: in run() - task 02a0e989-a5f9-87b2-e9d1-00000000000e 7224 1726867584.05806: variable 'ansible_search_path' from source: unknown 7224 1726867584.05810: variable 'ansible_search_path' from source: unknown 7224 1726867584.05812: calling self._execute() 7224 1726867584.05854: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.05866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.05880: variable 'omit' from source: magic vars 7224 1726867584.06326: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7224 1726867584.08379: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7224 1726867584.08453: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7224 1726867584.08498: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7224 1726867584.08538: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7224 1726867584.08568: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7224 1726867584.08649: 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) 7224 1726867584.08683: 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) 7224 1726867584.08719: 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) 7224 1726867584.08764: 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) 7224 1726867584.08784: 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) 7224 1726867584.08898: variable 'lsr_rhc_test_data_file' from source: set_fact 7224 1726867584.08938: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7224 1726867584.08946: when evaluation is False, skipping this task 7224 1726867584.08953: _execute() done 7224 1726867584.08960: dumping result to json 7224 1726867584.08968: done dumping result, returning 7224 1726867584.08978: done running TaskExecutor() for managed_node3/TASK: Import test data [02a0e989-a5f9-87b2-e9d1-00000000000e] 7224 1726867584.08988: sending task result for task 02a0e989-a5f9-87b2-e9d1-00000000000e 7224 1726867584.09203: done sending task result for task 02a0e989-a5f9-87b2-e9d1-00000000000e 7224 1726867584.09207: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7224 1726867584.09258: no more pending results, returning what we have 7224 1726867584.09261: results queue empty 7224 1726867584.09262: checking for any_errors_fatal 7224 1726867584.09265: done checking for any_errors_fatal 7224 1726867584.09266: checking for max_fail_percentage 7224 1726867584.09267: done checking for max_fail_percentage 7224 1726867584.09268: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.09269: done checking to see if all hosts have failed 7224 1726867584.09270: getting the remaining hosts for this loop 7224 1726867584.09271: done getting the remaining hosts for this loop 7224 1726867584.09274: getting the next task for host managed_node3 7224 1726867584.09279: done getting next task for host managed_node3 7224 1726867584.09281: ^ task is: TASK: Get facts for external test data 7224 1726867584.09283: ^ 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 7224 1726867584.09287: getting variables 7224 1726867584.09288: in VariableManager get_vars() 7224 1726867584.09311: Calling all_inventory to load vars for managed_node3 7224 1726867584.09314: Calling groups_inventory to load vars for managed_node3 7224 1726867584.09317: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.09325: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.09327: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.09331: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.09368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.09390: done with get_vars() 7224 1726867584.09466: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 17:26:24 -0400 (0:00:00.043) 0:00:00.101 ****** 7224 1726867584.09549: entering _queue_task() for managed_node3/setup 7224 1726867584.09740: worker is 1 (out of 1 available) 7224 1726867584.09752: exiting _queue_task() for managed_node3/setup 7224 1726867584.09762: done queuing things up, now waiting for results queue to drain 7224 1726867584.09764: waiting for pending results... 7224 1726867584.10209: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 7224 1726867584.10214: in run() - task 02a0e989-a5f9-87b2-e9d1-00000000000f 7224 1726867584.10217: variable 'ansible_search_path' from source: unknown 7224 1726867584.10220: variable 'ansible_search_path' from source: unknown 7224 1726867584.10223: calling self._execute() 7224 1726867584.10225: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.10228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.10231: variable 'omit' from source: magic vars 7224 1726867584.10662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7224 1726867584.12631: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7224 1726867584.12692: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7224 1726867584.12738: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7224 1726867584.12776: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7224 1726867584.12808: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7224 1726867584.12897: 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) 7224 1726867584.12933: 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) 7224 1726867584.12968: 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) 7224 1726867584.13015: 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) 7224 1726867584.13034: 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) 7224 1726867584.13144: variable 'lsr_rhc_test_data_file' from source: set_fact 7224 1726867584.13179: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7224 1726867584.13186: when evaluation is False, skipping this task 7224 1726867584.13193: _execute() done 7224 1726867584.13202: dumping result to json 7224 1726867584.13210: done dumping result, returning 7224 1726867584.13220: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [02a0e989-a5f9-87b2-e9d1-00000000000f] 7224 1726867584.13228: sending task result for task 02a0e989-a5f9-87b2-e9d1-00000000000f 7224 1726867584.13401: done sending task result for task 02a0e989-a5f9-87b2-e9d1-00000000000f 7224 1726867584.13404: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7224 1726867584.13445: no more pending results, returning what we have 7224 1726867584.13448: results queue empty 7224 1726867584.13449: checking for any_errors_fatal 7224 1726867584.13453: done checking for any_errors_fatal 7224 1726867584.13454: checking for max_fail_percentage 7224 1726867584.13455: done checking for max_fail_percentage 7224 1726867584.13456: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.13457: done checking to see if all hosts have failed 7224 1726867584.13458: getting the remaining hosts for this loop 7224 1726867584.13459: done getting the remaining hosts for this loop 7224 1726867584.13463: getting the next task for host managed_node3 7224 1726867584.13470: done getting next task for host managed_node3 7224 1726867584.13472: ^ task is: TASK: Set local lsr_rhc_test_data 7224 1726867584.13475: ^ 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 7224 1726867584.13478: getting variables 7224 1726867584.13480: in VariableManager get_vars() 7224 1726867584.13508: Calling all_inventory to load vars for managed_node3 7224 1726867584.13510: Calling groups_inventory to load vars for managed_node3 7224 1726867584.13514: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.13524: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.13527: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.13530: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.13569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.13698: done with get_vars() 7224 1726867584.13706: done getting variables 7224 1726867584.13756: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 17:26:24 -0400 (0:00:00.042) 0:00:00.143 ****** 7224 1726867584.13784: entering _queue_task() for managed_node3/include_vars 7224 1726867584.13992: worker is 1 (out of 1 available) 7224 1726867584.14184: exiting _queue_task() for managed_node3/include_vars 7224 1726867584.14193: done queuing things up, now waiting for results queue to drain 7224 1726867584.14198: waiting for pending results... 7224 1726867584.14215: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 7224 1726867584.14325: in run() - task 02a0e989-a5f9-87b2-e9d1-000000000011 7224 1726867584.14345: variable 'ansible_search_path' from source: unknown 7224 1726867584.14353: variable 'ansible_search_path' from source: unknown 7224 1726867584.14390: calling self._execute() 7224 1726867584.14499: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.14512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.14532: variable 'omit' from source: magic vars 7224 1726867584.14963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7224 1726867584.16949: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7224 1726867584.17026: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7224 1726867584.17126: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7224 1726867584.17129: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7224 1726867584.17132: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7224 1726867584.17206: 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) 7224 1726867584.17244: 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) 7224 1726867584.17274: 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) 7224 1726867584.17321: 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) 7224 1726867584.17345: 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) 7224 1726867584.17454: variable 'lsr_rhc_test_data_file' from source: set_fact 7224 1726867584.17484: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7224 1726867584.17496: variable 'omit' from source: magic vars 7224 1726867584.17551: variable 'omit' from source: magic vars 7224 1726867584.17600: variable 'omit' from source: magic vars 7224 1726867584.17624: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7224 1726867584.17652: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7224 1726867584.17715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7224 1726867584.17718: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7224 1726867584.17720: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7224 1726867584.17740: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7224 1726867584.17747: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.17754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.17851: Set connection var ansible_timeout to 10 7224 1726867584.17867: Set connection var ansible_module_compression to ZIP_DEFLATED 7224 1726867584.17876: Set connection var ansible_shell_executable to /bin/sh 7224 1726867584.17931: Set connection var ansible_shell_type to sh 7224 1726867584.17934: Set connection var ansible_connection to ssh 7224 1726867584.17936: Set connection var ansible_pipelining to False 7224 1726867584.17938: variable 'ansible_shell_executable' from source: unknown 7224 1726867584.17940: variable 'ansible_connection' from source: unknown 7224 1726867584.17942: variable 'ansible_module_compression' from source: unknown 7224 1726867584.17944: variable 'ansible_shell_type' from source: unknown 7224 1726867584.17946: variable 'ansible_shell_executable' from source: unknown 7224 1726867584.17947: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.17953: variable 'ansible_pipelining' from source: unknown 7224 1726867584.17960: variable 'ansible_timeout' from source: unknown 7224 1726867584.17967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.18069: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7224 1726867584.18083: variable 'omit' from source: magic vars 7224 1726867584.18092: starting attempt loop 7224 1726867584.18148: running the handler 7224 1726867584.18152: evaluation_path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7224 1726867584.18155: search_path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 7224 1726867584.18268: handler run complete 7224 1726867584.18283: attempt loop complete, returning result 7224 1726867584.18292: _execute() done 7224 1726867584.18301: dumping result to json 7224 1726867584.18313: done dumping result, returning 7224 1726867584.18324: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [02a0e989-a5f9-87b2-e9d1-000000000011] 7224 1726867584.18332: sending task result for task 02a0e989-a5f9-87b2-e9d1-000000000011 ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7224 1726867584.18757: no more pending results, returning what we have 7224 1726867584.18759: results queue empty 7224 1726867584.18760: checking for any_errors_fatal 7224 1726867584.18763: done checking for any_errors_fatal 7224 1726867584.18764: checking for max_fail_percentage 7224 1726867584.18765: done checking for max_fail_percentage 7224 1726867584.18766: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.18766: done checking to see if all hosts have failed 7224 1726867584.18767: getting the remaining hosts for this loop 7224 1726867584.18768: done getting the remaining hosts for this loop 7224 1726867584.18771: getting the next task for host managed_node3 7224 1726867584.18778: done getting next task for host managed_node3 7224 1726867584.18780: ^ task is: TASK: Check if system is ostree 7224 1726867584.18783: ^ 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 7224 1726867584.18785: getting variables 7224 1726867584.18786: in VariableManager get_vars() 7224 1726867584.18806: Calling all_inventory to load vars for managed_node3 7224 1726867584.18808: Calling groups_inventory to load vars for managed_node3 7224 1726867584.18811: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.18819: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.18821: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.18824: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.18859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.18881: done with get_vars() 7224 1726867584.18888: done getting variables 7224 1726867584.18916: done sending task result for task 02a0e989-a5f9-87b2-e9d1-000000000011 7224 1726867584.18919: WORKER PROCESS EXITING TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 17:26:24 -0400 (0:00:00.051) 0:00:00.195 ****** 7224 1726867584.18980: entering _queue_task() for managed_node3/stat 7224 1726867584.19167: worker is 1 (out of 1 available) 7224 1726867584.19178: exiting _queue_task() for managed_node3/stat 7224 1726867584.19189: done queuing things up, now waiting for results queue to drain 7224 1726867584.19191: waiting for pending results... 7224 1726867584.19390: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 7224 1726867584.19505: in run() - task 02a0e989-a5f9-87b2-e9d1-000000000013 7224 1726867584.19528: variable 'ansible_search_path' from source: unknown 7224 1726867584.19536: variable 'ansible_search_path' from source: unknown 7224 1726867584.19571: calling self._execute() 7224 1726867584.19638: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.19649: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.19663: variable 'omit' from source: magic vars 7224 1726867584.20090: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7224 1726867584.20341: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7224 1726867584.20391: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7224 1726867584.20428: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7224 1726867584.20464: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7224 1726867584.20547: 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) 7224 1726867584.20577: 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) 7224 1726867584.20614: 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) 7224 1726867584.20644: 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) 7224 1726867584.20756: Evaluated conditional (not __rhc_is_ostree is defined): True 7224 1726867584.20766: variable 'omit' from source: magic vars 7224 1726867584.20828: variable 'omit' from source: magic vars 7224 1726867584.20866: variable 'omit' from source: magic vars 7224 1726867584.20896: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7224 1726867584.20999: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7224 1726867584.21003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7224 1726867584.21005: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7224 1726867584.21008: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7224 1726867584.21010: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7224 1726867584.21015: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.21024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.21121: Set connection var ansible_timeout to 10 7224 1726867584.21138: Set connection var ansible_module_compression to ZIP_DEFLATED 7224 1726867584.21152: Set connection var ansible_shell_executable to /bin/sh 7224 1726867584.21159: Set connection var ansible_shell_type to sh 7224 1726867584.21167: Set connection var ansible_connection to ssh 7224 1726867584.21177: Set connection var ansible_pipelining to False 7224 1726867584.21206: variable 'ansible_shell_executable' from source: unknown 7224 1726867584.21254: variable 'ansible_connection' from source: unknown 7224 1726867584.21257: variable 'ansible_module_compression' from source: unknown 7224 1726867584.21260: variable 'ansible_shell_type' from source: unknown 7224 1726867584.21262: variable 'ansible_shell_executable' from source: unknown 7224 1726867584.21264: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.21266: variable 'ansible_pipelining' from source: unknown 7224 1726867584.21268: variable 'ansible_timeout' from source: unknown 7224 1726867584.21270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.21392: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7224 1726867584.21410: variable 'omit' from source: magic vars 7224 1726867584.21546: starting attempt loop 7224 1726867584.21550: running the handler 7224 1726867584.21552: _low_level_execute_command(): starting 7224 1726867584.21555: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7224 1726867584.22129: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7224 1726867584.22132: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7224 1726867584.22205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7224 1726867584.22220: 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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.22272: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7224 1726867584.22289: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7224 1726867584.22316: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7224 1726867584.22390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7224 1726867584.24197: stdout chunk (state=3): >>>/root <<< 7224 1726867584.24340: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7224 1726867584.24365: stderr chunk (state=3): >>><<< 7224 1726867584.24368: stdout chunk (state=3): >>><<< 7224 1726867584.24468: _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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' 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 7224 1726867584.24477: _low_level_execute_command(): starting 7224 1726867584.24480: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226 `" && echo ansible-tmp-1726867584.2438467-7250-132035544970226="` echo /root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226 `" ) && sleep 0' 7224 1726867584.24990: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7224 1726867584.25017: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7224 1726867584.25039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7224 1726867584.25059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7224 1726867584.25077: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 <<< 7224 1726867584.25089: stderr chunk (state=3): >>>debug2: match not found <<< 7224 1726867584.25110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.25145: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.25218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7224 1726867584.25234: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7224 1726867584.25259: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7224 1726867584.25330: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7224 1726867584.27254: stdout chunk (state=3): >>>ansible-tmp-1726867584.2438467-7250-132035544970226=/root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226 <<< 7224 1726867584.27390: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7224 1726867584.27424: stdout chunk (state=3): >>><<< 7224 1726867584.27427: stderr chunk (state=3): >>><<< 7224 1726867584.27599: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867584.2438467-7250-132035544970226=/root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226 , 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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' 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 7224 1726867584.27605: variable 'ansible_module_compression' from source: unknown 7224 1726867584.27608: ANSIBALLZ: Using lock for stat 7224 1726867584.27610: ANSIBALLZ: Acquiring lock 7224 1726867584.27612: ANSIBALLZ: Lock acquired: 140566539444512 7224 1726867584.27614: ANSIBALLZ: Creating module 7224 1726867584.40932: ANSIBALLZ: Writing module into payload 7224 1726867584.41051: ANSIBALLZ: Writing module 7224 1726867584.41072: ANSIBALLZ: Renaming module 7224 1726867584.41083: ANSIBALLZ: Done creating module 7224 1726867584.41109: variable 'ansible_facts' from source: unknown 7224 1726867584.41135: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7224 1726867584.41151: _low_level_execute_command(): starting 7224 1726867584.41161: _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' 7224 1726867584.41921: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7224 1726867584.42018: 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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.42049: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7224 1726867584.42066: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7224 1726867584.42090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7224 1726867584.42186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7224 1726867584.43943: stdout chunk (state=3): >>>PLATFORM <<< 7224 1726867584.44022: stdout chunk (state=3): >>>Linux <<< 7224 1726867584.44047: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 <<< 7224 1726867584.44076: stdout chunk (state=3): >>>/usr/bin/python3 ENDFOUND <<< 7224 1726867584.44272: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7224 1726867584.44275: stdout chunk (state=3): >>><<< 7224 1726867584.44277: stderr chunk (state=3): >>><<< 7224 1726867584.44405: _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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' 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 7224 1726867584.44417 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 7224 1726867584.44420: _low_level_execute_command(): starting 7224 1726867584.44423: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 7224 1726867584.44542: Sending initial data 7224 1726867584.44548: Sent initial data (1181 bytes) 7224 1726867584.45074: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7224 1726867584.45099: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7224 1726867584.45196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7224 1726867584.45216: 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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.45246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7224 1726867584.45263: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7224 1726867584.45284: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7224 1726867584.45398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7224 1726867584.48939: 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"} <<< 7224 1726867584.49610: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7224 1726867584.49614: stdout chunk (state=3): >>><<< 7224 1726867584.49616: stderr chunk (state=3): >>><<< 7224 1726867584.49619: _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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' 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 7224 1726867584.49621: variable 'ansible_facts' from source: unknown 7224 1726867584.49623: variable 'ansible_facts' from source: unknown 7224 1726867584.49625: variable 'ansible_module_compression' from source: unknown 7224 1726867584.49673: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7224f5gtb6d9/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7224 1726867584.49713: variable 'ansible_facts' from source: unknown 7224 1726867584.49809: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/AnsiballZ_stat.py 7224 1726867584.50075: Sending initial data 7224 1726867584.50079: Sent initial data (151 bytes) 7224 1726867584.50715: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7224 1726867584.50739: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7224 1726867584.50755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7224 1726867584.50814: 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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.50875: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7224 1726867584.50893: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7224 1726867584.50945: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7224 1726867584.51008: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7224 1726867584.52719: 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 <<< 7224 1726867584.52824: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7224 1726867584.52871: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7224f5gtb6d9/tmptwkas4rt /root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/AnsiballZ_stat.py <<< 7224 1726867584.52905: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/AnsiballZ_stat.py" <<< 7224 1726867584.52955: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 7224 1726867584.52958: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7224f5gtb6d9/tmptwkas4rt" to remote "/root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/AnsiballZ_stat.py" <<< 7224 1726867584.53763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7224 1726867584.53872: stdout chunk (state=3): >>><<< 7224 1726867584.53875: stderr chunk (state=3): >>><<< 7224 1726867584.53877: done transferring module to remote 7224 1726867584.53879: _low_level_execute_command(): starting 7224 1726867584.53882: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/ /root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/AnsiballZ_stat.py && sleep 0' 7224 1726867584.54537: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7224 1726867584.54551: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7224 1726867584.54564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7224 1726867584.54645: 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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.54692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7224 1726867584.54715: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7224 1726867584.54751: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7224 1726867584.54818: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7224 1726867584.56681: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7224 1726867584.56691: stdout chunk (state=3): >>><<< 7224 1726867584.56708: stderr chunk (state=3): >>><<< 7224 1726867584.56729: _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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' 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 7224 1726867584.56752: _low_level_execute_command(): starting 7224 1726867584.56762: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/AnsiballZ_stat.py && sleep 0' 7224 1726867584.57450: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7224 1726867584.57471: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7224 1726867584.57487: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7224 1726867584.57511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7224 1726867584.57577: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.57640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7224 1726867584.57677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7224 1726867584.57705: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7224 1726867584.57793: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7224 1726867584.60003: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7224 1726867584.60023: stdout chunk (state=3): >>>import _imp # builtin <<< 7224 1726867584.60136: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7224 1726867584.60213: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7224 1726867584.60249: stdout chunk (state=3): >>>import 'posix' # <<< 7224 1726867584.60315: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7224 1726867584.60326: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7224 1726867584.60369: stdout chunk (state=3): >>># /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' <<< 7224 1726867584.60416: stdout chunk (state=3): >>>import '_codecs' # <<< 7224 1726867584.60436: stdout chunk (state=3): >>>import 'codecs' # <<< 7224 1726867584.60468: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7224 1726867584.60508: 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 0x7f9c779104d0> <<< 7224 1726867584.60515: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c778dfb30> <<< 7224 1726867584.60580: 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 0x7f9c77912a50> import '_signal' # <<< 7224 1726867584.60587: stdout chunk (state=3): >>>import '_abc' # <<< 7224 1726867584.60631: stdout chunk (state=3): >>>import 'abc' # <<< 7224 1726867584.60634: stdout chunk (state=3): >>>import 'io' # <<< 7224 1726867584.60661: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7224 1726867584.60723: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7224 1726867584.60771: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7224 1726867584.60796: stdout chunk (state=3): >>>import 'os' # <<< 7224 1726867584.60822: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7224 1726867584.60878: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7224 1726867584.60922: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7224 1726867584.60933: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776c1130> <<< 7224 1726867584.61015: 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 # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7224 1726867584.61040: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776c1fa0> <<< 7224 1726867584.61062: stdout chunk (state=3): >>>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. <<< 7224 1726867584.61314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7224 1726867584.61317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7224 1726867584.61357: stdout chunk (state=3): >>># /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' <<< 7224 1726867584.61368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7224 1726867584.61408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7224 1726867584.61420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7224 1726867584.61491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776ffe90> <<< 7224 1726867584.61511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7224 1726867584.61525: 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 0x7f9c776fff50> <<< 7224 1726867584.61559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7224 1726867584.61597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7224 1726867584.61619: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7224 1726867584.61659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7224 1726867584.61708: stdout chunk (state=3): >>>import 'itertools' # <<< 7224 1726867584.61711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7224 1726867584.61713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77737890> <<< 7224 1726867584.61987: stdout chunk (state=3): >>># /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 0x7f9c77737f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77717b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77715280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776fd040> <<< 7224 1726867584.62022: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7224 1726867584.62050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7224 1726867584.62065: stdout chunk (state=3): >>>import '_sre' # <<< 7224 1726867584.62096: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7224 1726867584.62124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7224 1726867584.62157: 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' <<< 7224 1726867584.62238: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77757800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77756420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7224 1726867584.62241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77716150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77754c80> <<< 7224 1726867584.62322: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7224 1726867584.62331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776fc2c0> <<< 7224 1726867584.62389: 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' <<< 7224 1726867584.62440: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7224 1726867584.62446: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c7778cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778cbf0> # 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 0x7f9c7778cfe0> <<< 7224 1726867584.62464: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776fade0> <<< 7224 1726867584.62503: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7224 1726867584.62506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7224 1726867584.62533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7224 1726867584.62591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7224 1726867584.62596: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778d6d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778d3a0> import 'importlib.machinery' # <<< 7224 1726867584.62652: 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 0x7f9c7778e5d0> <<< 7224 1726867584.62672: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7224 1726867584.62712: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7224 1726867584.62755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7224 1726867584.62784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7224 1726867584.62789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 7224 1726867584.62814: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c777a47a0> import 'errno' # <<< 7224 1726867584.62850: 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 0x7f9c777a5eb0> <<< 7224 1726867584.62896: stdout chunk (state=3): >>># /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' <<< 7224 1726867584.62918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7224 1726867584.62949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c777a6d50> <<< 7224 1726867584.62982: 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 0x7f9c777a7380> <<< 7224 1726867584.63004: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c777a62a0> <<< 7224 1726867584.63030: 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' <<< 7224 1726867584.63160: stdout chunk (state=3): >>># 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 0x7f9c777a7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c777a7530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778e570> <<< 7224 1726867584.63202: stdout chunk (state=3): >>># /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' <<< 7224 1726867584.63223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7224 1726867584.63250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7224 1726867584.63296: 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 0x7f9c77537ce0> <<< 7224 1726867584.63325: 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' <<< 7224 1726867584.63375: 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 0x7f9c77560740> <<< 7224 1726867584.63477: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775604a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7224 1726867584.63482: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c77560770> # /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' <<< 7224 1726867584.63557: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7224 1726867584.63879: 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 0x7f9c775610a0> <<< 7224 1726867584.63923: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7224 1726867584.63942: stdout chunk (state=3): >>># 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 0x7f9c77561a60> <<< 7224 1726867584.63964: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77560950> <<< 7224 1726867584.64004: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77535e80> <<< 7224 1726867584.64036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7224 1726867584.64065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7224 1726867584.64103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7224 1726867584.64116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7224 1726867584.64138: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77562e10> <<< 7224 1726867584.64173: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775618e0> <<< 7224 1726867584.64209: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778ecc0> <<< 7224 1726867584.64241: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7224 1726867584.64333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7224 1726867584.64361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7224 1726867584.64418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7224 1726867584.64456: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7758b170> <<< 7224 1726867584.64579: stdout chunk (state=3): >>># /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 <<< 7224 1726867584.64604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7224 1726867584.64664: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775af4d0> <<< 7224 1726867584.64696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7224 1726867584.64775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7224 1726867584.64868: stdout chunk (state=3): >>>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 0x7f9c776102f0> <<< 7224 1726867584.64903: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7224 1726867584.64930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7224 1726867584.64943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7224 1726867584.64985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7224 1726867584.65068: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77612a20> <<< 7224 1726867584.65150: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776103e0> <<< 7224 1726867584.65177: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775d52e0> <<< 7224 1726867584.65219: 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 0x7f9c76f253d0> <<< 7224 1726867584.65246: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775ae300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77563d40> <<< 7224 1726867584.65352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7224 1726867584.65369: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c775ae660> <<< 7224 1726867584.65496: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_tuhehgjd/ansible_stat_payload.zip' # zipimport: zlib available <<< 7224 1726867584.65826: stdout chunk (state=3): >>># 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' <<< 7224 1726867584.65853: 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 0x7f9c76f7b0e0> import '_typing' # <<< 7224 1726867584.66124: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76f59fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76f59160> <<< 7224 1726867584.66162: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 7224 1726867584.66169: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.66190: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.66207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.66231: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 7224 1726867584.68603: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.69675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7224 1726867584.69678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76f79760> <<< 7224 1726867584.69711: 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' <<< 7224 1726867584.69746: 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' <<< 7224 1726867584.69780: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7224 1726867584.69818: stdout chunk (state=3): >>># 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 0x7f9c76fa2ab0> <<< 7224 1726867584.69855: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76fa2870> <<< 7224 1726867584.69898: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76fa2180> <<< 7224 1726867584.69925: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7224 1726867584.69947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7224 1726867584.69968: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76fa2660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c779129c0> <<< 7224 1726867584.70004: stdout chunk (state=3): >>>import 'atexit' # <<< 7224 1726867584.70015: 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 0x7f9c76fa3830> <<< 7224 1726867584.70069: 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 0x7f9c76fa39e0> <<< 7224 1726867584.70072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7224 1726867584.70127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 7224 1726867584.70184: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76fa3f20> <<< 7224 1726867584.70204: stdout chunk (state=3): >>>import 'pwd' # <<< 7224 1726867584.70238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7224 1726867584.70241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7224 1726867584.70275: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e0dbb0> <<< 7224 1726867584.70307: 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 0x7f9c76e0f860> <<< 7224 1726867584.70338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7224 1726867584.70356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7224 1726867584.70383: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e10260> <<< 7224 1726867584.70409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7224 1726867584.70445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7224 1726867584.70470: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e11130> <<< 7224 1726867584.70486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7224 1726867584.70522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7224 1726867584.70543: stdout chunk (state=3): >>># /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' <<< 7224 1726867584.70605: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e13e90> <<< 7224 1726867584.70631: 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 0x7f9c76f5b0b0> <<< 7224 1726867584.70663: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e12150> <<< 7224 1726867584.70687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7224 1726867584.70720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7224 1726867584.70760: 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' <<< 7224 1726867584.70765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7224 1726867584.70798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7224 1726867584.70831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7224 1726867584.70843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e1bd10> import '_tokenize' # <<< 7224 1726867584.70916: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e1a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e1a540> <<< 7224 1726867584.70942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7224 1726867584.70963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7224 1726867584.71026: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e1aa50> <<< 7224 1726867584.71047: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e12660> <<< 7224 1726867584.71077: 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 0x7f9c76e63ec0> <<< 7224 1726867584.71104: 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 0x7f9c76e63fb0> <<< 7224 1726867584.71132: 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 <<< 7224 1726867584.71161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7224 1726867584.71179: 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' <<< 7224 1726867584.71217: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 7224 1726867584.71230: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c76e65ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e65880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7224 1726867584.71364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7224 1726867584.71417: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c76e67fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e66180> <<< 7224 1726867584.71447: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7224 1726867584.71493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7224 1726867584.71528: 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' <<< 7224 1726867584.71545: stdout chunk (state=3): >>>import '_string' # <<< 7224 1726867584.71578: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e6b710> <<< 7224 1726867584.71707: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e680e0> <<< 7224 1726867584.71764: 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 0x7f9c76e6c4d0> <<< 7224 1726867584.71799: 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 0x7f9c76e6c500> <<< 7224 1726867584.71855: 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 0x7f9c76e6ca10> <<< 7224 1726867584.71872: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e641a0> <<< 7224 1726867584.71904: 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' <<< 7224 1726867584.71932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7224 1726867584.71960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7224 1726867584.71977: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7224 1726867584.71996: 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 0x7f9c76ef81d0> <<< 7224 1726867584.72161: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7224 1726867584.72164: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c76ef94c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e6e960> <<< 7224 1726867584.72204: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c76e6fd10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e6e570> <<< 7224 1726867584.72237: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7224 1726867584.72262: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.72347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.72449: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.72503: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 7224 1726867584.72506: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7224 1726867584.72515: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.72620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.72737: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.73295: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.73841: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 7224 1726867584.73875: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7224 1726867584.73889: 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' <<< 7224 1726867584.73946: 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 0x7f9c76efd670> <<< 7224 1726867584.74030: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7224 1726867584.74058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76efe450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e6d820> <<< 7224 1726867584.74121: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7224 1726867584.74145: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.74175: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 7224 1726867584.74179: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.74320: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.74506: 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 0x7f9c76efe4e0> <<< 7224 1726867584.74529: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.74959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.75410: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.75473: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.75547: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 7224 1726867584.75596: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.75640: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7224 1726867584.75655: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.75707: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.75810: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 7224 1726867584.75835: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 7224 1726867584.75856: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.75878: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.75925: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7224 1726867584.75928: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76154: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7224 1726867584.76454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7224 1726867584.76467: stdout chunk (state=3): >>>import '_ast' # <<< 7224 1726867584.76538: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76eff5f0> <<< 7224 1726867584.76548: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76626: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76718: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7224 1726867584.76721: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7224 1726867584.76753: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76776: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76826: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7224 1726867584.76829: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76914: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.76979: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.77043: 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 <<< 7224 1726867584.77101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7224 1726867584.77184: 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 0x7f9c76d0a120> <<< 7224 1726867584.77218: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76d07e60> <<< 7224 1726867584.77245: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7224 1726867584.77265: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.77326: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.77401: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.77427: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.77466: 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 <<< 7224 1726867584.77481: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.77523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7224 1726867584.77541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7224 1726867584.77611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7224 1726867584.77616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7224 1726867584.77640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7224 1726867584.77687: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76ffe960> <<< 7224 1726867584.77727: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76fea630> <<< 7224 1726867584.77821: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76d0a0f0> <<< 7224 1726867584.77832: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76f59f40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7224 1726867584.77868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.77895: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7224 1726867584.77947: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7224 1726867584.77983: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.78005: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 7224 1726867584.78126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.78325: stdout chunk (state=3): >>># zipimport: zlib available <<< 7224 1726867584.78449: 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"}}} <<< 7224 1726867584.78461: stdout chunk (state=3): >>># destroy __main__ <<< 7224 1726867584.78810: 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 <<< 7224 1726867584.78842: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.78911: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.78942: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.78997: stdout chunk (state=3): >>># cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # 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 <<< 7224 1726867584.79022: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.79402: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.79427: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 7224 1726867584.79435: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 7224 1726867584.79449: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 7224 1726867584.79463: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7224 1726867584.79495: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 7224 1726867584.79497: stdout chunk (state=3): >>># destroy datetime <<< 7224 1726867584.79532: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json <<< 7224 1726867584.79535: stdout chunk (state=3): >>># destroy logging # destroy shlex # destroy subprocess <<< 7224 1726867584.79584: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 7224 1726867584.79631: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.79660: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.79682: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.79693: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.79752: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.79907: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 7224 1726867584.79933: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 7224 1726867584.79970: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7224 1726867584.80001: stdout chunk (state=3): >>># destroy _typing <<< 7224 1726867584.80051: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse <<< 7224 1726867584.80059: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.80192: stdout chunk (state=3): >>># 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 <<< 7224 1726867584.80200: stdout chunk (state=3): >>># destroy _weakref # destroy _hashlib <<< 7224 1726867584.80217: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 7224 1726867584.80252: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre <<< 7224 1726867584.80257: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7224 1726867584.80718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.225 closed. <<< 7224 1726867584.80749: stderr chunk (state=3): >>><<< 7224 1726867584.80752: stdout chunk (state=3): >>><<< 7224 1726867584.80816: _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 0x7f9c779104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c778dfb30> # /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 0x7f9c77912a50> 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 0x7f9c776c1130> # /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 0x7f9c776c1fa0> 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 0x7f9c776ffe90> # /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 0x7f9c776fff50> # /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 0x7f9c77737890> # /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 0x7f9c77737f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77717b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77715280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776fd040> # /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 0x7f9c77757800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77756420> # /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 0x7f9c77716150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77754c80> # /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 0x7f9c7778c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776fc2c0> # /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 0x7f9c7778cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778cbf0> # 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 0x7f9c7778cfe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776fade0> # /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 0x7f9c7778d6d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778d3a0> 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 0x7f9c7778e5d0> 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 0x7f9c777a47a0> 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 0x7f9c777a5eb0> # /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 0x7f9c777a6d50> # 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 0x7f9c777a7380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c777a62a0> # /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 0x7f9c777a7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c777a7530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778e570> # /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 0x7f9c77537ce0> # /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 0x7f9c77560740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775604a0> # 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 0x7f9c77560770> # /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 0x7f9c775610a0> # 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 0x7f9c77561a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77560950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77535e80> # /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 0x7f9c77562e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775618e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c7778ecc0> # /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 0x7f9c7758b170> # /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 0x7f9c775af4d0> # /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 0x7f9c776102f0> # /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 0x7f9c77612a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c776103e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775d52e0> # /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 0x7f9c76f253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c775ae300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c77563d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c775ae660> # zipimport: found 30 names in '/tmp/ansible_stat_payload_tuhehgjd/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 0x7f9c76f7b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76f59fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76f59160> # 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 0x7f9c76f79760> # /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 0x7f9c76fa2ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76fa2870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76fa2180> # /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 0x7f9c76fa2660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c779129c0> 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 0x7f9c76fa3830> # 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 0x7f9c76fa39e0> # /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 0x7f9c76fa3f20> 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 0x7f9c76e0dbb0> # 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 0x7f9c76e0f860> # /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 0x7f9c76e10260> # /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 0x7f9c76e11130> # /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 0x7f9c76e13e90> # 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 0x7f9c76f5b0b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e12150> # /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 0x7f9c76e1bd10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e1a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e1a540> # /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 0x7f9c76e1aa50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e12660> # 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 0x7f9c76e63ec0> # /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 0x7f9c76e63fb0> # /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 0x7f9c76e65ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e65880> # /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 0x7f9c76e67fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e66180> # /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 0x7f9c76e6b710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e680e0> # 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 0x7f9c76e6c4d0> # 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 0x7f9c76e6c500> # 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 0x7f9c76e6ca10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e641a0> # /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 0x7f9c76ef81d0> # 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 0x7f9c76ef94c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e6e960> # 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 0x7f9c76e6fd10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e6e570> # 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 0x7f9c76efd670> # /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 0x7f9c76efe450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76e6d820> 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 0x7f9c76efe4e0> # 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 0x7f9c76eff5f0> # 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 0x7f9c76d0a120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76d07e60> 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 0x7f9c76ffe960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76fea630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76d0a0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c76f59f40> # 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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' 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.46.225 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 7224 1726867584.81329: 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-1726867584.2438467-7250-132035544970226/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7224 1726867584.81332: _low_level_execute_command(): starting 7224 1726867584.81335: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867584.2438467-7250-132035544970226/ > /dev/null 2>&1 && sleep 0' 7224 1726867584.81495: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7224 1726867584.81499: 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.46.225 originally 10.31.46.225 debug2: match not found <<< 7224 1726867584.81501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.81503: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7224 1726867584.81505: 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.46.225 originally 10.31.46.225 debug2: match found <<< 7224 1726867584.81507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7224 1726867584.81566: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7224 1726867584.81570: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7224 1726867584.81602: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7224 1726867584.81635: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7224 1726867584.83921: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7224 1726867584.83932: stderr chunk (state=3): >>><<< 7224 1726867584.83936: stdout chunk (state=3): >>><<< 7224 1726867584.83948: _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.46.225 originally 10.31.46.225 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.46.225 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.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' 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 7224 1726867584.83954: handler run complete 7224 1726867584.83964: variable 'ansible_facts' from source: unknown 7224 1726867584.83988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.84010: variable 'ansible_facts' from source: unknown 7224 1726867584.84037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.84046: attempt loop complete, returning result 7224 1726867584.84049: _execute() done 7224 1726867584.84051: dumping result to json 7224 1726867584.84056: done dumping result, returning 7224 1726867584.84063: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [02a0e989-a5f9-87b2-e9d1-000000000013] 7224 1726867584.84065: sending task result for task 02a0e989-a5f9-87b2-e9d1-000000000013 7224 1726867584.84147: done sending task result for task 02a0e989-a5f9-87b2-e9d1-000000000013 7224 1726867584.84150: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 7224 1726867584.84234: no more pending results, returning what we have 7224 1726867584.84236: results queue empty 7224 1726867584.84237: checking for any_errors_fatal 7224 1726867584.84242: done checking for any_errors_fatal 7224 1726867584.84243: checking for max_fail_percentage 7224 1726867584.84244: done checking for max_fail_percentage 7224 1726867584.84245: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.84246: done checking to see if all hosts have failed 7224 1726867584.84247: getting the remaining hosts for this loop 7224 1726867584.84249: done getting the remaining hosts for this loop 7224 1726867584.84252: getting the next task for host managed_node3 7224 1726867584.84257: done getting next task for host managed_node3 7224 1726867584.84262: ^ task is: TASK: Set flag to indicate system is ostree 7224 1726867584.84264: ^ 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 7224 1726867584.84268: getting variables 7224 1726867584.84269: in VariableManager get_vars() 7224 1726867584.84297: Calling all_inventory to load vars for managed_node3 7224 1726867584.84300: Calling groups_inventory to load vars for managed_node3 7224 1726867584.84303: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.84312: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.84314: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.84317: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.84351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.84376: done with get_vars() 7224 1726867584.84385: done getting variables 7224 1726867584.84440: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 17:26:24 -0400 (0:00:00.654) 0:00:00.850 ****** 7224 1726867584.84464: entering _queue_task() for managed_node3/set_fact 7224 1726867584.84649: worker is 1 (out of 1 available) 7224 1726867584.84661: exiting _queue_task() for managed_node3/set_fact 7224 1726867584.84673: done queuing things up, now waiting for results queue to drain 7224 1726867584.84675: waiting for pending results... 7224 1726867584.84815: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 7224 1726867584.84892: in run() - task 02a0e989-a5f9-87b2-e9d1-000000000014 7224 1726867584.84909: variable 'ansible_search_path' from source: unknown 7224 1726867584.84913: variable 'ansible_search_path' from source: unknown 7224 1726867584.84941: calling self._execute() 7224 1726867584.84987: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.84991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.85002: variable 'omit' from source: magic vars 7224 1726867584.85325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7224 1726867584.85525: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7224 1726867584.85558: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7224 1726867584.85580: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7224 1726867584.85612: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7224 1726867584.85671: 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) 7224 1726867584.85688: 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) 7224 1726867584.85714: 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) 7224 1726867584.85732: 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) 7224 1726867584.85821: Evaluated conditional (not __rhc_is_ostree is defined): True 7224 1726867584.85826: variable 'omit' from source: magic vars 7224 1726867584.85860: variable 'omit' from source: magic vars 7224 1726867584.85944: variable '__ostree_booted_stat' from source: set_fact 7224 1726867584.85984: variable 'omit' from source: magic vars 7224 1726867584.86006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7224 1726867584.86026: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7224 1726867584.86041: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7224 1726867584.86056: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7224 1726867584.86064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7224 1726867584.86085: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7224 1726867584.86088: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.86091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.86160: Set connection var ansible_timeout to 10 7224 1726867584.86168: Set connection var ansible_module_compression to ZIP_DEFLATED 7224 1726867584.86173: Set connection var ansible_shell_executable to /bin/sh 7224 1726867584.86176: Set connection var ansible_shell_type to sh 7224 1726867584.86179: Set connection var ansible_connection to ssh 7224 1726867584.86183: Set connection var ansible_pipelining to False 7224 1726867584.86203: variable 'ansible_shell_executable' from source: unknown 7224 1726867584.86207: variable 'ansible_connection' from source: unknown 7224 1726867584.86209: variable 'ansible_module_compression' from source: unknown 7224 1726867584.86211: variable 'ansible_shell_type' from source: unknown 7224 1726867584.86214: variable 'ansible_shell_executable' from source: unknown 7224 1726867584.86216: variable 'ansible_host' from source: host vars for 'managed_node3' 7224 1726867584.86223: variable 'ansible_pipelining' from source: unknown 7224 1726867584.86225: variable 'ansible_timeout' from source: unknown 7224 1726867584.86227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7224 1726867584.86309: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7224 1726867584.86317: variable 'omit' from source: magic vars 7224 1726867584.86322: starting attempt loop 7224 1726867584.86326: running the handler 7224 1726867584.86335: handler run complete 7224 1726867584.86342: attempt loop complete, returning result 7224 1726867584.86345: _execute() done 7224 1726867584.86347: dumping result to json 7224 1726867584.86350: done dumping result, returning 7224 1726867584.86357: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [02a0e989-a5f9-87b2-e9d1-000000000014] 7224 1726867584.86359: sending task result for task 02a0e989-a5f9-87b2-e9d1-000000000014 7224 1726867584.86431: done sending task result for task 02a0e989-a5f9-87b2-e9d1-000000000014 7224 1726867584.86434: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7224 1726867584.86484: no more pending results, returning what we have 7224 1726867584.86487: results queue empty 7224 1726867584.86487: checking for any_errors_fatal 7224 1726867584.86492: done checking for any_errors_fatal 7224 1726867584.86492: checking for max_fail_percentage 7224 1726867584.86495: done checking for max_fail_percentage 7224 1726867584.86496: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.86497: done checking to see if all hosts have failed 7224 1726867584.86498: getting the remaining hosts for this loop 7224 1726867584.86499: done getting the remaining hosts for this loop 7224 1726867584.86502: getting the next task for host managed_node3 7224 1726867584.86508: done getting next task for host managed_node3 7224 1726867584.86509: ^ task is: TASK: meta (end_play) 7224 1726867584.86511: ^ 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 7224 1726867584.86514: getting variables 7224 1726867584.86515: in VariableManager get_vars() 7224 1726867584.86537: Calling all_inventory to load vars for managed_node3 7224 1726867584.86539: Calling groups_inventory to load vars for managed_node3 7224 1726867584.86542: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.86562: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.86565: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.86567: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.86601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.86617: done with get_vars() 7224 1726867584.86623: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Friday 20 September 2024 17:26:24 -0400 (0:00:00.022) 0:00:00.873 ****** 7224 1726867584.86721: in VariableManager get_vars() 7224 1726867584.86729: Calling all_inventory to load vars for managed_node3 7224 1726867584.86731: Calling groups_inventory to load vars for managed_node3 7224 1726867584.86734: Calling all_plugins_inventory to load vars for managed_node3 7224 1726867584.86738: Calling all_plugins_play to load vars for managed_node3 7224 1726867584.86740: Calling groups_plugins_inventory to load vars for managed_node3 7224 1726867584.86743: Calling groups_plugins_play to load vars for managed_node3 7224 1726867584.86781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7224 1726867584.86800: done with get_vars() 7224 1726867584.87074: variable 'lsr_rhc_test_data' from source: include_vars 7224 1726867584.87114: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7224 1726867584.87124: done queuing things up, now waiting for results queue to drain 7224 1726867584.87126: results queue empty 7224 1726867584.87127: checking for any_errors_fatal 7224 1726867584.87128: done checking for any_errors_fatal 7224 1726867584.87129: checking for max_fail_percentage 7224 1726867584.87130: done checking for max_fail_percentage 7224 1726867584.87131: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.87131: done checking to see if all hosts have failed 7224 1726867584.87132: getting the remaining hosts for this loop 7224 1726867584.87133: done getting the remaining hosts for this loop 7224 1726867584.87135: getting the next task for host managed_node3 7224 1726867584.87137: host managed_node3 is done iterating, returning 7224 1726867584.87138: done queuing things up, now waiting for results queue to drain 7224 1726867584.87138: results queue empty 7224 1726867584.87139: checking for any_errors_fatal 7224 1726867584.87140: done checking for any_errors_fatal 7224 1726867584.87140: checking for max_fail_percentage 7224 1726867584.87141: done checking for max_fail_percentage 7224 1726867584.87142: checking to see if all hosts have failed and the running result is not ok 7224 1726867584.87142: done checking to see if all hosts have failed 7224 1726867584.87144: getting the next task for host managed_node3 7224 1726867584.87145: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 17:26:24 -0400 (0:00:00.004) 0:00:00.878 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.65s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.05s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Import test data -------------------------------------------------------- 0.04s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.04s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.03s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Skip if there is no Insights support ------------------------------------ 0.00s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 7224 1726867584.87226: RUNNING CLEANUP