[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. 7025 1726867579.57362: 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 7025 1726867579.57628: Added group all to inventory 7025 1726867579.57629: Added group ungrouped to inventory 7025 1726867579.57632: Group all now contains ungrouped 7025 1726867579.57634: Examining possible inventory source: /tmp/rhc-yfB/inventory.yml 7025 1726867579.65953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7025 1726867579.65989: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7025 1726867579.66008: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7025 1726867579.66045: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7025 1726867579.66089: Loaded config def from plugin (inventory/script) 7025 1726867579.66090: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7025 1726867579.66121: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7025 1726867579.66174: Loaded config def from plugin (inventory/yaml) 7025 1726867579.66176: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7025 1726867579.66235: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7025 1726867579.66491: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7025 1726867579.66496: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7025 1726867579.66499: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7025 1726867579.66504: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7025 1726867579.66507: Loading data from /tmp/rhc-yfB/inventory.yml 7025 1726867579.66548: /tmp/rhc-yfB/inventory.yml was not parsable by auto 7025 1726867579.66586: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7025 1726867579.66615: Loading data from /tmp/rhc-yfB/inventory.yml 7025 1726867579.66665: group all already in inventory 7025 1726867579.66669: set inventory_file for managed_node1 7025 1726867579.66672: set inventory_dir for managed_node1 7025 1726867579.66673: Added host managed_node1 to inventory 7025 1726867579.66674: Added host managed_node1 to group all 7025 1726867579.66674: set ansible_host for managed_node1 7025 1726867579.66675: set ansible_ssh_extra_args for managed_node1 7025 1726867579.66677: set inventory_file for managed_node2 7025 1726867579.66679: set inventory_dir for managed_node2 7025 1726867579.66679: Added host managed_node2 to inventory 7025 1726867579.66680: Added host managed_node2 to group all 7025 1726867579.66681: set ansible_host for managed_node2 7025 1726867579.66681: set ansible_ssh_extra_args for managed_node2 7025 1726867579.66682: set inventory_file for managed_node3 7025 1726867579.66684: set inventory_dir for managed_node3 7025 1726867579.66684: Added host managed_node3 to inventory 7025 1726867579.66685: Added host managed_node3 to group all 7025 1726867579.66686: set ansible_host for managed_node3 7025 1726867579.66686: set ansible_ssh_extra_args for managed_node3 7025 1726867579.66688: Reconcile groups and hosts in inventory. 7025 1726867579.66690: Group ungrouped now contains managed_node1 7025 1726867579.66691: Group ungrouped now contains managed_node2 7025 1726867579.66692: Group ungrouped now contains managed_node3 7025 1726867579.66745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7025 1726867579.66822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7025 1726867579.66850: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7025 1726867579.66868: Loaded config def from plugin (vars/host_group_vars) 7025 1726867579.66870: 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) 7025 1726867579.66874: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7025 1726867579.66880: 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) 7025 1726867579.66909: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7025 1726867579.67123: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867579.67183: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7025 1726867579.67213: Loaded config def from plugin (connection/local) 7025 1726867579.67216: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7025 1726867579.67574: Loaded config def from plugin (connection/paramiko_ssh) 7025 1726867579.67577: 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) 7025 1726867579.68133: 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) 7025 1726867579.68155: Loaded config def from plugin (connection/psrp) 7025 1726867579.68157: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7025 1726867579.68564: 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) 7025 1726867579.68586: Loaded config def from plugin (connection/ssh) 7025 1726867579.68588: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7025 1726867579.70223: 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) 7025 1726867579.70271: Loaded config def from plugin (connection/winrm) 7025 1726867579.70275: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7025 1726867579.70310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7025 1726867579.70390: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7025 1726867579.70502: Loaded config def from plugin (shell/cmd) 7025 1726867579.70506: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7025 1726867579.70545: 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) 7025 1726867579.70676: Loaded config def from plugin (shell/powershell) 7025 1726867579.70678: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7025 1726867579.70759: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7025 1726867579.71001: Loaded config def from plugin (shell/sh) 7025 1726867579.71004: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7025 1726867579.71047: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7025 1726867579.71121: Loaded config def from plugin (become/runas) 7025 1726867579.71122: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7025 1726867579.71228: Loaded config def from plugin (become/su) 7025 1726867579.71230: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7025 1726867579.71322: Loaded config def from plugin (become/sudo) 7025 1726867579.71323: 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 7025 1726867579.71343: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_client_register.yml 7025 1726867579.71723: in VariableManager get_vars() 7025 1726867579.71735: done with get_vars() 7025 1726867579.71742: 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 7025 1726867579.71828: in VariableManager get_vars() 7025 1726867579.71838: done with get_vars() 7025 1726867579.71856: 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 7025 1726867579.72093: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7025 1726867579.75681: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7025 1726867579.75944: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7025 1726867579.76377: in VariableManager get_vars() 7025 1726867579.76393: done with get_vars() 7025 1726867579.76428: 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 7025 1726867579.76728: in VariableManager get_vars() 7025 1726867579.76741: done with get_vars() 7025 1726867579.76882: in VariableManager get_vars() 7025 1726867579.76897: done with get_vars() 7025 1726867579.77254: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7025 1726867579.77268: 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 7025 1726867579.77483: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7025 1726867579.77648: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7025 1726867579.77650: 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) 7025 1726867579.77681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7025 1726867579.77710: 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) 7025 1726867579.77877: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7025 1726867579.77942: Loaded config def from plugin (callback/default) 7025 1726867579.77945: 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) 7025 1726867579.79040: Loaded config def from plugin (callback/junit) 7025 1726867579.79043: 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) 7025 1726867579.79083: 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) 7025 1726867579.79150: Loaded config def from plugin (callback/minimal) 7025 1726867579.79153: 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) 7025 1726867579.79189: 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) 7025 1726867579.79250: Loaded config def from plugin (callback/tree) 7025 1726867579.79253: 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 7025 1726867579.79369: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7025 1726867579.79371: 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_client_register.yml *********************************** 1 plays in /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_client_register.yml 7025 1726867579.79397: in VariableManager get_vars() 7025 1726867579.79411: done with get_vars() 7025 1726867579.79416: in VariableManager get_vars() 7025 1726867579.79425: done with get_vars() 7025 1726867579.79433: variable 'omit' from source: magic vars 7025 1726867579.79469: in VariableManager get_vars() 7025 1726867579.79482: done with get_vars() 7025 1726867579.79505: variable 'omit' from source: magic vars PLAY [Basic insights-client register/unregister] ******************************* 7025 1726867579.81611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7025 1726867579.81680: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7025 1726867579.81708: getting the remaining hosts for this loop 7025 1726867579.81710: done getting the remaining hosts for this loop 7025 1726867579.81713: getting the next task for host managed_node1 7025 1726867579.81717: done getting next task for host managed_node1 7025 1726867579.81719: ^ task is: TASK: meta (flush_handlers) 7025 1726867579.81720: ^ 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 7025 1726867579.81723: getting variables 7025 1726867579.81724: in VariableManager get_vars() 7025 1726867579.81738: Calling all_inventory to load vars for managed_node1 7025 1726867579.81740: Calling groups_inventory to load vars for managed_node1 7025 1726867579.81743: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867579.81754: Calling all_plugins_play to load vars for managed_node1 7025 1726867579.81765: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867579.81769: Calling groups_plugins_play to load vars for managed_node1 7025 1726867579.81805: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867579.81862: done with get_vars() 7025 1726867579.81869: done getting variables 7025 1726867579.81915: in VariableManager get_vars() 7025 1726867579.81923: Calling all_inventory to load vars for managed_node1 7025 1726867579.81926: Calling groups_inventory to load vars for managed_node1 7025 1726867579.81928: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867579.81932: Calling all_plugins_play to load vars for managed_node1 7025 1726867579.81934: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867579.81937: Calling groups_plugins_play to load vars for managed_node1 7025 1726867579.81969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867579.81983: done with get_vars() 7025 1726867579.81992: done queuing things up, now waiting for results queue to drain 7025 1726867579.81997: results queue empty 7025 1726867579.81998: checking for any_errors_fatal 7025 1726867579.81999: done checking for any_errors_fatal 7025 1726867579.82000: checking for max_fail_percentage 7025 1726867579.82001: done checking for max_fail_percentage 7025 1726867579.82001: checking to see if all hosts have failed and the running result is not ok 7025 1726867579.82002: done checking to see if all hosts have failed 7025 1726867579.82003: getting the remaining hosts for this loop 7025 1726867579.82004: done getting the remaining hosts for this loop 7025 1726867579.82006: getting the next task for host managed_node1 7025 1726867579.82012: done getting next task for host managed_node1 7025 1726867579.82014: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7025 1726867579.82016: ^ 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 7025 1726867579.82018: getting variables 7025 1726867579.82019: in VariableManager get_vars() 7025 1726867579.82027: Calling all_inventory to load vars for managed_node1 7025 1726867579.82029: Calling groups_inventory to load vars for managed_node1 7025 1726867579.82031: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867579.82035: Calling all_plugins_play to load vars for managed_node1 7025 1726867579.82038: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867579.82041: Calling groups_plugins_play to load vars for managed_node1 7025 1726867579.82072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867579.82090: done with get_vars() 7025 1726867579.82099: done getting variables 7025 1726867579.82151: 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:19 -0400 (0:00:00.028) 0:00:00.028 ****** 7025 1726867579.82183: entering _queue_task() for managed_node1/set_fact 7025 1726867579.82185: Creating lock for set_fact 7025 1726867579.82634: worker is 1 (out of 1 available) 7025 1726867579.82645: exiting _queue_task() for managed_node1/set_fact 7025 1726867579.82655: done queuing things up, now waiting for results queue to drain 7025 1726867579.82658: waiting for pending results... 7025 1726867579.82840: running TaskExecutor() for managed_node1/TASK: Get LSR_RHC_TEST_DATA environment variable 7025 1726867579.82935: in run() - task 02a0e989-a5f9-9580-6e18-00000000000c 7025 1726867579.82997: variable 'ansible_search_path' from source: unknown 7025 1726867579.83001: variable 'ansible_search_path' from source: unknown 7025 1726867579.83004: calling self._execute() 7025 1726867579.83072: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867579.83085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867579.83118: variable 'omit' from source: magic vars 7025 1726867579.83207: variable 'omit' from source: magic vars 7025 1726867579.83279: variable 'omit' from source: magic vars 7025 1726867579.83911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7025 1726867579.83976: Loaded config def from plugin (lookup/env) 7025 1726867579.83987: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7025 1726867579.84060: variable 'omit' from source: magic vars 7025 1726867579.84090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7025 1726867579.84126: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7025 1726867579.84154: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7025 1726867579.84238: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7025 1726867579.84241: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7025 1726867579.84244: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7025 1726867579.84246: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867579.84249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867579.84326: Set connection var ansible_module_compression to ZIP_DEFLATED 7025 1726867579.84345: Set connection var ansible_shell_type to sh 7025 1726867579.84362: Set connection var ansible_pipelining to False 7025 1726867579.84365: Set connection var ansible_connection to ssh 7025 1726867579.84454: Set connection var ansible_shell_executable to /bin/sh 7025 1726867579.84457: Set connection var ansible_timeout to 10 7025 1726867579.84460: variable 'ansible_shell_executable' from source: unknown 7025 1726867579.84463: variable 'ansible_connection' from source: unknown 7025 1726867579.84467: variable 'ansible_module_compression' from source: unknown 7025 1726867579.84469: variable 'ansible_shell_type' from source: unknown 7025 1726867579.84471: variable 'ansible_shell_executable' from source: unknown 7025 1726867579.84473: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867579.84475: variable 'ansible_pipelining' from source: unknown 7025 1726867579.84477: variable 'ansible_timeout' from source: unknown 7025 1726867579.84479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867579.84568: 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) 7025 1726867579.84596: variable 'omit' from source: magic vars 7025 1726867579.84599: starting attempt loop 7025 1726867579.84672: running the handler 7025 1726867579.84675: handler run complete 7025 1726867579.84678: attempt loop complete, returning result 7025 1726867579.84680: _execute() done 7025 1726867579.84682: dumping result to json 7025 1726867579.84684: done dumping result, returning 7025 1726867579.84686: done running TaskExecutor() for managed_node1/TASK: Get LSR_RHC_TEST_DATA environment variable [02a0e989-a5f9-9580-6e18-00000000000c] 7025 1726867579.84688: sending task result for task 02a0e989-a5f9-9580-6e18-00000000000c ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7025 1726867579.84845: no more pending results, returning what we have 7025 1726867579.84848: results queue empty 7025 1726867579.84849: checking for any_errors_fatal 7025 1726867579.84850: done checking for any_errors_fatal 7025 1726867579.84851: checking for max_fail_percentage 7025 1726867579.84853: done checking for max_fail_percentage 7025 1726867579.84854: checking to see if all hosts have failed and the running result is not ok 7025 1726867579.84854: done checking to see if all hosts have failed 7025 1726867579.84855: getting the remaining hosts for this loop 7025 1726867579.84857: done getting the remaining hosts for this loop 7025 1726867579.84861: getting the next task for host managed_node1 7025 1726867579.84868: done getting next task for host managed_node1 7025 1726867579.84870: ^ task is: TASK: Import test data 7025 1726867579.84874: ^ 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 7025 1726867579.84877: getting variables 7025 1726867579.84879: in VariableManager get_vars() 7025 1726867579.84908: Calling all_inventory to load vars for managed_node1 7025 1726867579.84911: Calling groups_inventory to load vars for managed_node1 7025 1726867579.84914: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867579.84924: Calling all_plugins_play to load vars for managed_node1 7025 1726867579.84926: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867579.84929: Calling groups_plugins_play to load vars for managed_node1 7025 1726867579.84967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867579.84992: done with get_vars() 7025 1726867579.85215: done getting variables 7025 1726867579.85243: done sending task result for task 02a0e989-a5f9-9580-6e18-00000000000c 7025 1726867579.85246: WORKER PROCESS EXITING 7025 1726867579.85323: 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:19 -0400 (0:00:00.031) 0:00:00.060 ****** 7025 1726867579.85352: entering _queue_task() for managed_node1/include_vars 7025 1726867579.85354: Creating lock for include_vars 7025 1726867579.85582: worker is 1 (out of 1 available) 7025 1726867579.85595: exiting _queue_task() for managed_node1/include_vars 7025 1726867579.85763: done queuing things up, now waiting for results queue to drain 7025 1726867579.85766: waiting for pending results... 7025 1726867579.85816: running TaskExecutor() for managed_node1/TASK: Import test data 7025 1726867579.85929: in run() - task 02a0e989-a5f9-9580-6e18-00000000000e 7025 1726867579.85949: variable 'ansible_search_path' from source: unknown 7025 1726867579.85957: variable 'ansible_search_path' from source: unknown 7025 1726867579.86003: calling self._execute() 7025 1726867579.86059: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867579.86070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867579.86088: variable 'omit' from source: magic vars 7025 1726867579.86543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7025 1726867579.88661: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7025 1726867579.88742: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7025 1726867579.88779: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7025 1726867579.88825: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7025 1726867579.88855: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7025 1726867579.88938: 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) 7025 1726867579.88973: 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) 7025 1726867579.89006: 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) 7025 1726867579.89059: 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) 7025 1726867579.89080: 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) 7025 1726867579.89200: variable 'lsr_rhc_test_data_file' from source: set_fact 7025 1726867579.89345: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7025 1726867579.89348: when evaluation is False, skipping this task 7025 1726867579.89350: _execute() done 7025 1726867579.89352: dumping result to json 7025 1726867579.89354: done dumping result, returning 7025 1726867579.89356: done running TaskExecutor() for managed_node1/TASK: Import test data [02a0e989-a5f9-9580-6e18-00000000000e] 7025 1726867579.89358: sending task result for task 02a0e989-a5f9-9580-6e18-00000000000e 7025 1726867579.89420: done sending task result for task 02a0e989-a5f9-9580-6e18-00000000000e 7025 1726867579.89423: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7025 1726867579.89514: no more pending results, returning what we have 7025 1726867579.89517: results queue empty 7025 1726867579.89518: checking for any_errors_fatal 7025 1726867579.89523: done checking for any_errors_fatal 7025 1726867579.89524: checking for max_fail_percentage 7025 1726867579.89525: done checking for max_fail_percentage 7025 1726867579.89526: checking to see if all hosts have failed and the running result is not ok 7025 1726867579.89527: done checking to see if all hosts have failed 7025 1726867579.89528: getting the remaining hosts for this loop 7025 1726867579.89530: done getting the remaining hosts for this loop 7025 1726867579.89533: getting the next task for host managed_node1 7025 1726867579.89539: done getting next task for host managed_node1 7025 1726867579.89541: ^ task is: TASK: Get facts for external test data 7025 1726867579.89544: ^ 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 7025 1726867579.89548: getting variables 7025 1726867579.89550: in VariableManager get_vars() 7025 1726867579.89720: Calling all_inventory to load vars for managed_node1 7025 1726867579.89722: Calling groups_inventory to load vars for managed_node1 7025 1726867579.89725: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867579.89734: Calling all_plugins_play to load vars for managed_node1 7025 1726867579.89736: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867579.89739: Calling groups_plugins_play to load vars for managed_node1 7025 1726867579.89775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867579.89801: done with get_vars() 7025 1726867579.89812: 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:19 -0400 (0:00:00.045) 0:00:00.105 ****** 7025 1726867579.89891: entering _queue_task() for managed_node1/setup 7025 1726867579.90109: worker is 1 (out of 1 available) 7025 1726867579.90120: exiting _queue_task() for managed_node1/setup 7025 1726867579.90129: done queuing things up, now waiting for results queue to drain 7025 1726867579.90133: waiting for pending results... 7025 1726867579.90343: running TaskExecutor() for managed_node1/TASK: Get facts for external test data 7025 1726867579.90500: in run() - task 02a0e989-a5f9-9580-6e18-00000000000f 7025 1726867579.90503: variable 'ansible_search_path' from source: unknown 7025 1726867579.90506: variable 'ansible_search_path' from source: unknown 7025 1726867579.90526: calling self._execute() 7025 1726867579.90586: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867579.90600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867579.90616: variable 'omit' from source: magic vars 7025 1726867579.91115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7025 1726867579.93237: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7025 1726867579.93346: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7025 1726867579.93350: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7025 1726867579.93371: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7025 1726867579.93403: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7025 1726867579.93495: 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) 7025 1726867579.93530: 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) 7025 1726867579.93567: 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) 7025 1726867579.93614: 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) 7025 1726867579.93635: 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) 7025 1726867579.93782: variable 'lsr_rhc_test_data_file' from source: set_fact 7025 1726867579.93786: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7025 1726867579.93793: when evaluation is False, skipping this task 7025 1726867579.93805: _execute() done 7025 1726867579.93812: dumping result to json 7025 1726867579.93820: done dumping result, returning 7025 1726867579.93829: done running TaskExecutor() for managed_node1/TASK: Get facts for external test data [02a0e989-a5f9-9580-6e18-00000000000f] 7025 1726867579.93892: sending task result for task 02a0e989-a5f9-9580-6e18-00000000000f 7025 1726867579.93952: done sending task result for task 02a0e989-a5f9-9580-6e18-00000000000f 7025 1726867579.93955: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7025 1726867579.94037: no more pending results, returning what we have 7025 1726867579.94040: results queue empty 7025 1726867579.94041: checking for any_errors_fatal 7025 1726867579.94044: done checking for any_errors_fatal 7025 1726867579.94044: checking for max_fail_percentage 7025 1726867579.94046: done checking for max_fail_percentage 7025 1726867579.94047: checking to see if all hosts have failed and the running result is not ok 7025 1726867579.94047: done checking to see if all hosts have failed 7025 1726867579.94048: getting the remaining hosts for this loop 7025 1726867579.94051: done getting the remaining hosts for this loop 7025 1726867579.94054: getting the next task for host managed_node1 7025 1726867579.94062: done getting next task for host managed_node1 7025 1726867579.94064: ^ task is: TASK: Set local lsr_rhc_test_data 7025 1726867579.94067: ^ 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 7025 1726867579.94071: getting variables 7025 1726867579.94073: in VariableManager get_vars() 7025 1726867579.94103: Calling all_inventory to load vars for managed_node1 7025 1726867579.94106: Calling groups_inventory to load vars for managed_node1 7025 1726867579.94110: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867579.94120: Calling all_plugins_play to load vars for managed_node1 7025 1726867579.94123: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867579.94127: Calling groups_plugins_play to load vars for managed_node1 7025 1726867579.94166: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867579.94191: done with get_vars() 7025 1726867579.94352: done getting variables 7025 1726867579.94409: 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:19 -0400 (0:00:00.045) 0:00:00.151 ****** 7025 1726867579.94438: entering _queue_task() for managed_node1/include_vars 7025 1726867579.94809: worker is 1 (out of 1 available) 7025 1726867579.94816: exiting _queue_task() for managed_node1/include_vars 7025 1726867579.94825: done queuing things up, now waiting for results queue to drain 7025 1726867579.94826: waiting for pending results... 7025 1726867579.94953: running TaskExecutor() for managed_node1/TASK: Set local lsr_rhc_test_data 7025 1726867579.94982: in run() - task 02a0e989-a5f9-9580-6e18-000000000011 7025 1726867579.95006: variable 'ansible_search_path' from source: unknown 7025 1726867579.95014: variable 'ansible_search_path' from source: unknown 7025 1726867579.95056: calling self._execute() 7025 1726867579.95178: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867579.95191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867579.95208: variable 'omit' from source: magic vars 7025 1726867579.95654: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7025 1726867579.97773: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7025 1726867579.97805: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7025 1726867579.97843: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7025 1726867579.97886: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7025 1726867579.97917: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7025 1726867579.97997: 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) 7025 1726867579.98030: 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) 7025 1726867579.98059: 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) 7025 1726867579.98199: 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) 7025 1726867579.98208: 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) 7025 1726867579.98238: variable 'lsr_rhc_test_data_file' from source: set_fact 7025 1726867579.98267: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7025 1726867579.98316: variable 'omit' from source: magic vars 7025 1726867579.98344: variable 'omit' from source: magic vars 7025 1726867579.98382: variable 'omit' from source: magic vars 7025 1726867579.98410: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7025 1726867579.98448: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7025 1726867579.98468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7025 1726867579.98490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7025 1726867579.98533: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7025 1726867579.98546: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7025 1726867579.98553: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867579.98561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867579.98664: Set connection var ansible_module_compression to ZIP_DEFLATED 7025 1726867579.98751: Set connection var ansible_shell_type to sh 7025 1726867579.98755: Set connection var ansible_pipelining to False 7025 1726867579.98758: Set connection var ansible_connection to ssh 7025 1726867579.98760: Set connection var ansible_shell_executable to /bin/sh 7025 1726867579.98762: Set connection var ansible_timeout to 10 7025 1726867579.98764: variable 'ansible_shell_executable' from source: unknown 7025 1726867579.98766: variable 'ansible_connection' from source: unknown 7025 1726867579.98768: variable 'ansible_module_compression' from source: unknown 7025 1726867579.98770: variable 'ansible_shell_type' from source: unknown 7025 1726867579.98771: variable 'ansible_shell_executable' from source: unknown 7025 1726867579.98773: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867579.98775: variable 'ansible_pipelining' from source: unknown 7025 1726867579.98777: variable 'ansible_timeout' from source: unknown 7025 1726867579.98779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867579.98970: 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) 7025 1726867579.98973: variable 'omit' from source: magic vars 7025 1726867579.98976: starting attempt loop 7025 1726867579.98978: running the handler 7025 1726867579.98981: evaluation_path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7025 1726867579.98983: 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 7025 1726867579.99083: handler run complete 7025 1726867579.99100: attempt loop complete, returning result 7025 1726867579.99113: _execute() done 7025 1726867579.99120: dumping result to json 7025 1726867579.99131: done dumping result, returning 7025 1726867579.99142: done running TaskExecutor() for managed_node1/TASK: Set local lsr_rhc_test_data [02a0e989-a5f9-9580-6e18-000000000011] 7025 1726867579.99151: sending task result for task 02a0e989-a5f9-9580-6e18-000000000011 ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7025 1726867579.99614: no more pending results, returning what we have 7025 1726867579.99616: results queue empty 7025 1726867579.99617: checking for any_errors_fatal 7025 1726867579.99620: done checking for any_errors_fatal 7025 1726867579.99621: checking for max_fail_percentage 7025 1726867579.99622: done checking for max_fail_percentage 7025 1726867579.99623: checking to see if all hosts have failed and the running result is not ok 7025 1726867579.99624: done checking to see if all hosts have failed 7025 1726867579.99624: getting the remaining hosts for this loop 7025 1726867579.99626: done getting the remaining hosts for this loop 7025 1726867579.99630: getting the next task for host managed_node1 7025 1726867579.99637: done getting next task for host managed_node1 7025 1726867579.99639: ^ task is: TASK: Check if system is ostree 7025 1726867579.99642: ^ 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 7025 1726867579.99645: getting variables 7025 1726867579.99646: in VariableManager get_vars() 7025 1726867579.99663: Calling all_inventory to load vars for managed_node1 7025 1726867579.99665: Calling groups_inventory to load vars for managed_node1 7025 1726867579.99668: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867579.99676: Calling all_plugins_play to load vars for managed_node1 7025 1726867579.99678: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867579.99681: Calling groups_plugins_play to load vars for managed_node1 7025 1726867579.99708: done sending task result for task 02a0e989-a5f9-9580-6e18-000000000011 7025 1726867579.99711: WORKER PROCESS EXITING 7025 1726867579.99732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867579.99756: done with get_vars() 7025 1726867579.99762: done getting variables 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:19 -0400 (0:00:00.054) 0:00:00.205 ****** 7025 1726867579.99851: entering _queue_task() for managed_node1/stat 7025 1726867580.00216: worker is 1 (out of 1 available) 7025 1726867580.00223: exiting _queue_task() for managed_node1/stat 7025 1726867580.00233: done queuing things up, now waiting for results queue to drain 7025 1726867580.00234: waiting for pending results... 7025 1726867580.00278: running TaskExecutor() for managed_node1/TASK: Check if system is ostree 7025 1726867580.00461: in run() - task 02a0e989-a5f9-9580-6e18-000000000013 7025 1726867580.00465: variable 'ansible_search_path' from source: unknown 7025 1726867580.00468: variable 'ansible_search_path' from source: unknown 7025 1726867580.00471: calling self._execute() 7025 1726867580.00515: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867580.00526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867580.00539: variable 'omit' from source: magic vars 7025 1726867580.00979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7025 1726867580.01243: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7025 1726867580.01288: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7025 1726867580.01333: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7025 1726867580.01370: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7025 1726867580.01457: 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) 7025 1726867580.01486: 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) 7025 1726867580.01549: 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) 7025 1726867580.01558: 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) 7025 1726867580.01674: Evaluated conditional (not __rhc_is_ostree is defined): True 7025 1726867580.01685: variable 'omit' from source: magic vars 7025 1726867580.01745: variable 'omit' from source: magic vars 7025 1726867580.01876: variable 'omit' from source: magic vars 7025 1726867580.01879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7025 1726867580.01882: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7025 1726867580.01884: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7025 1726867580.01886: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7025 1726867580.01900: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7025 1726867580.01930: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7025 1726867580.01939: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867580.01946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867580.02045: Set connection var ansible_module_compression to ZIP_DEFLATED 7025 1726867580.02053: Set connection var ansible_shell_type to sh 7025 1726867580.02064: Set connection var ansible_pipelining to False 7025 1726867580.02072: Set connection var ansible_connection to ssh 7025 1726867580.02081: Set connection var ansible_shell_executable to /bin/sh 7025 1726867580.02099: Set connection var ansible_timeout to 10 7025 1726867580.02124: variable 'ansible_shell_executable' from source: unknown 7025 1726867580.02131: variable 'ansible_connection' from source: unknown 7025 1726867580.02138: variable 'ansible_module_compression' from source: unknown 7025 1726867580.02145: variable 'ansible_shell_type' from source: unknown 7025 1726867580.02152: variable 'ansible_shell_executable' from source: unknown 7025 1726867580.02158: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867580.02165: variable 'ansible_pipelining' from source: unknown 7025 1726867580.02203: variable 'ansible_timeout' from source: unknown 7025 1726867580.02206: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867580.02320: 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__) 7025 1726867580.02334: variable 'omit' from source: magic vars 7025 1726867580.02344: starting attempt loop 7025 1726867580.02350: running the handler 7025 1726867580.02365: _low_level_execute_command(): starting 7025 1726867580.02420: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7025 1726867580.03113: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7025 1726867580.03191: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' <<< 7025 1726867580.03214: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7025 1726867580.03235: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7025 1726867580.03323: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7025 1726867580.05018: stdout chunk (state=3): >>>/root <<< 7025 1726867580.05171: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7025 1726867580.05175: stdout chunk (state=3): >>><<< 7025 1726867580.05178: stderr chunk (state=3): >>><<< 7025 1726867580.05197: _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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' 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 7025 1726867580.05286: _low_level_execute_command(): starting 7025 1726867580.05290: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443 `" && echo ansible-tmp-1726867580.052086-7060-26465460489443="` echo /root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443 `" ) && sleep 0' 7025 1726867580.05802: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7025 1726867580.05817: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7025 1726867580.05831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7025 1726867580.05937: 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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' <<< 7025 1726867580.05964: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7025 1726867580.05981: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7025 1726867580.06046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7025 1726867580.07925: stdout chunk (state=3): >>>ansible-tmp-1726867580.052086-7060-26465460489443=/root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443 <<< 7025 1726867580.08070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7025 1726867580.08073: stdout chunk (state=3): >>><<< 7025 1726867580.08075: stderr chunk (state=3): >>><<< 7025 1726867580.08091: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867580.052086-7060-26465460489443=/root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443 , 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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' 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 7025 1726867580.08300: variable 'ansible_module_compression' from source: unknown 7025 1726867580.08303: ANSIBALLZ: Using lock for stat 7025 1726867580.08305: ANSIBALLZ: Acquiring lock 7025 1726867580.08308: ANSIBALLZ: Lock acquired: 140628912352352 7025 1726867580.08310: ANSIBALLZ: Creating module 7025 1726867580.20165: ANSIBALLZ: Writing module into payload 7025 1726867580.20273: ANSIBALLZ: Writing module 7025 1726867580.20299: ANSIBALLZ: Renaming module 7025 1726867580.20312: ANSIBALLZ: Done creating module 7025 1726867580.20335: variable 'ansible_facts' from source: unknown 7025 1726867580.20347: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7025 1726867580.20360: _low_level_execute_command(): starting 7025 1726867580.20371: _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' 7025 1726867580.20985: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7025 1726867580.21008: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7025 1726867580.21110: 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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7025 1726867580.21126: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' <<< 7025 1726867580.21141: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7025 1726867580.21161: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7025 1726867580.21243: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7025 1726867580.22901: stdout chunk (state=3): >>>PLATFORM <<< 7025 1726867580.22973: stdout chunk (state=3): >>>Linux <<< 7025 1726867580.23003: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 <<< 7025 1726867580.23022: stdout chunk (state=3): >>>/usr/bin/python3 ENDFOUND <<< 7025 1726867580.23170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7025 1726867580.23196: stdout chunk (state=3): >>><<< 7025 1726867580.23200: stderr chunk (state=3): >>><<< 7025 1726867580.23215: _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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' 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 7025 1726867580.23330 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 7025 1726867580.23334: _low_level_execute_command(): starting 7025 1726867580.23337: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 7025 1726867580.23623: Sending initial data 7025 1726867580.23627: Sent initial data (1181 bytes) 7025 1726867580.23878: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7025 1726867580.23892: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7025 1726867580.23909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7025 1726867580.23935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7025 1726867580.24031: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' <<< 7025 1726867580.24055: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7025 1726867580.24070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7025 1726867580.24134: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7025 1726867580.27517: 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"} <<< 7025 1726867580.27891: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7025 1726867580.27939: stderr chunk (state=3): >>><<< 7025 1726867580.27947: stdout chunk (state=3): >>><<< 7025 1726867580.28099: _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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' 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 7025 1726867580.28103: variable 'ansible_facts' from source: unknown 7025 1726867580.28105: variable 'ansible_facts' from source: unknown 7025 1726867580.28107: variable 'ansible_module_compression' from source: unknown 7025 1726867580.28110: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7025fz3t8ou5/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7025 1726867580.28129: variable 'ansible_facts' from source: unknown 7025 1726867580.28206: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/AnsiballZ_stat.py 7025 1726867580.28350: Sending initial data 7025 1726867580.28359: Sent initial data (149 bytes) 7025 1726867580.28944: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7025 1726867580.29011: 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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7025 1726867580.29067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' <<< 7025 1726867580.29082: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7025 1726867580.29108: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7025 1726867580.29173: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7025 1726867580.30723: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 7025 1726867580.30742: stderr chunk (state=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 <<< 7025 1726867580.30859: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7025 1726867580.30927: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7025fz3t8ou5/tmp105mzo0k /root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/AnsiballZ_stat.py <<< 7025 1726867580.30933: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/AnsiballZ_stat.py" <<< 7025 1726867580.30962: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7025fz3t8ou5/tmp105mzo0k" to remote "/root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/AnsiballZ_stat.py" <<< 7025 1726867580.31779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7025 1726867580.31783: stdout chunk (state=3): >>><<< 7025 1726867580.31785: stderr chunk (state=3): >>><<< 7025 1726867580.31787: done transferring module to remote 7025 1726867580.31790: _low_level_execute_command(): starting 7025 1726867580.31792: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/ /root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/AnsiballZ_stat.py && sleep 0' 7025 1726867580.32409: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7025 1726867580.32413: 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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7025 1726867580.32461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' <<< 7025 1726867580.32478: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7025 1726867580.32503: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7025 1726867580.32567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7025 1726867580.34312: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7025 1726867580.34358: stderr chunk (state=3): >>><<< 7025 1726867580.34362: stdout chunk (state=3): >>><<< 7025 1726867580.34462: _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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' 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 7025 1726867580.34465: _low_level_execute_command(): starting 7025 1726867580.34468: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/AnsiballZ_stat.py && sleep 0' 7025 1726867580.35052: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' debug2: fd 3 setting O_NONBLOCK <<< 7025 1726867580.35056: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7025 1726867580.35100: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7025 1726867580.37249: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7025 1726867580.37279: stdout chunk (state=3): >>>import _imp # builtin <<< 7025 1726867580.37322: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7025 1726867580.37332: stdout chunk (state=3): >>>import '_weakref' # <<< 7025 1726867580.37383: stdout chunk (state=3): >>>import '_io' # <<< 7025 1726867580.37398: stdout chunk (state=3): >>>import 'marshal' # <<< 7025 1726867580.37420: stdout chunk (state=3): >>>import 'posix' # <<< 7025 1726867580.37454: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7025 1726867580.37481: stdout chunk (state=3): >>>import 'time' # <<< 7025 1726867580.37492: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7025 1726867580.37535: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7025 1726867580.37565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 7025 1726867580.37585: stdout chunk (state=3): >>>import 'codecs' # <<< 7025 1726867580.37623: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7025 1726867580.37646: 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 0x7f0761d684d0><<< 7025 1726867580.37678: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761d37b30> <<< 7025 1726867580.37708: 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 0x7f0761d6aa50> <<< 7025 1726867580.37746: stdout chunk (state=3): >>>import '_signal' # <<< 7025 1726867580.37749: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 7025 1726867580.37783: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7025 1726867580.37868: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7025 1726867580.37900: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7025 1726867580.37934: stdout chunk (state=3): >>>import 'os' # <<< 7025 1726867580.37950: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 7025 1726867580.37981: stdout chunk (state=3): >>>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' <<< 7025 1726867580.38025: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7025 1726867580.38036: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b1d130> <<< 7025 1726867580.38099: 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 <<< 7025 1726867580.38117: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b1e060> <<< 7025 1726867580.38139: stdout chunk (state=3): >>>import 'site' # <<< 7025 1726867580.38159: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7025 1726867580.38386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7025 1726867580.38413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7025 1726867580.38432: 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' <<< 7025 1726867580.38449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7025 1726867580.38481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7025 1726867580.38501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7025 1726867580.38523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7025 1726867580.38563: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b5bf80> <<< 7025 1726867580.38566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7025 1726867580.38604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7025 1726867580.38607: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b70110> <<< 7025 1726867580.38631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7025 1726867580.38643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7025 1726867580.38670: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7025 1726867580.38719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7025 1726867580.38731: stdout chunk (state=3): >>>import 'itertools' # <<< 7025 1726867580.38761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7025 1726867580.38792: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b93950> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7025 1726867580.38809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b93fe0> import '_collections' # <<< 7025 1726867580.38857: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b73bf0> <<< 7025 1726867580.38867: stdout chunk (state=3): >>>import '_functools' # <<< 7025 1726867580.38896: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b712e0> <<< 7025 1726867580.38978: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b59130> <<< 7025 1726867580.39009: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7025 1726867580.39042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 7025 1726867580.39056: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7025 1726867580.39080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7025 1726867580.39123: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7025 1726867580.39126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7025 1726867580.39157: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761bb38f0> <<< 7025 1726867580.39162: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761bb2510> <<< 7025 1726867580.39184: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b72210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761bb0d40> <<< 7025 1726867580.39238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7025 1726867580.39255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b583b0> <<< 7025 1726867580.39282: 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' <<< 7025 1726867580.39304: stdout chunk (state=3): >>># 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 0x7f0761be4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be4cb0> <<< 7025 1726867580.39341: stdout chunk (state=3): >>># 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 0x7f0761be5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b56ed0> <<< 7025 1726867580.39375: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7025 1726867580.39407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7025 1726867580.39437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7025 1726867580.39452: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be5700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be5400> import 'importlib.machinery' # <<< 7025 1726867580.39485: 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' <<< 7025 1726867580.39517: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be65d0> import 'importlib.util' # <<< 7025 1726867580.39534: stdout chunk (state=3): >>>import 'runpy' # <<< 7025 1726867580.39546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7025 1726867580.39574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7025 1726867580.39620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761c007d0> <<< 7025 1726867580.39624: stdout chunk (state=3): >>>import 'errno' # <<< 7025 1726867580.39651: 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 0x7f0761c01f10> <<< 7025 1726867580.39680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7025 1726867580.39705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7025 1726867580.39715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761c02db0> <<< 7025 1726867580.39764: 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 0x7f0761c03410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761c02300> <<< 7025 1726867580.39803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7025 1726867580.39806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7025 1726867580.39848: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7025 1726867580.39852: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0761c03dd0> <<< 7025 1726867580.39872: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761c03500> <<< 7025 1726867580.39891: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be6540> <<< 7025 1726867580.39915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7025 1726867580.39934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7025 1726867580.39957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7025 1726867580.39980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7025 1726867580.40011: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7025 1726867580.40056: stdout chunk (state=3): >>># 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 0x7f076199bce0> <<< 7025 1726867580.40060: 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' # 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 0x7f07619c47a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c4500> <<< 7025 1726867580.40096: stdout chunk (state=3): >>># 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 0x7f07619c47d0> <<< 7025 1726867580.40119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7025 1726867580.40192: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7025 1726867580.40318: 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 0x7f07619c5100> <<< 7025 1726867580.40438: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7025 1726867580.40455: 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 0x7f07619c5a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c49b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761999e80> <<< 7025 1726867580.40479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7025 1726867580.40503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7025 1726867580.40527: stdout chunk (state=3): >>># /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' <<< 7025 1726867580.40566: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c6e10> <<< 7025 1726867580.40569: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c5b50> <<< 7025 1726867580.40591: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be6cf0> <<< 7025 1726867580.40604: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7025 1726867580.40662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7025 1726867580.40682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7025 1726867580.40720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7025 1726867580.40750: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619ef140> <<< 7025 1726867580.40805: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7025 1726867580.40833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7025 1726867580.40839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7025 1726867580.40858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7025 1726867580.40891: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a13500> <<< 7025 1726867580.40911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7025 1726867580.40954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7025 1726867580.41005: stdout chunk (state=3): >>>import 'ntpath' # <<< 7025 1726867580.41038: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 7025 1726867580.41053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a74260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7025 1726867580.41078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7025 1726867580.41104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7025 1726867580.41136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7025 1726867580.41222: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a769c0> <<< 7025 1726867580.41301: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a74380> <<< 7025 1726867580.41329: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a3d280> <<< 7025 1726867580.41357: 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 0x7f07613292e0> <<< 7025 1726867580.41385: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a12300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c7d40> <<< 7025 1726867580.41498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7025 1726867580.41509: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0761a12900> <<< 7025 1726867580.41624: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_em2icbp8/ansible_stat_payload.zip' # zipimport: zlib available <<< 7025 1726867580.41756: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.41784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7025 1726867580.41799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7025 1726867580.41836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7025 1726867580.41919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7025 1726867580.41949: 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 0x7f076137f050> <<< 7025 1726867580.41972: stdout chunk (state=3): >>>import '_typing' # <<< 7025 1726867580.42142: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076135df40> <<< 7025 1726867580.42160: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076135d0a0> # zipimport: zlib available <<< 7025 1726867580.42195: stdout chunk (state=3): >>>import 'ansible' # <<< 7025 1726867580.42218: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7025 1726867580.42237: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 7025 1726867580.42246: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.43631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.44741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7025 1726867580.44765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076137cef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7025 1726867580.44808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7025 1726867580.44829: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7025 1726867580.44832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7025 1726867580.44855: 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 0x7f07613a6a80> <<< 7025 1726867580.44891: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613a6810> <<< 7025 1726867580.44929: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613a6120> <<< 7025 1726867580.44946: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7025 1726867580.44953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7025 1726867580.44985: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613a68a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076137fa70> <<< 7025 1726867580.45008: stdout chunk (state=3): >>>import 'atexit' # <<< 7025 1726867580.45046: 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 0x7f07613a77d0> <<< 7025 1726867580.45051: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7025 1726867580.45073: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07613a7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7025 1726867580.45118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7025 1726867580.45134: stdout chunk (state=3): >>>import '_locale' # <<< 7025 1726867580.45185: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613a7f50> <<< 7025 1726867580.45188: stdout chunk (state=3): >>>import 'pwd' # <<< 7025 1726867580.45219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7025 1726867580.45222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7025 1726867580.45255: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761211d60> <<< 7025 1726867580.45296: 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' <<< 7025 1726867580.45313: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0761213980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7025 1726867580.45327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7025 1726867580.45360: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761214380> <<< 7025 1726867580.45378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7025 1726867580.45411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7025 1726867580.45426: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761215520> <<< 7025 1726867580.45444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7025 1726867580.45481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7025 1726867580.45492: 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' <<< 7025 1726867580.45538: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761217ef0> <<< 7025 1726867580.45583: 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 0x7f0761b5ad50> <<< 7025 1726867580.45617: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07612161b0> <<< 7025 1726867580.45620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7025 1726867580.45642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7025 1726867580.45668: 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' <<< 7025 1726867580.45686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7025 1726867580.45741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7025 1726867580.45745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7025 1726867580.45763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761223e30> import '_tokenize' # <<< 7025 1726867580.45834: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761222900> <<< 7025 1726867580.45849: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761222690> # /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' <<< 7025 1726867580.45925: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761222bd0> <<< 7025 1726867580.45949: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07612166c0> <<< 7025 1726867580.45978: 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 0x7f0761267f20> <<< 7025 1726867580.46002: 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 0x7f0761268260> <<< 7025 1726867580.46029: 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 <<< 7025 1726867580.46063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7025 1726867580.46065: 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' <<< 7025 1726867580.46220: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0761269d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761269af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7025 1726867580.46223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7025 1726867580.46405: 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 0x7f076126c290> <<< 7025 1726867580.46416: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076126a420> # /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 0x7f076126fa70> <<< 7025 1726867580.46531: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076126c440> <<< 7025 1726867580.46624: 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 0x7f0761270860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 7025 1726867580.46653: stdout chunk (state=3): >>># 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 0x7f0761270920> <<< 7025 1726867580.46676: 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 0x7f0761270bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761268440> <<< 7025 1726867580.46705: 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' <<< 7025 1726867580.46743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7025 1726867580.46765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7025 1726867580.46769: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7025 1726867580.46791: 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 0x7f07612fc440> <<< 7025 1726867580.46933: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7025 1726867580.46955: 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 0x7f07612fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761272bd0> <<< 7025 1726867580.46982: 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 0x7f0761273f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07612727e0> <<< 7025 1726867580.47018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.47033: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 7025 1726867580.47153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.47211: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.47224: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7025 1726867580.47256: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7025 1726867580.47274: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.47381: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.47493: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.48029: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.48563: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 7025 1726867580.48597: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7025 1726867580.48620: 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' <<< 7025 1726867580.48669: 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 0x7f0761101910> <<< 7025 1726867580.48751: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7025 1726867580.48774: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761102750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07612fd940> <<< 7025 1726867580.48835: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7025 1726867580.48862: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7025 1726867580.48874: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7025 1726867580.49019: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.49176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7025 1726867580.49189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761102720> # zipimport: zlib available <<< 7025 1726867580.49631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50066: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50135: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50223: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7025 1726867580.50227: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50253: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50292: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7025 1726867580.50307: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50447: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7025 1726867580.50479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50497: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7025 1726867580.50519: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50564: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7025 1726867580.50567: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.50789: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7025 1726867580.51085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7025 1726867580.51088: stdout chunk (state=3): >>>import '_ast' # <<< 7025 1726867580.51155: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761103920> <<< 7025 1726867580.51168: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51232: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51323: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7025 1726867580.51327: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7025 1726867580.51347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51380: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51430: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7025 1726867580.51433: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51477: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51578: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51634: 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 <<< 7025 1726867580.51676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7025 1726867580.51759: 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 0x7f076110e390> <<< 7025 1726867580.51807: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761109af0> <<< 7025 1726867580.51833: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7025 1726867580.51904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51958: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.51991: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.52043: 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 <<< 7025 1726867580.52060: 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 <<< 7025 1726867580.52089: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.52170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7025 1726867580.52190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7025 1726867580.52238: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613faba0> <<< 7025 1726867580.52280: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613ee870> <<< 7025 1726867580.52370: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076110e0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613a6030> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7025 1726867580.52404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.52409: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.52430: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7025 1726867580.52490: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7025 1726867580.52522: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.52535: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 7025 1726867580.52658: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.52961: stdout chunk (state=3): >>># zipimport: zlib available <<< 7025 1726867580.53171: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 7025 1726867580.53508: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7025 1726867580.53526: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.53550: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.53589: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.53599: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.53613: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.53650: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.53767: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.54000: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7025 1726867580.54013: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7025 1726867580.54038: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 7025 1726867580.54044: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7025 1726867580.54063: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 7025 1726867580.54089: stdout chunk (state=3): >>># destroy ntpath <<< 7025 1726867580.54148: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.54165: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 7025 1726867580.54196: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 7025 1726867580.54203: stdout chunk (state=3): >>># destroy subprocess <<< 7025 1726867580.54241: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7025 1726867580.54270: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.54287: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.54321: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.54338: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 7025 1726867580.54412: stdout chunk (state=3): >>># 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 <<< 7025 1726867580.54417: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7025 1726867580.54580: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 7025 1726867580.54608: stdout chunk (state=3): >>># destroy platform<<< 7025 1726867580.54622: stdout chunk (state=3): >>> # destroy _uuid<<< 7025 1726867580.54628: stdout chunk (state=3): >>> <<< 7025 1726867580.54645: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7025 1726867580.54697: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize <<< 7025 1726867580.54716: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7025 1726867580.54756: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7025 1726867580.54840: 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 <<< 7025 1726867580.54874: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7025 1726867580.54879: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7025 1726867580.54910: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator <<< 7025 1726867580.54915: stdout chunk (state=3): >>># destroy _string # destroy re <<< 7025 1726867580.54946: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7025 1726867580.55354: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.44.73 closed. <<< 7025 1726867580.55380: stderr chunk (state=3): >>><<< 7025 1726867580.55383: stdout chunk (state=3): >>><<< 7025 1726867580.55451: _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 0x7f0761d684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761d37b30> # /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 0x7f0761d6aa50> 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 0x7f0761b1d130> # /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 0x7f0761b1e060> 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 0x7f0761b5bf80> # /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 0x7f0761b70110> # /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 0x7f0761b93950> # /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 0x7f0761b93fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b73bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b712e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b59130> # /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 0x7f0761bb38f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761bb2510> # /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 0x7f0761b72210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761bb0d40> # /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 0x7f0761be4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b583b0> # /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 0x7f0761be4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be4cb0> # 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 0x7f0761be5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761b56ed0> # /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 0x7f0761be5700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be5400> 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 0x7f0761be65d0> 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 0x7f0761c007d0> 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 0x7f0761c01f10> # /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 0x7f0761c02db0> # 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 0x7f0761c03410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761c02300> # /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 0x7f0761c03dd0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761c03500> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be6540> # /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 0x7f076199bce0> # /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 0x7f07619c47a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c4500> # 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 0x7f07619c47d0> # /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 0x7f07619c5100> # 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 0x7f07619c5a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c49b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761999e80> # /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 0x7f07619c6e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c5b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761be6cf0> # /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 0x7f07619ef140> # /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 0x7f0761a13500> # /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 0x7f0761a74260> # /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 0x7f0761a769c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a74380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a3d280> # /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 0x7f07613292e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761a12300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07619c7d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0761a12900> # zipimport: found 30 names in '/tmp/ansible_stat_payload_em2icbp8/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 0x7f076137f050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076135df40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076135d0a0> # 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 0x7f076137cef0> # /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 0x7f07613a6a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613a6810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613a6120> # /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 0x7f07613a68a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076137fa70> 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 0x7f07613a77d0> # 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 0x7f07613a7a10> # /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 0x7f07613a7f50> 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 0x7f0761211d60> # 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 0x7f0761213980> # /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 0x7f0761214380> # /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 0x7f0761215520> # /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 0x7f0761217ef0> # 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 0x7f0761b5ad50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07612161b0> # /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 0x7f0761223e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761222900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761222690> # /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 0x7f0761222bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07612166c0> # 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 0x7f0761267f20> # /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 0x7f0761268260> # /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 0x7f0761269d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761269af0> # /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 0x7f076126c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076126a420> # /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 0x7f076126fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076126c440> # 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 0x7f0761270860> # 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 0x7f0761270920> # 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 0x7f0761270bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761268440> # /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 0x7f07612fc440> # 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 0x7f07612fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761272bd0> # 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 0x7f0761273f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07612727e0> # 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 0x7f0761101910> # /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 0x7f0761102750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07612fd940> 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 0x7f0761102720> # 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 0x7f0761103920> # 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 0x7f076110e390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0761109af0> 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 0x7f07613faba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613ee870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f076110e0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07613a6030> # 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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' 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.44.73 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 7025 1726867580.56320: 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-1726867580.052086-7060-26465460489443/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7025 1726867580.56323: _low_level_execute_command(): starting 7025 1726867580.56326: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867580.052086-7060-26465460489443/ > /dev/null 2>&1 && sleep 0' 7025 1726867580.56328: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7025 1726867580.56330: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7025 1726867580.56333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7025 1726867580.56335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7025 1726867580.56337: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.44.73 originally 10.31.44.73 <<< 7025 1726867580.56339: stderr chunk (state=3): >>>debug2: match not found <<< 7025 1726867580.56341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7025 1726867580.56343: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7025 1726867580.56345: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.44.73 is address <<< 7025 1726867580.56347: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7025 1726867580.56371: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7025 1726867580.56375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7025 1726867580.56377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7025 1726867580.56379: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.44.73 originally 10.31.44.73 <<< 7025 1726867580.56381: stderr chunk (state=3): >>>debug2: match found <<< 7025 1726867580.56385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7025 1726867580.56414: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' <<< 7025 1726867580.56418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7025 1726867580.56422: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7025 1726867580.56424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7025 1726867580.58799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7025 1726867580.58833: stderr chunk (state=3): >>><<< 7025 1726867580.58835: stdout chunk (state=3): >>><<< 7025 1726867580.58903: _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.44.73 originally 10.31.44.73 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.44.73 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.44.73 originally 10.31.44.73 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/72bd44d002' 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 7025 1726867580.58907: handler run complete 7025 1726867580.58909: variable 'ansible_facts' from source: unknown 7025 1726867580.58912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867580.58914: variable 'ansible_facts' from source: unknown 7025 1726867580.58916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867580.58928: attempt loop complete, returning result 7025 1726867580.58931: _execute() done 7025 1726867580.58933: dumping result to json 7025 1726867580.58938: done dumping result, returning 7025 1726867580.58944: done running TaskExecutor() for managed_node1/TASK: Check if system is ostree [02a0e989-a5f9-9580-6e18-000000000013] 7025 1726867580.58948: sending task result for task 02a0e989-a5f9-9580-6e18-000000000013 7025 1726867580.59031: done sending task result for task 02a0e989-a5f9-9580-6e18-000000000013 7025 1726867580.59034: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 7025 1726867580.59122: no more pending results, returning what we have 7025 1726867580.59124: results queue empty 7025 1726867580.59125: checking for any_errors_fatal 7025 1726867580.59130: done checking for any_errors_fatal 7025 1726867580.59131: checking for max_fail_percentage 7025 1726867580.59133: done checking for max_fail_percentage 7025 1726867580.59133: checking to see if all hosts have failed and the running result is not ok 7025 1726867580.59134: done checking to see if all hosts have failed 7025 1726867580.59135: getting the remaining hosts for this loop 7025 1726867580.59137: done getting the remaining hosts for this loop 7025 1726867580.59140: getting the next task for host managed_node1 7025 1726867580.59145: done getting next task for host managed_node1 7025 1726867580.59147: ^ task is: TASK: Set flag to indicate system is ostree 7025 1726867580.59156: ^ 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 7025 1726867580.59160: getting variables 7025 1726867580.59161: in VariableManager get_vars() 7025 1726867580.59191: Calling all_inventory to load vars for managed_node1 7025 1726867580.59193: Calling groups_inventory to load vars for managed_node1 7025 1726867580.59198: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867580.59209: Calling all_plugins_play to load vars for managed_node1 7025 1726867580.59211: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867580.59216: Calling groups_plugins_play to load vars for managed_node1 7025 1726867580.59249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867580.59343: done with get_vars() 7025 1726867580.59353: done getting variables 7025 1726867580.59425: 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:20 -0400 (0:00:00.596) 0:00:00.801 ****** 7025 1726867580.59454: entering _queue_task() for managed_node1/set_fact 7025 1726867580.59708: worker is 1 (out of 1 available) 7025 1726867580.59718: exiting _queue_task() for managed_node1/set_fact 7025 1726867580.59735: done queuing things up, now waiting for results queue to drain 7025 1726867580.59736: waiting for pending results... 7025 1726867580.59937: running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree 7025 1726867580.60077: in run() - task 02a0e989-a5f9-9580-6e18-000000000014 7025 1726867580.60100: variable 'ansible_search_path' from source: unknown 7025 1726867580.60111: variable 'ansible_search_path' from source: unknown 7025 1726867580.60155: calling self._execute() 7025 1726867580.60235: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867580.60256: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867580.60265: variable 'omit' from source: magic vars 7025 1726867580.60776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7025 1726867580.61087: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7025 1726867580.61149: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7025 1726867580.61186: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7025 1726867580.61226: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7025 1726867580.61325: 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) 7025 1726867580.61399: 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) 7025 1726867580.61406: 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) 7025 1726867580.61430: 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) 7025 1726867580.61567: Evaluated conditional (not __rhc_is_ostree is defined): True 7025 1726867580.61578: variable 'omit' from source: magic vars 7025 1726867580.61644: variable 'omit' from source: magic vars 7025 1726867580.61771: variable '__ostree_booted_stat' from source: set_fact 7025 1726867580.61897: variable 'omit' from source: magic vars 7025 1726867580.61902: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7025 1726867580.61910: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7025 1726867580.61933: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7025 1726867580.61955: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7025 1726867580.61971: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7025 1726867580.62015: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7025 1726867580.62023: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867580.62030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867580.62135: Set connection var ansible_module_compression to ZIP_DEFLATED 7025 1726867580.62198: Set connection var ansible_shell_type to sh 7025 1726867580.62205: Set connection var ansible_pipelining to False 7025 1726867580.62207: Set connection var ansible_connection to ssh 7025 1726867580.62209: Set connection var ansible_shell_executable to /bin/sh 7025 1726867580.62218: Set connection var ansible_timeout to 10 7025 1726867580.62221: variable 'ansible_shell_executable' from source: unknown 7025 1726867580.62223: variable 'ansible_connection' from source: unknown 7025 1726867580.62225: variable 'ansible_module_compression' from source: unknown 7025 1726867580.62227: variable 'ansible_shell_type' from source: unknown 7025 1726867580.62229: variable 'ansible_shell_executable' from source: unknown 7025 1726867580.62230: variable 'ansible_host' from source: host vars for 'managed_node1' 7025 1726867580.62328: variable 'ansible_pipelining' from source: unknown 7025 1726867580.62332: variable 'ansible_timeout' from source: unknown 7025 1726867580.62334: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7025 1726867580.62368: 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) 7025 1726867580.62385: variable 'omit' from source: magic vars 7025 1726867580.62396: starting attempt loop 7025 1726867580.62406: running the handler 7025 1726867580.62421: handler run complete 7025 1726867580.62444: attempt loop complete, returning result 7025 1726867580.62456: _execute() done 7025 1726867580.62463: dumping result to json 7025 1726867580.62469: done dumping result, returning 7025 1726867580.62480: done running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree [02a0e989-a5f9-9580-6e18-000000000014] 7025 1726867580.62488: sending task result for task 02a0e989-a5f9-9580-6e18-000000000014 7025 1726867580.62595: done sending task result for task 02a0e989-a5f9-9580-6e18-000000000014 7025 1726867580.62599: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7025 1726867580.62766: no more pending results, returning what we have 7025 1726867580.62769: results queue empty 7025 1726867580.62771: checking for any_errors_fatal 7025 1726867580.62775: done checking for any_errors_fatal 7025 1726867580.62776: checking for max_fail_percentage 7025 1726867580.62777: done checking for max_fail_percentage 7025 1726867580.62778: checking to see if all hosts have failed and the running result is not ok 7025 1726867580.62779: done checking to see if all hosts have failed 7025 1726867580.62780: getting the remaining hosts for this loop 7025 1726867580.62782: done getting the remaining hosts for this loop 7025 1726867580.62785: getting the next task for host managed_node1 7025 1726867580.62792: done getting next task for host managed_node1 7025 1726867580.62796: ^ task is: TASK: meta (end_play) 7025 1726867580.62799: ^ 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 7025 1726867580.62806: getting variables 7025 1726867580.62807: in VariableManager get_vars() 7025 1726867580.62833: Calling all_inventory to load vars for managed_node1 7025 1726867580.62836: Calling groups_inventory to load vars for managed_node1 7025 1726867580.62840: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867580.62849: Calling all_plugins_play to load vars for managed_node1 7025 1726867580.62852: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867580.62855: Calling groups_plugins_play to load vars for managed_node1 7025 1726867580.63012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867580.63037: done with get_vars() 7025 1726867580.63044: 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:20 -0400 (0:00:00.036) 0:00:00.838 ****** 7025 1726867580.63135: in VariableManager get_vars() 7025 1726867580.63144: Calling all_inventory to load vars for managed_node1 7025 1726867580.63146: Calling groups_inventory to load vars for managed_node1 7025 1726867580.63148: Calling all_plugins_inventory to load vars for managed_node1 7025 1726867580.63153: Calling all_plugins_play to load vars for managed_node1 7025 1726867580.63155: Calling groups_plugins_inventory to load vars for managed_node1 7025 1726867580.63158: Calling groups_plugins_play to load vars for managed_node1 7025 1726867580.63184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7025 1726867580.63207: done with get_vars() 7025 1726867580.63481: variable 'lsr_rhc_test_data' from source: include_vars 7025 1726867580.63510: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7025 1726867580.63519: done queuing things up, now waiting for results queue to drain 7025 1726867580.63521: results queue empty 7025 1726867580.63522: checking for any_errors_fatal 7025 1726867580.63523: done checking for any_errors_fatal 7025 1726867580.63524: checking for max_fail_percentage 7025 1726867580.63525: done checking for max_fail_percentage 7025 1726867580.63526: checking to see if all hosts have failed and the running result is not ok 7025 1726867580.63526: done checking to see if all hosts have failed 7025 1726867580.63527: getting the remaining hosts for this loop 7025 1726867580.63528: done getting the remaining hosts for this loop 7025 1726867580.63530: getting the next task for host managed_node1 7025 1726867580.63532: host managed_node1 is done iterating, returning 7025 1726867580.63533: done queuing things up, now waiting for results queue to drain 7025 1726867580.63533: results queue empty 7025 1726867580.63534: checking for any_errors_fatal 7025 1726867580.63535: done checking for any_errors_fatal 7025 1726867580.63535: checking for max_fail_percentage 7025 1726867580.63536: done checking for max_fail_percentage 7025 1726867580.63537: checking to see if all hosts have failed and the running result is not ok 7025 1726867580.63537: done checking to see if all hosts have failed 7025 1726867580.63539: getting the next task for host managed_node1 7025 1726867580.63540: host managed_node1 is done iterating, returning PLAY RECAP ********************************************************************* managed_node1 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 17:26:20 -0400 (0:00:00.004) 0:00:00.843 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.60s /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 Get facts for external test data ---------------------------------------- 0.05s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Import test data -------------------------------------------------------- 0.05s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 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 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 7025 1726867580.63607: RUNNING CLEANUP