[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. 9373 1726867726.85582: 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 9373 1726867726.86265: Added group all to inventory 9373 1726867726.86267: Added group ungrouped to inventory 9373 1726867726.86271: Group all now contains ungrouped 9373 1726867726.86274: Examining possible inventory source: /tmp/rhc-yfB/inventory.yml 9373 1726867727.00606: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 9373 1726867727.00665: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 9373 1726867727.00687: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 9373 1726867727.00778: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 9373 1726867727.00866: Loaded config def from plugin (inventory/script) 9373 1726867727.00869: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 9373 1726867727.00923: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 9373 1726867727.01016: Loaded config def from plugin (inventory/yaml) 9373 1726867727.01019: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 9373 1726867727.01158: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 9373 1726867727.01650: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 9373 1726867727.01654: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 9373 1726867727.01657: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 9373 1726867727.01662: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 9373 1726867727.01667: Loading data from /tmp/rhc-yfB/inventory.yml 9373 1726867727.01750: /tmp/rhc-yfB/inventory.yml was not parsable by auto 9373 1726867727.01851: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 9373 1726867727.01887: Loading data from /tmp/rhc-yfB/inventory.yml 9373 1726867727.01980: group all already in inventory 9373 1726867727.01987: set inventory_file for managed_node1 9373 1726867727.01995: set inventory_dir for managed_node1 9373 1726867727.01997: Added host managed_node1 to inventory 9373 1726867727.01999: Added host managed_node1 to group all 9373 1726867727.02000: set ansible_host for managed_node1 9373 1726867727.02001: set ansible_ssh_extra_args for managed_node1 9373 1726867727.02005: set inventory_file for managed_node2 9373 1726867727.02008: set inventory_dir for managed_node2 9373 1726867727.02009: Added host managed_node2 to inventory 9373 1726867727.02011: Added host managed_node2 to group all 9373 1726867727.02012: set ansible_host for managed_node2 9373 1726867727.02013: set ansible_ssh_extra_args for managed_node2 9373 1726867727.02017: set inventory_file for managed_node3 9373 1726867727.02019: set inventory_dir for managed_node3 9373 1726867727.02020: Added host managed_node3 to inventory 9373 1726867727.02021: Added host managed_node3 to group all 9373 1726867727.02022: set ansible_host for managed_node3 9373 1726867727.02023: set ansible_ssh_extra_args for managed_node3 9373 1726867727.02025: Reconcile groups and hosts in inventory. 9373 1726867727.02031: Group ungrouped now contains managed_node1 9373 1726867727.02034: Group ungrouped now contains managed_node2 9373 1726867727.02035: Group ungrouped now contains managed_node3 9373 1726867727.02114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 9373 1726867727.02255: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 9373 1726867727.02321: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 9373 1726867727.02350: Loaded config def from plugin (vars/host_group_vars) 9373 1726867727.02352: 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) 9373 1726867727.02377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 9373 1726867727.02387: 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) 9373 1726867727.02433: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 9373 1726867727.02830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867727.02967: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 9373 1726867727.03026: Loaded config def from plugin (connection/local) 9373 1726867727.03032: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 9373 1726867727.03777: Loaded config def from plugin (connection/paramiko_ssh) 9373 1726867727.03781: 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) 9373 1726867727.06238: 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) 9373 1726867727.06287: Loaded config def from plugin (connection/psrp) 9373 1726867727.06292: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 9373 1726867727.09032: 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) 9373 1726867727.09069: Loaded config def from plugin (connection/ssh) 9373 1726867727.09072: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 9373 1726867727.14469: 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) 9373 1726867727.14886: Loaded config def from plugin (connection/winrm) 9373 1726867727.14891: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 9373 1726867727.14964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 9373 1726867727.15171: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 9373 1726867727.15340: Loaded config def from plugin (shell/cmd) 9373 1726867727.15343: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 9373 1726867727.15377: 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) 9373 1726867727.15597: Loaded config def from plugin (shell/powershell) 9373 1726867727.15599: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 9373 1726867727.15763: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 9373 1726867727.16141: Loaded config def from plugin (shell/sh) 9373 1726867727.16144: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 9373 1726867727.16236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 9373 1726867727.16507: Loaded config def from plugin (become/runas) 9373 1726867727.16525: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 9373 1726867727.16760: Loaded config def from plugin (become/su) 9373 1726867727.16763: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 9373 1726867727.16934: Loaded config def from plugin (become/sudo) 9373 1726867727.16937: 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 9373 1726867727.16976: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_release.yml 9373 1726867727.18663: in VariableManager get_vars() 9373 1726867727.18696: done with get_vars() 9373 1726867727.18715: 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 9373 1726867727.19403: trying /usr/local/lib/python3.12/site-packages/ansible/modules 9373 1726867727.26136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 9373 1726867727.26577: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 9373 1726867727.27463: in VariableManager get_vars() 9373 1726867727.27480: done with get_vars() 9373 1726867727.27490: 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 9373 1726867727.28022: in VariableManager get_vars() 9373 1726867727.28036: done with get_vars() 9373 1726867727.28250: in VariableManager get_vars() 9373 1726867727.28264: done with get_vars() 9373 1726867727.28688: in VariableManager get_vars() 9373 1726867727.28710: done with get_vars() 9373 1726867727.28891: in VariableManager get_vars() 9373 1726867727.28906: done with get_vars() 9373 1726867727.29066: in VariableManager get_vars() 9373 1726867727.29077: done with get_vars() 9373 1726867727.29239: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 9373 1726867727.29261: 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 9373 1726867727.29554: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 9373 1726867727.30138: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 9373 1726867727.30140: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 9373 1726867727.30172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 9373 1726867727.30304: 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) 9373 1726867727.30656: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 9373 1726867727.30838: Loaded config def from plugin (callback/default) 9373 1726867727.30841: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 9373 1726867727.35452: Loaded config def from plugin (callback/junit) 9373 1726867727.35455: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 9373 1726867727.35516: 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) 9373 1726867727.35582: Loaded config def from plugin (callback/minimal) 9373 1726867727.35585: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 9373 1726867727.35705: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 9373 1726867727.35774: Loaded config def from plugin (callback/tree) 9373 1726867727.35776: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 9373 1726867727.36140: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 9373 1726867727.36143: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_release.yml **************************************************** 1 plays in /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_release.yml 9373 1726867727.36174: in VariableManager get_vars() 9373 1726867727.36186: done with get_vars() 9373 1726867727.36192: in VariableManager get_vars() 9373 1726867727.36204: done with get_vars() 9373 1726867727.36208: variable 'omit' from source: magic vars 9373 1726867727.36377: in VariableManager get_vars() 9373 1726867727.36391: done with get_vars() 9373 1726867727.36417: variable 'omit' from source: magic vars PLAY [Basic release test] ****************************************************** 9373 1726867727.37553: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 9373 1726867727.37637: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 9373 1726867727.37666: getting the remaining hosts for this loop 9373 1726867727.37668: done getting the remaining hosts for this loop 9373 1726867727.37670: getting the next task for host managed_node2 9373 1726867727.37675: done getting next task for host managed_node2 9373 1726867727.37683: ^ task is: TASK: meta (flush_handlers) 9373 1726867727.37685: ^ 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 9373 1726867727.37688: getting variables 9373 1726867727.37689: in VariableManager get_vars() 9373 1726867727.37701: Calling all_inventory to load vars for managed_node2 9373 1726867727.37703: Calling groups_inventory to load vars for managed_node2 9373 1726867727.37706: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867727.37720: Calling all_plugins_play to load vars for managed_node2 9373 1726867727.37731: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867727.37735: Calling groups_plugins_play to load vars for managed_node2 9373 1726867727.37768: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867727.37832: done with get_vars() 9373 1726867727.37839: done getting variables 9373 1726867727.37881: in VariableManager get_vars() 9373 1726867727.37889: Calling all_inventory to load vars for managed_node2 9373 1726867727.37891: Calling groups_inventory to load vars for managed_node2 9373 1726867727.37893: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867727.37905: Calling all_plugins_play to load vars for managed_node2 9373 1726867727.37910: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867727.37914: Calling groups_plugins_play to load vars for managed_node2 9373 1726867727.37942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867727.37955: done with get_vars() 9373 1726867727.37965: done queuing things up, now waiting for results queue to drain 9373 1726867727.37966: results queue empty 9373 1726867727.37967: checking for any_errors_fatal 9373 1726867727.37969: done checking for any_errors_fatal 9373 1726867727.37969: checking for max_fail_percentage 9373 1726867727.37970: done checking for max_fail_percentage 9373 1726867727.37971: checking to see if all hosts have failed and the running result is not ok 9373 1726867727.37971: done checking to see if all hosts have failed 9373 1726867727.37972: getting the remaining hosts for this loop 9373 1726867727.37973: done getting the remaining hosts for this loop 9373 1726867727.37975: getting the next task for host managed_node2 9373 1726867727.37980: done getting next task for host managed_node2 9373 1726867727.37982: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 9373 1726867727.37984: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 9373 1726867727.37986: getting variables 9373 1726867727.37987: in VariableManager get_vars() 9373 1726867727.37997: Calling all_inventory to load vars for managed_node2 9373 1726867727.37999: Calling groups_inventory to load vars for managed_node2 9373 1726867727.38001: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867727.38014: Calling all_plugins_play to load vars for managed_node2 9373 1726867727.38017: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867727.38020: Calling groups_plugins_play to load vars for managed_node2 9373 1726867727.38064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867727.38080: done with get_vars() 9373 1726867727.38086: done getting variables 9373 1726867727.38151: 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:28:47 -0400 (0:00:00.022) 0:00:00.022 ****** 9373 1726867727.38177: entering _queue_task() for managed_node2/set_fact 9373 1726867727.38178: Creating lock for set_fact 9373 1726867727.38599: worker is 1 (out of 1 available) 9373 1726867727.38613: exiting _queue_task() for managed_node2/set_fact 9373 1726867727.38623: done queuing things up, now waiting for results queue to drain 9373 1726867727.38625: waiting for pending results... 9373 1726867727.39061: running TaskExecutor() for managed_node2/TASK: Get LSR_RHC_TEST_DATA environment variable 9373 1726867727.39431: in run() - task 02a0e989-a5f9-13ae-057b-000000000009 9373 1726867727.39436: variable 'ansible_search_path' from source: unknown 9373 1726867727.39438: variable 'ansible_search_path' from source: unknown 9373 1726867727.39460: calling self._execute() 9373 1726867727.39597: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.39609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.39650: variable 'omit' from source: magic vars 9373 1726867727.39746: variable 'omit' from source: magic vars 9373 1726867727.39819: variable 'omit' from source: magic vars 9373 1726867727.40908: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 9373 1726867727.41340: Loaded config def from plugin (lookup/env) 9373 1726867727.41343: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 9373 1726867727.41396: variable 'omit' from source: magic vars 9373 1726867727.41490: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9373 1726867727.41582: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9373 1726867727.41654: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9373 1726867727.41917: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9373 1726867727.41924: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9373 1726867727.41927: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9373 1726867727.41929: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.41931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.41933: Set connection var ansible_timeout to 10 9373 1726867727.41941: Set connection var ansible_shell_executable to /bin/sh 9373 1726867727.41954: Set connection var ansible_pipelining to False 9373 1726867727.41965: Set connection var ansible_shell_type to sh 9373 1726867727.41981: Set connection var ansible_module_compression to ZIP_DEFLATED 9373 1726867727.41988: Set connection var ansible_connection to ssh 9373 1726867727.42029: variable 'ansible_shell_executable' from source: unknown 9373 1726867727.42046: variable 'ansible_connection' from source: unknown 9373 1726867727.42055: variable 'ansible_module_compression' from source: unknown 9373 1726867727.42066: variable 'ansible_shell_type' from source: unknown 9373 1726867727.42074: variable 'ansible_shell_executable' from source: unknown 9373 1726867727.42085: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.42098: variable 'ansible_pipelining' from source: unknown 9373 1726867727.42181: variable 'ansible_timeout' from source: unknown 9373 1726867727.42215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.42579: 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) 9373 1726867727.42583: variable 'omit' from source: magic vars 9373 1726867727.42592: starting attempt loop 9373 1726867727.42596: running the handler 9373 1726867727.42618: handler run complete 9373 1726867727.42639: attempt loop complete, returning result 9373 1726867727.42651: _execute() done 9373 1726867727.42664: dumping result to json 9373 1726867727.42676: done dumping result, returning 9373 1726867727.42738: done running TaskExecutor() for managed_node2/TASK: Get LSR_RHC_TEST_DATA environment variable [02a0e989-a5f9-13ae-057b-000000000009] 9373 1726867727.42742: sending task result for task 02a0e989-a5f9-13ae-057b-000000000009 9373 1726867727.42917: done sending task result for task 02a0e989-a5f9-13ae-057b-000000000009 ok: [managed_node2] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 9373 1726867727.43090: no more pending results, returning what we have 9373 1726867727.43096: results queue empty 9373 1726867727.43097: checking for any_errors_fatal 9373 1726867727.43099: done checking for any_errors_fatal 9373 1726867727.43100: checking for max_fail_percentage 9373 1726867727.43102: done checking for max_fail_percentage 9373 1726867727.43102: checking to see if all hosts have failed and the running result is not ok 9373 1726867727.43106: done checking to see if all hosts have failed 9373 1726867727.43107: getting the remaining hosts for this loop 9373 1726867727.43109: done getting the remaining hosts for this loop 9373 1726867727.43117: getting the next task for host managed_node2 9373 1726867727.43131: done getting next task for host managed_node2 9373 1726867727.43134: ^ task is: TASK: Import test data 9373 1726867727.43136: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 9373 1726867727.43143: getting variables 9373 1726867727.43145: in VariableManager get_vars() 9373 1726867727.43180: Calling all_inventory to load vars for managed_node2 9373 1726867727.43185: Calling groups_inventory to load vars for managed_node2 9373 1726867727.43189: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867727.43404: Calling all_plugins_play to load vars for managed_node2 9373 1726867727.43407: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867727.43416: WORKER PROCESS EXITING 9373 1726867727.43431: Calling groups_plugins_play to load vars for managed_node2 9373 1726867727.43478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867727.43549: done with get_vars() 9373 1726867727.43556: done getting variables 9373 1726867727.43742: 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:28:47 -0400 (0:00:00.056) 0:00:00.078 ****** 9373 1726867727.43783: entering _queue_task() for managed_node2/include_vars 9373 1726867727.43785: Creating lock for include_vars 9373 1726867727.44357: worker is 1 (out of 1 available) 9373 1726867727.44367: exiting _queue_task() for managed_node2/include_vars 9373 1726867727.44375: done queuing things up, now waiting for results queue to drain 9373 1726867727.44377: waiting for pending results... 9373 1726867727.44574: running TaskExecutor() for managed_node2/TASK: Import test data 9373 1726867727.44649: in run() - task 02a0e989-a5f9-13ae-057b-00000000000b 9373 1726867727.44666: variable 'ansible_search_path' from source: unknown 9373 1726867727.44671: variable 'ansible_search_path' from source: unknown 9373 1726867727.44725: calling self._execute() 9373 1726867727.44791: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.44808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.44821: variable 'omit' from source: magic vars 9373 1726867727.45396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9373 1726867727.48019: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9373 1726867727.48023: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9373 1726867727.48066: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9373 1726867727.48160: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9373 1726867727.48256: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9373 1726867727.48359: 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) 9373 1726867727.48401: 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) 9373 1726867727.48500: 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) 9373 1726867727.48588: 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) 9373 1726867727.48608: 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) 9373 1726867727.48907: variable 'lsr_rhc_test_data_file' from source: set_fact 9373 1726867727.48915: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 9373 1726867727.48919: when evaluation is False, skipping this task 9373 1726867727.48921: _execute() done 9373 1726867727.48923: dumping result to json 9373 1726867727.48925: done dumping result, returning 9373 1726867727.48931: done running TaskExecutor() for managed_node2/TASK: Import test data [02a0e989-a5f9-13ae-057b-00000000000b] 9373 1726867727.48933: sending task result for task 02a0e989-a5f9-13ae-057b-00000000000b 9373 1726867727.49027: done sending task result for task 02a0e989-a5f9-13ae-057b-00000000000b 9373 1726867727.49031: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 9373 1726867727.49166: no more pending results, returning what we have 9373 1726867727.49170: results queue empty 9373 1726867727.49171: checking for any_errors_fatal 9373 1726867727.49175: done checking for any_errors_fatal 9373 1726867727.49176: checking for max_fail_percentage 9373 1726867727.49177: done checking for max_fail_percentage 9373 1726867727.49178: checking to see if all hosts have failed and the running result is not ok 9373 1726867727.49179: done checking to see if all hosts have failed 9373 1726867727.49180: getting the remaining hosts for this loop 9373 1726867727.49181: done getting the remaining hosts for this loop 9373 1726867727.49185: getting the next task for host managed_node2 9373 1726867727.49191: done getting next task for host managed_node2 9373 1726867727.49193: ^ task is: TASK: Get facts for external test data 9373 1726867727.49197: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 9373 1726867727.49200: getting variables 9373 1726867727.49202: in VariableManager get_vars() 9373 1726867727.49352: Calling all_inventory to load vars for managed_node2 9373 1726867727.49364: Calling groups_inventory to load vars for managed_node2 9373 1726867727.49368: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867727.49383: Calling all_plugins_play to load vars for managed_node2 9373 1726867727.49387: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867727.49393: Calling groups_plugins_play to load vars for managed_node2 9373 1726867727.49563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867727.49589: done with get_vars() 9373 1726867727.49597: 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:28:47 -0400 (0:00:00.059) 0:00:00.137 ****** 9373 1726867727.49732: entering _queue_task() for managed_node2/setup 9373 1726867727.50147: worker is 1 (out of 1 available) 9373 1726867727.50155: exiting _queue_task() for managed_node2/setup 9373 1726867727.50163: done queuing things up, now waiting for results queue to drain 9373 1726867727.50164: waiting for pending results... 9373 1726867727.50309: running TaskExecutor() for managed_node2/TASK: Get facts for external test data 9373 1726867727.50477: in run() - task 02a0e989-a5f9-13ae-057b-00000000000c 9373 1726867727.50497: variable 'ansible_search_path' from source: unknown 9373 1726867727.50519: variable 'ansible_search_path' from source: unknown 9373 1726867727.50573: calling self._execute() 9373 1726867727.50666: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.50687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.50703: variable 'omit' from source: magic vars 9373 1726867727.51284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9373 1726867727.53982: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9373 1726867727.54140: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9373 1726867727.54214: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9373 1726867727.54285: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9373 1726867727.54288: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9373 1726867727.54521: 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) 9373 1726867727.54524: 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) 9373 1726867727.54527: 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) 9373 1726867727.54533: 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) 9373 1726867727.54568: 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) 9373 1726867727.54723: variable 'lsr_rhc_test_data_file' from source: set_fact 9373 1726867727.54779: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 9373 1726867727.54799: when evaluation is False, skipping this task 9373 1726867727.54808: _execute() done 9373 1726867727.54817: dumping result to json 9373 1726867727.54824: done dumping result, returning 9373 1726867727.54833: done running TaskExecutor() for managed_node2/TASK: Get facts for external test data [02a0e989-a5f9-13ae-057b-00000000000c] 9373 1726867727.54842: sending task result for task 02a0e989-a5f9-13ae-057b-00000000000c 9373 1726867727.54963: done sending task result for task 02a0e989-a5f9-13ae-057b-00000000000c skipping: [managed_node2] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 9373 1726867727.55006: no more pending results, returning what we have 9373 1726867727.55014: results queue empty 9373 1726867727.55016: checking for any_errors_fatal 9373 1726867727.55024: done checking for any_errors_fatal 9373 1726867727.55025: checking for max_fail_percentage 9373 1726867727.55026: done checking for max_fail_percentage 9373 1726867727.55027: checking to see if all hosts have failed and the running result is not ok 9373 1726867727.55030: done checking to see if all hosts have failed 9373 1726867727.55031: getting the remaining hosts for this loop 9373 1726867727.55033: done getting the remaining hosts for this loop 9373 1726867727.55037: getting the next task for host managed_node2 9373 1726867727.55048: done getting next task for host managed_node2 9373 1726867727.55051: ^ task is: TASK: Set local lsr_rhc_test_data 9373 1726867727.55055: ^ state is: HOST STATE: block=2, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 9373 1726867727.55058: getting variables 9373 1726867727.55060: in VariableManager get_vars() 9373 1726867727.55208: Calling all_inventory to load vars for managed_node2 9373 1726867727.55213: Calling groups_inventory to load vars for managed_node2 9373 1726867727.55216: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867727.55226: Calling all_plugins_play to load vars for managed_node2 9373 1726867727.55230: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867727.55233: Calling groups_plugins_play to load vars for managed_node2 9373 1726867727.55282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867727.55429: done with get_vars() 9373 1726867727.55436: done getting variables 9373 1726867727.55466: WORKER PROCESS EXITING 9373 1726867727.55510: 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:28:47 -0400 (0:00:00.058) 0:00:00.196 ****** 9373 1726867727.55543: entering _queue_task() for managed_node2/include_vars 9373 1726867727.55856: worker is 1 (out of 1 available) 9373 1726867727.55866: exiting _queue_task() for managed_node2/include_vars 9373 1726867727.55875: done queuing things up, now waiting for results queue to drain 9373 1726867727.55876: waiting for pending results... 9373 1726867727.56124: running TaskExecutor() for managed_node2/TASK: Set local lsr_rhc_test_data 9373 1726867727.56252: in run() - task 02a0e989-a5f9-13ae-057b-00000000000e 9373 1726867727.56283: variable 'ansible_search_path' from source: unknown 9373 1726867727.56299: variable 'ansible_search_path' from source: unknown 9373 1726867727.56347: calling self._execute() 9373 1726867727.56421: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.56433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.56447: variable 'omit' from source: magic vars 9373 1726867727.56926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9373 1726867727.59301: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9373 1726867727.59349: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9373 1726867727.59400: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9373 1726867727.59463: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9373 1726867727.59499: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9373 1726867727.59606: 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) 9373 1726867727.59683: 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) 9373 1726867727.59700: 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) 9373 1726867727.59747: 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) 9373 1726867727.59792: 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) 9373 1726867727.59918: variable 'lsr_rhc_test_data_file' from source: set_fact 9373 1726867727.60000: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9373 1726867727.60005: variable 'omit' from source: magic vars 9373 1726867727.60021: variable 'omit' from source: magic vars 9373 1726867727.60059: variable 'omit' from source: magic vars 9373 1726867727.60098: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9373 1726867727.60203: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9373 1726867727.60208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9373 1726867727.60213: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9373 1726867727.60236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9373 1726867727.60266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9373 1726867727.60293: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9373 1726867727.60399: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9373 1726867727.60403: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.60405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.60527: Set connection var ansible_timeout to 10 9373 1726867727.60541: Set connection var ansible_shell_executable to /bin/sh 9373 1726867727.60576: Set connection var ansible_pipelining to False 9373 1726867727.60587: Set connection var ansible_shell_type to sh 9373 1726867727.60600: Set connection var ansible_module_compression to ZIP_DEFLATED 9373 1726867727.60608: Set connection var ansible_connection to ssh 9373 1726867727.60636: variable 'ansible_shell_executable' from source: unknown 9373 1726867727.60671: variable 'ansible_connection' from source: unknown 9373 1726867727.60674: variable 'ansible_module_compression' from source: unknown 9373 1726867727.60701: variable 'ansible_shell_type' from source: unknown 9373 1726867727.60703: variable 'ansible_shell_executable' from source: unknown 9373 1726867727.60705: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.60708: variable 'ansible_pipelining' from source: unknown 9373 1726867727.60710: variable 'ansible_timeout' from source: unknown 9373 1726867727.60714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.60886: 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) 9373 1726867727.60889: variable 'omit' from source: magic vars 9373 1726867727.60891: starting attempt loop 9373 1726867727.60895: running the handler 9373 1726867727.60897: evaluation_path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 9373 1726867727.60915: 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 9373 1726867727.61073: handler run complete 9373 1726867727.61099: attempt loop complete, returning result 9373 1726867727.61103: _execute() done 9373 1726867727.61125: dumping result to json 9373 1726867727.61301: done dumping result, returning 9373 1726867727.61304: done running TaskExecutor() for managed_node2/TASK: Set local lsr_rhc_test_data [02a0e989-a5f9-13ae-057b-00000000000e] 9373 1726867727.61306: sending task result for task 02a0e989-a5f9-13ae-057b-00000000000e 9373 1726867727.61383: done sending task result for task 02a0e989-a5f9-13ae-057b-00000000000e 9373 1726867727.61386: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 9373 1726867727.61518: no more pending results, returning what we have 9373 1726867727.61521: results queue empty 9373 1726867727.61522: checking for any_errors_fatal 9373 1726867727.61526: done checking for any_errors_fatal 9373 1726867727.61527: checking for max_fail_percentage 9373 1726867727.61529: done checking for max_fail_percentage 9373 1726867727.61529: checking to see if all hosts have failed and the running result is not ok 9373 1726867727.61530: done checking to see if all hosts have failed 9373 1726867727.61531: getting the remaining hosts for this loop 9373 1726867727.61533: done getting the remaining hosts for this loop 9373 1726867727.61536: getting the next task for host managed_node2 9373 1726867727.61543: done getting next task for host managed_node2 9373 1726867727.61546: ^ task is: TASK: Check if system is ostree 9373 1726867727.61548: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 9373 1726867727.61552: getting variables 9373 1726867727.61554: in VariableManager get_vars() 9373 1726867727.61578: Calling all_inventory to load vars for managed_node2 9373 1726867727.61581: Calling groups_inventory to load vars for managed_node2 9373 1726867727.61584: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867727.61593: Calling all_plugins_play to load vars for managed_node2 9373 1726867727.61748: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867727.61756: Calling groups_plugins_play to load vars for managed_node2 9373 1726867727.61799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867727.61824: done with get_vars() 9373 1726867727.61831: 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:28:47 -0400 (0:00:00.063) 0:00:00.259 ****** 9373 1726867727.61927: entering _queue_task() for managed_node2/stat 9373 1726867727.62147: worker is 1 (out of 1 available) 9373 1726867727.62157: exiting _queue_task() for managed_node2/stat 9373 1726867727.62165: done queuing things up, now waiting for results queue to drain 9373 1726867727.62166: waiting for pending results... 9373 1726867727.62410: running TaskExecutor() for managed_node2/TASK: Check if system is ostree 9373 1726867727.62516: in run() - task 02a0e989-a5f9-13ae-057b-000000000010 9373 1726867727.62599: variable 'ansible_search_path' from source: unknown 9373 1726867727.62609: variable 'ansible_search_path' from source: unknown 9373 1726867727.62618: calling self._execute() 9373 1726867727.62659: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.62671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.62685: variable 'omit' from source: magic vars 9373 1726867727.63206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9373 1726867727.63492: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9373 1726867727.63551: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9373 1726867727.63613: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9373 1726867727.63710: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9373 1726867727.63762: 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) 9373 1726867727.63807: 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) 9373 1726867727.63855: 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) 9373 1726867727.63920: 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) 9373 1726867727.64027: Evaluated conditional (not __rhc_is_ostree is defined): True 9373 1726867727.64045: variable 'omit' from source: magic vars 9373 1726867727.64099: variable 'omit' from source: magic vars 9373 1726867727.64157: variable 'omit' from source: magic vars 9373 1726867727.64254: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9373 1726867727.64258: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9373 1726867727.64260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9373 1726867727.64262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9373 1726867727.64280: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9373 1726867727.64302: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9373 1726867727.64327: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9373 1726867727.64361: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9373 1726867727.64379: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.64400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.64519: Set connection var ansible_timeout to 10 9373 1726867727.64579: Set connection var ansible_shell_executable to /bin/sh 9373 1726867727.64582: Set connection var ansible_pipelining to False 9373 1726867727.64584: Set connection var ansible_shell_type to sh 9373 1726867727.64587: Set connection var ansible_module_compression to ZIP_DEFLATED 9373 1726867727.64598: Set connection var ansible_connection to ssh 9373 1726867727.64601: variable 'ansible_shell_executable' from source: unknown 9373 1726867727.64603: variable 'ansible_connection' from source: unknown 9373 1726867727.64610: variable 'ansible_module_compression' from source: unknown 9373 1726867727.64619: variable 'ansible_shell_type' from source: unknown 9373 1726867727.64627: variable 'ansible_shell_executable' from source: unknown 9373 1726867727.64634: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867727.64641: variable 'ansible_pipelining' from source: unknown 9373 1726867727.64648: variable 'ansible_timeout' from source: unknown 9373 1726867727.64688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867727.64816: 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__) 9373 1726867727.64832: variable 'omit' from source: magic vars 9373 1726867727.64843: starting attempt loop 9373 1726867727.64851: running the handler 9373 1726867727.64867: _low_level_execute_command(): starting 9373 1726867727.64901: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9373 1726867727.65698: 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.45.103 originally 10.31.45.103 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.45.103 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9373 1726867727.65798: 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' <<< 9373 1726867727.65830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9373 1726867727.65871: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9373 1726867727.65917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9373 1726867727.67634: stdout chunk (state=3): >>>/root <<< 9373 1726867727.67895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9373 1726867727.67899: stdout chunk (state=3): >>><<< 9373 1726867727.67902: stderr chunk (state=3): >>><<< 9373 1726867727.68061: _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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' 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 9373 1726867727.68073: _low_level_execute_command(): starting 9373 1726867727.68076: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900 `" && echo ansible-tmp-1726867727.679467-9415-68830803469900="` echo /root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900 `" ) && sleep 0' 9373 1726867727.69603: 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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' <<< 9373 1726867727.69607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9373 1726867727.69661: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9373 1726867727.69759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9373 1726867727.71759: stdout chunk (state=3): >>>ansible-tmp-1726867727.679467-9415-68830803469900=/root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900 <<< 9373 1726867727.71875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9373 1726867727.71959: stderr chunk (state=3): >>><<< 9373 1726867727.71962: stdout chunk (state=3): >>><<< 9373 1726867727.72002: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867727.679467-9415-68830803469900=/root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900 , 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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' 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 9373 1726867727.72221: variable 'ansible_module_compression' from source: unknown 9373 1726867727.72224: ANSIBALLZ: Using lock for stat 9373 1726867727.72229: ANSIBALLZ: Acquiring lock 9373 1726867727.72231: ANSIBALLZ: Lock acquired: 139851165411584 9373 1726867727.72233: ANSIBALLZ: Creating module 9373 1726867727.92705: ANSIBALLZ: Writing module into payload 9373 1726867727.92825: ANSIBALLZ: Writing module 9373 1726867727.92892: ANSIBALLZ: Renaming module 9373 1726867727.92898: ANSIBALLZ: Done creating module 9373 1726867727.92901: variable 'ansible_facts' from source: unknown 9373 1726867727.92903: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9373 1726867727.92905: _low_level_execute_command(): starting 9373 1726867727.92918: _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' 9373 1726867727.93580: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9373 1726867727.93598: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9373 1726867727.93615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9373 1726867727.93666: 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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9373 1726867727.93740: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' <<< 9373 1726867727.93775: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9373 1726867727.93801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9373 1726867727.93830: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9373 1726867727.95550: stdout chunk (state=3): >>>PLATFORM <<< 9373 1726867727.95631: stdout chunk (state=3): >>>Linux <<< 9373 1726867727.95656: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 9373 1726867727.95799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9373 1726867727.95999: stderr chunk (state=3): >>><<< 9373 1726867727.96002: stdout chunk (state=3): >>><<< 9373 1726867727.96005: _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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' 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 9373 1726867727.96010 [managed_node2]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 9373 1726867727.96018: _low_level_execute_command(): starting 9373 1726867727.96020: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 9373 1726867727.96220: Sending initial data 9373 1726867727.96224: Sent initial data (1181 bytes) 9373 1726867727.96507: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9373 1726867727.96520: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9373 1726867727.96531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9373 1726867727.96544: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9373 1726867727.96563: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.103 originally 10.31.45.103 <<< 9373 1726867727.96570: stderr chunk (state=3): >>>debug2: match not found <<< 9373 1726867727.96579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9373 1726867727.96595: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9373 1726867727.96678: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9373 1726867727.96687: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' <<< 9373 1726867727.96700: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9373 1726867727.96721: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9373 1726867727.96786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9373 1726867728.00331: 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"} <<< 9373 1726867728.00899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9373 1726867728.00903: stdout chunk (state=3): >>><<< 9373 1726867728.00905: stderr chunk (state=3): >>><<< 9373 1726867728.00907: _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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' 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 9373 1726867728.00909: variable 'ansible_facts' from source: unknown 9373 1726867728.00911: variable 'ansible_facts' from source: unknown 9373 1726867728.00913: variable 'ansible_module_compression' from source: unknown 9373 1726867728.00938: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-9373djubl_6g/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 9373 1726867728.00961: variable 'ansible_facts' from source: unknown 9373 1726867728.01049: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/AnsiballZ_stat.py 9373 1726867728.01268: Sending initial data 9373 1726867728.01271: Sent initial data (149 bytes) 9373 1726867728.01821: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9373 1726867728.01835: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9373 1726867728.01849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9373 1726867728.01914: 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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9373 1726867728.01968: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' <<< 9373 1726867728.01985: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9373 1726867728.02014: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9373 1726867728.02078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9373 1726867728.03730: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 9373 1726867728.03782: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9373 1726867728.03829: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-9373djubl_6g/tmpj8ca_uvb /root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/AnsiballZ_stat.py <<< 9373 1726867728.03837: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/AnsiballZ_stat.py" <<< 9373 1726867728.03883: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-9373djubl_6g/tmpj8ca_uvb" to remote "/root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/AnsiballZ_stat.py" <<< 9373 1726867728.04749: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9373 1726867728.04752: stdout chunk (state=3): >>><<< 9373 1726867728.04754: stderr chunk (state=3): >>><<< 9373 1726867728.04757: done transferring module to remote 9373 1726867728.04759: _low_level_execute_command(): starting 9373 1726867728.04761: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/ /root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/AnsiballZ_stat.py && sleep 0' 9373 1726867728.05430: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9373 1726867728.05513: 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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9373 1726867728.05564: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' <<< 9373 1726867728.05581: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9373 1726867728.05609: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9373 1726867728.05687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9373 1726867728.07551: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9373 1726867728.07562: stderr chunk (state=3): >>><<< 9373 1726867728.07571: stdout chunk (state=3): >>><<< 9373 1726867728.07593: _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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' 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 9373 1726867728.07692: _low_level_execute_command(): starting 9373 1726867728.07697: _low_level_execute_command(): using become for this command 9373 1726867728.07700: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ruppnubnjjlrmgbakfwdmevfglxkzpbg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/AnsiballZ_stat.py'"'"' && sleep 0' 9373 1726867728.07924: Initial state: awaiting_escalation: BECOME-SUCCESS-ruppnubnjjlrmgbakfwdmevfglxkzpbg 9373 1726867728.08287: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9373 1726867728.08356: stderr chunk (state=1): >>>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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9373 1726867728.08433: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' debug2: fd 3 setting O_NONBLOCK <<< 9373 1726867728.08466: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9373 1726867728.08538: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9373 1726867728.11542: stdout chunk (state=1): >>>BECOME-SUCCESS-ruppnubnjjlrmgbakfwdmevfglxkzpbg <<< 9373 1726867728.11558: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ruppnubnjjlrmgbakfwdmevfglxkzpbg' 9373 1726867728.11871: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9373 1726867728.11905: stdout chunk (state=3): >>>import _imp # builtin <<< 9373 1726867728.11945: stdout chunk (state=3): >>>import '_thread' # <<< 9373 1726867728.11948: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9373 1726867728.12013: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 9373 1726867728.12052: stdout chunk (state=3): >>>import 'posix' # <<< 9373 1726867728.12088: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9373 1726867728.12117: stdout chunk (state=3): >>>import 'time' # <<< 9373 1726867728.12127: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9373 1726867728.12197: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9373 1726867728.12208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 9373 1726867728.12231: stdout chunk (state=3): >>>import 'codecs' # <<< 9373 1726867728.12272: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9373 1726867728.12321: 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 0x7ff445bbc3e0> <<< 9373 1726867728.12352: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445b8ba10> # /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' <<< 9373 1726867728.12368: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445bbe930> <<< 9373 1726867728.12383: stdout chunk (state=3): >>>import '_signal' # <<< 9373 1726867728.12440: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 9373 1726867728.12443: stdout chunk (state=3): >>>import 'io' # <<< 9373 1726867728.12477: stdout chunk (state=3): >>>import '_stat' # <<< 9373 1726867728.12480: stdout chunk (state=3): >>>import 'stat' # <<< 9373 1726867728.12562: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9373 1726867728.12596: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9373 1726867728.12644: stdout chunk (state=3): >>>import 'os' # <<< 9373 1726867728.12647: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9373 1726867728.12697: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 9373 1726867728.12700: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9373 1726867728.12732: 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 <<< 9373 1726867728.12735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9373 1726867728.12759: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445bccfe0> <<< 9373 1726867728.12813: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.12835: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445bcdf10> <<< 9373 1726867728.12866: stdout chunk (state=3): >>>import 'site' # <<< 9373 1726867728.12901: 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. <<< 9373 1726867728.13134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9373 1726867728.13145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9373 1726867728.13168: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9373 1726867728.13184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.13213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9373 1726867728.13247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9373 1726867728.13266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9373 1726867728.13307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9373 1726867728.13345: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459cbe00> <<< 9373 1726867728.13357: stdout chunk (state=3): >>># /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' <<< 9373 1726867728.13384: stdout chunk (state=3): >>>import '_operator' # <<< 9373 1726867728.13403: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459cbec0> <<< 9373 1726867728.13420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9373 1726867728.13438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9373 1726867728.13467: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9373 1726867728.13514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.13533: stdout chunk (state=3): >>>import 'itertools' # <<< 9373 1726867728.13573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 9373 1726867728.13612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a03800> # /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' <<< 9373 1726867728.13616: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a03e90> <<< 9373 1726867728.13634: stdout chunk (state=3): >>>import '_collections' # <<< 9373 1726867728.13691: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459e3ad0> <<< 9373 1726867728.13712: stdout chunk (state=3): >>>import '_functools' # <<< 9373 1726867728.13731: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459e11f0> <<< 9373 1726867728.13821: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459c8fb0> <<< 9373 1726867728.13848: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9373 1726867728.13875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9373 1726867728.13887: stdout chunk (state=3): >>>import '_sre' # <<< 9373 1726867728.13924: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9373 1726867728.13964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9373 1726867728.13967: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9373 1726867728.14006: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a23770> <<< 9373 1726867728.14025: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a22390> <<< 9373 1726867728.14059: 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 0x7ff4459e21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a20b00> <<< 9373 1726867728.14122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9373 1726867728.14160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a587d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459c8230> <<< 9373 1726867728.14180: 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' <<< 9373 1726867728.14208: 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 0x7ff445a58c80> <<< 9373 1726867728.14231: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a58b30> <<< 9373 1726867728.14259: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.14295: stdout chunk (state=3): >>># 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 0x7ff445a58f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459c6d50> <<< 9373 1726867728.14315: 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' <<< 9373 1726867728.14327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9373 1726867728.14354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9373 1726867728.14381: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a595e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a592b0> import 'importlib.machinery' # <<< 9373 1726867728.14419: 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' <<< 9373 1726867728.14436: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a5a4e0> <<< 9373 1726867728.14456: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9373 1726867728.14479: stdout chunk (state=3): >>>import 'runpy' # <<< 9373 1726867728.14490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9373 1726867728.14522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9373 1726867728.14556: 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 0x7ff445a706e0> <<< 9373 1726867728.14568: stdout chunk (state=3): >>>import 'errno' # <<< 9373 1726867728.14612: 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 0x7ff445a71dc0> <<< 9373 1726867728.14636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9373 1726867728.14665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9373 1726867728.14683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9373 1726867728.14717: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a72c30> <<< 9373 1726867728.14758: 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 0x7ff445a73260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a72180> <<< 9373 1726867728.14781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9373 1726867728.14833: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.14839: 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 0x7ff445a73ce0> <<< 9373 1726867728.14882: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a73410> <<< 9373 1726867728.14889: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a5a450> <<< 9373 1726867728.14911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9373 1726867728.14944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9373 1726867728.14971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9373 1726867728.14985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9373 1726867728.15013: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff445803b90> <<< 9373 1726867728.15037: 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' <<< 9373 1726867728.15080: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff44582c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582c380> <<< 9373 1726867728.15103: 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 0x7ff44582c650> <<< 9373 1726867728.15139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9373 1726867728.15142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9373 1726867728.15214: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.15340: 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 0x7ff44582cf80> <<< 9373 1726867728.15478: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.15486: 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 0x7ff44582d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582c830> <<< 9373 1726867728.15519: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445801d30> <<< 9373 1726867728.15547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9373 1726867728.15552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9373 1726867728.15583: 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' <<< 9373 1726867728.15597: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582ed20> <<< 9373 1726867728.15635: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582dac0> <<< 9373 1726867728.15647: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a5ac00> <<< 9373 1726867728.15666: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9373 1726867728.15731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.15757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9373 1726867728.15787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9373 1726867728.15817: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445853080> <<< 9373 1726867728.15876: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9373 1726867728.15903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.15918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9373 1726867728.15935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9373 1726867728.15996: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44587b470> <<< 9373 1726867728.16000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9373 1726867728.16047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9373 1726867728.16123: stdout chunk (state=3): >>>import 'ntpath' # <<< 9373 1726867728.16127: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4458dc260> <<< 9373 1726867728.16146: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9373 1726867728.16183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9373 1726867728.16212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9373 1726867728.16245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9373 1726867728.16333: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4458de9c0> <<< 9373 1726867728.16419: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4458dc380> <<< 9373 1726867728.16449: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4458a9250> <<< 9373 1726867728.16487: 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' <<< 9373 1726867728.16493: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4456dd340> <<< 9373 1726867728.16523: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44587a270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582fc50> <<< 9373 1726867728.16623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9373 1726867728.16643: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff44587a390> <<< 9373 1726867728.16797: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_8nxxi2pv/ansible_stat_payload.zip' <<< 9373 1726867728.16808: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.16930: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.16959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9373 1726867728.16983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9373 1726867728.17015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9373 1726867728.17101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9373 1726867728.17139: 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 0x7ff445733020> <<< 9373 1726867728.17142: stdout chunk (state=3): >>>import '_typing' # <<< 9373 1726867728.17334: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445711f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4457110a0> # zipimport: zlib available <<< 9373 1726867728.17363: stdout chunk (state=3): >>>import 'ansible' # <<< 9373 1726867728.17378: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.17411: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.17441: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 9373 1726867728.17450: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.18852: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.19981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445730ef0> <<< 9373 1726867728.20018: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.20022: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9373 1726867728.20083: stdout chunk (state=3): >>># 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 <<< 9373 1726867728.20086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9373 1726867728.20099: 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 0x7ff44575aa20> <<< 9373 1726867728.20129: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44575a7b0> <<< 9373 1726867728.20183: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44575a0f0> <<< 9373 1726867728.20200: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9373 1726867728.20242: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44575aab0> <<< 9373 1726867728.20254: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445733cb0> import 'atexit' # <<< 9373 1726867728.20296: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.20323: stdout chunk (state=3): >>># 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 0x7ff44575b770> <<< 9373 1726867728.20333: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff44575b9b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9373 1726867728.20384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9373 1726867728.20413: stdout chunk (state=3): >>>import '_locale' # <<< 9373 1726867728.20446: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44575bec0> <<< 9373 1726867728.20459: stdout chunk (state=3): >>>import 'pwd' # <<< 9373 1726867728.20477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9373 1726867728.20510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9373 1726867728.20544: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445109ca0> <<< 9373 1726867728.20575: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.20591: stdout chunk (state=3): >>># 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 0x7ff44510b8c0> <<< 9373 1726867728.20617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9373 1726867728.20657: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44510c2c0> <<< 9373 1726867728.20677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9373 1726867728.20711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9373 1726867728.20723: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44510d460> <<< 9373 1726867728.20753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9373 1726867728.20780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9373 1726867728.20817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9373 1726867728.20820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9373 1726867728.20870: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44510ff20> <<< 9373 1726867728.20910: 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 0x7ff44575bdd0> <<< 9373 1726867728.20922: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44510e1e0> <<< 9373 1726867728.20946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9373 1726867728.20982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9373 1726867728.21014: 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' <<< 9373 1726867728.21026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9373 1726867728.21054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9373 1726867728.21103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 9373 1726867728.21114: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445117e60> import '_tokenize' # <<< 9373 1726867728.21177: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445116930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445116690> <<< 9373 1726867728.21216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9373 1726867728.21226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9373 1726867728.21284: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445116c00> <<< 9373 1726867728.21315: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44510e6f0> <<< 9373 1726867728.21352: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.21355: stdout chunk (state=3): >>># 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 0x7ff44515fe90> <<< 9373 1726867728.21374: 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 0x7ff4451601d0> <<< 9373 1726867728.21401: 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 <<< 9373 1726867728.21425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9373 1726867728.21455: 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' <<< 9373 1726867728.21480: 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 0x7ff445161ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445161a60> <<< 9373 1726867728.21501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9373 1726867728.21628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9373 1726867728.21684: 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 0x7ff445164260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445162390> <<< 9373 1726867728.21710: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9373 1726867728.21747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.21780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9373 1726867728.21803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 9373 1726867728.21834: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445167a40> <<< 9373 1726867728.21962: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445164410> <<< 9373 1726867728.22027: 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 0x7ff445168d10> <<< 9373 1726867728.22054: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff445168b00> <<< 9373 1726867728.22104: 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 0x7ff445168e60> <<< 9373 1726867728.22122: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451603b0> <<< 9373 1726867728.22160: 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' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9373 1726867728.22188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9373 1726867728.22213: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.22240: 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 0x7ff4451f03b0> <<< 9373 1726867728.22402: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9373 1726867728.22405: 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 0x7ff4451f1520> <<< 9373 1726867728.22446: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44516ab70> <<< 9373 1726867728.22449: 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 0x7ff44516bef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44516a7b0> <<< 9373 1726867728.22492: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9373 1726867728.22504: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9373 1726867728.22597: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.22698: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.22731: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 9373 1726867728.22757: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 9373 1726867728.22767: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.22888: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.23009: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.23559: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.24098: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9373 1726867728.24131: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 9373 1726867728.24150: 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' <<< 9373 1726867728.24211: 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 0x7ff4451f96d0> <<< 9373 1726867728.24285: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9373 1726867728.24323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451fa360> <<< 9373 1726867728.24326: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451f1700> <<< 9373 1726867728.24381: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9373 1726867728.24384: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.24412: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.24433: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 9373 1726867728.24580: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.24747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9373 1726867728.24779: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451fa270> <<< 9373 1726867728.24782: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.25226: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.25671: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.25745: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.25829: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9373 1726867728.25841: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.25877: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.25920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9373 1726867728.25923: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.25996: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.26076: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9373 1726867728.26103: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.26125: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 9373 1726867728.26165: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.26224: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9373 1726867728.26231: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.26443: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.26676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9373 1726867728.26734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9373 1726867728.26759: stdout chunk (state=3): >>>import '_ast' # <<< 9373 1726867728.26823: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451fb440> <<< 9373 1726867728.26836: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.26911: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.26993: stdout chunk (state=3): >>>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' # <<< 9373 1726867728.27025: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27066: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27122: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9373 1726867728.27126: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27167: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27214: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27273: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27347: 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 <<< 9373 1726867728.27390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.27479: 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 0x7ff445005f70> <<< 9373 1726867728.27522: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4450032c0> <<< 9373 1726867728.27558: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9373 1726867728.27561: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27636: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27700: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27732: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.27767: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 9373 1726867728.27788: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 9373 1726867728.27823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9373 1726867728.27834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9373 1726867728.27909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9373 1726867728.27915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9373 1726867728.27937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9373 1726867728.27989: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445792870> <<< 9373 1726867728.28033: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4457aa540> <<< 9373 1726867728.28119: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445006000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451677a0> # destroy ansible.module_utils.distro <<< 9373 1726867728.28135: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 9373 1726867728.28156: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.28180: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.28201: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9373 1726867728.28259: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9373 1726867728.28274: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.28312: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9373 1726867728.28323: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.28442: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.28639: stdout chunk (state=3): >>># zipimport: zlib available <<< 9373 1726867728.28763: 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"}}} <<< 9373 1726867728.28778: stdout chunk (state=3): >>># destroy __main__ <<< 9373 1726867728.29123: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9373 1726867728.29177: 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 # 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 <<< 9373 1726867728.29292: stdout chunk (state=3): >>># 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 <<< 9373 1726867728.29321: stdout chunk (state=3): >>># 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 <<< 9373 1726867728.29539: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9373 1726867728.29542: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9373 1726867728.29586: stdout chunk (state=3): >>># destroy _bz2 <<< 9373 1726867728.29598: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9373 1726867728.29626: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 9373 1726867728.29641: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 9373 1726867728.29671: stdout chunk (state=3): >>># 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 <<< 9373 1726867728.29696: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 9373 1726867728.29734: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 9373 1726867728.29754: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 9373 1726867728.29766: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9373 1726867728.29831: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 9373 1726867728.29857: 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 # 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 <<< 9373 1726867728.29891: 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 <<< 9373 1726867728.29912: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 9373 1726867728.29951: stdout chunk (state=3): >>># 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 <<< 9373 1726867728.29955: stdout chunk (state=3): >>># 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 <<< 9373 1726867728.29979: stdout chunk (state=3): >>># 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 <<< 9373 1726867728.30090: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9373 1726867728.30128: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 9373 1726867728.30133: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat<<< 9373 1726867728.30164: stdout chunk (state=3): >>> # destroy genericpath # destroy re._parser # destroy tokenize <<< 9373 1726867728.30167: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9373 1726867728.30208: stdout chunk (state=3): >>># destroy _typing <<< 9373 1726867728.30233: stdout chunk (state=3): >>># 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 <<< 9373 1726867728.30236: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9373 1726867728.30327: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 9373 1726867728.30341: stdout chunk (state=3): >>># destroy time <<< 9373 1726867728.30361: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9373 1726867728.30382: stdout chunk (state=3): >>># destroy _hashlib <<< 9373 1726867728.30428: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 9373 1726867728.30439: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 9373 1726867728.31000: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.103 closed. <<< 9373 1726867728.31003: stdout chunk (state=3): >>><<< 9373 1726867728.31006: stderr chunk (state=3): >>><<< 9373 1726867728.31171: _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 0x7ff445bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445b8ba10> # /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 0x7ff445bbe930> 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 0x7ff445bccfe0> # /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 0x7ff445bcdf10> 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 0x7ff4459cbe00> # /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 0x7ff4459cbec0> # /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 0x7ff445a03800> # /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 0x7ff445a03e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459e3ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459e11f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459c8fb0> # /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 0x7ff445a23770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a22390> # /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 0x7ff4459e21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a20b00> # /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 0x7ff445a587d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459c8230> # /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 0x7ff445a58c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a58b30> # 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 0x7ff445a58f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4459c6d50> # /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 0x7ff445a595e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a592b0> 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 0x7ff445a5a4e0> 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 0x7ff445a706e0> 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 0x7ff445a71dc0> # /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 0x7ff445a72c30> # 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 0x7ff445a73260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a72180> # /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 0x7ff445a73ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a73410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a5a450> # /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 0x7ff445803b90> # /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 0x7ff44582c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582c380> # 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 0x7ff44582c650> # /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 0x7ff44582cf80> # 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 0x7ff44582d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582c830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445801d30> # /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 0x7ff44582ed20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445a5ac00> # /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 0x7ff445853080> # /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 0x7ff44587b470> # /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 0x7ff4458dc260> # /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 0x7ff4458de9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4458dc380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4458a9250> # /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 0x7ff4456dd340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44587a270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44582fc50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff44587a390> # zipimport: found 30 names in '/tmp/ansible_stat_payload_8nxxi2pv/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 0x7ff445733020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445711f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4457110a0> # 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 0x7ff445730ef0> # /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 0x7ff44575aa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44575a7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44575a0f0> # /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 0x7ff44575aab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445733cb0> 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 0x7ff44575b770> # 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 0x7ff44575b9b0> # /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 0x7ff44575bec0> 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 0x7ff445109ca0> # 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 0x7ff44510b8c0> # /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 0x7ff44510c2c0> # /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 0x7ff44510d460> # /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 0x7ff44510ff20> # 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 0x7ff44575bdd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44510e1e0> # /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 0x7ff445117e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445116930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445116690> # /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 0x7ff445116c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44510e6f0> # 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 0x7ff44515fe90> # /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 0x7ff4451601d0> # /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 0x7ff445161ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445161a60> # /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 0x7ff445164260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445162390> # /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 0x7ff445167a40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445164410> # 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 0x7ff445168d10> # 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 0x7ff445168b00> # 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 0x7ff445168e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451603b0> # /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 0x7ff4451f03b0> # 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 0x7ff4451f1520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44516ab70> # 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 0x7ff44516bef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44516a7b0> # 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 0x7ff4451f96d0> # /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 0x7ff4451fa360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451f1700> 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 0x7ff4451fa270> # 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 0x7ff4451fb440> # 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 0x7ff445005f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4450032c0> 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 0x7ff445792870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4457aa540> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445006000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4451677a0> # 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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' 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.45.103 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_node2 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. 9373 1726867728.32139: 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-1726867727.679467-9415-68830803469900/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9373 1726867728.32142: _low_level_execute_command(): starting 9373 1726867728.32145: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867727.679467-9415-68830803469900/ > /dev/null 2>&1 && sleep 0' 9373 1726867728.32759: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9373 1726867728.32806: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9373 1726867728.32822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9373 1726867728.32864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9373 1726867728.32958: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.103 originally 10.31.45.103 <<< 9373 1726867728.32970: stderr chunk (state=3): >>>debug2: match not found <<< 9373 1726867728.32997: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9373 1726867728.33017: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.103 is address <<< 9373 1726867728.33117: stderr chunk (state=3): >>>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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' debug2: fd 3 setting O_NONBLOCK <<< 9373 1726867728.33141: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9373 1726867728.33195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9373 1726867728.35109: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9373 1726867728.35124: stderr chunk (state=3): >>><<< 9373 1726867728.35139: stdout chunk (state=3): >>><<< 9373 1726867728.35160: _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.45.103 originally 10.31.45.103 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.45.103 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.45.103 originally 10.31.45.103 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/15b50a7ad0' 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 9373 1726867728.35178: handler run complete 9373 1726867728.35399: variable 'ansible_facts' from source: unknown 9373 1726867728.35402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867728.35405: variable 'ansible_facts' from source: unknown 9373 1726867728.35407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867728.35409: attempt loop complete, returning result 9373 1726867728.35412: _execute() done 9373 1726867728.35414: dumping result to json 9373 1726867728.35416: done dumping result, returning 9373 1726867728.35418: done running TaskExecutor() for managed_node2/TASK: Check if system is ostree [02a0e989-a5f9-13ae-057b-000000000010] 9373 1726867728.35420: sending task result for task 02a0e989-a5f9-13ae-057b-000000000010 9373 1726867728.35479: done sending task result for task 02a0e989-a5f9-13ae-057b-000000000010 9373 1726867728.35482: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 9373 1726867728.35575: no more pending results, returning what we have 9373 1726867728.35578: results queue empty 9373 1726867728.35579: checking for any_errors_fatal 9373 1726867728.35583: done checking for any_errors_fatal 9373 1726867728.35584: checking for max_fail_percentage 9373 1726867728.35585: done checking for max_fail_percentage 9373 1726867728.35586: checking to see if all hosts have failed and the running result is not ok 9373 1726867728.35587: done checking to see if all hosts have failed 9373 1726867728.35588: getting the remaining hosts for this loop 9373 1726867728.35589: done getting the remaining hosts for this loop 9373 1726867728.35596: getting the next task for host managed_node2 9373 1726867728.35602: done getting next task for host managed_node2 9373 1726867728.35604: ^ task is: TASK: Set flag to indicate system is ostree 9373 1726867728.35607: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 9373 1726867728.35610: getting variables 9373 1726867728.35613: in VariableManager get_vars() 9373 1726867728.35640: Calling all_inventory to load vars for managed_node2 9373 1726867728.35642: Calling groups_inventory to load vars for managed_node2 9373 1726867728.35645: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867728.35656: Calling all_plugins_play to load vars for managed_node2 9373 1726867728.35658: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867728.35661: Calling groups_plugins_play to load vars for managed_node2 9373 1726867728.35826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867728.35853: done with get_vars() 9373 1726867728.35860: done getting variables 9373 1726867728.35951: 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:28:48 -0400 (0:00:00.740) 0:00:01.000 ****** 9373 1726867728.35985: entering _queue_task() for managed_node2/set_fact 9373 1726867728.36499: worker is 1 (out of 1 available) 9373 1726867728.36509: exiting _queue_task() for managed_node2/set_fact 9373 1726867728.36517: done queuing things up, now waiting for results queue to drain 9373 1726867728.36518: waiting for pending results... 9373 1726867728.36708: running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree 9373 1726867728.36806: in run() - task 02a0e989-a5f9-13ae-057b-000000000011 9373 1726867728.36810: variable 'ansible_search_path' from source: unknown 9373 1726867728.36812: variable 'ansible_search_path' from source: unknown 9373 1726867728.36825: calling self._execute() 9373 1726867728.36941: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867728.36956: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867728.37002: variable 'omit' from source: magic vars 9373 1726867728.37455: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9373 1726867728.37702: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9373 1726867728.37746: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9373 1726867728.37790: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9373 1726867728.37895: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9373 1726867728.37921: 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) 9373 1726867728.37951: 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) 9373 1726867728.37980: 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) 9373 1726867728.38021: 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) 9373 1726867728.38143: Evaluated conditional (not __rhc_is_ostree is defined): True 9373 1726867728.38154: variable 'omit' from source: magic vars 9373 1726867728.38201: variable 'omit' from source: magic vars 9373 1726867728.38330: variable '__ostree_booted_stat' from source: set_fact 9373 1726867728.38386: variable 'omit' from source: magic vars 9373 1726867728.38413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9373 1726867728.38451: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9373 1726867728.38473: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9373 1726867728.38493: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9373 1726867728.38509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9373 1726867728.38527: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9373 1726867728.38557: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9373 1726867728.38587: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9373 1726867728.38597: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867728.38604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867728.38723: Set connection var ansible_timeout to 10 9373 1726867728.38735: Set connection var ansible_shell_executable to /bin/sh 9373 1726867728.38746: Set connection var ansible_pipelining to False 9373 1726867728.38752: Set connection var ansible_shell_type to sh 9373 1726867728.38770: Set connection var ansible_module_compression to ZIP_DEFLATED 9373 1726867728.38777: Set connection var ansible_connection to ssh 9373 1726867728.38803: variable 'ansible_shell_executable' from source: unknown 9373 1726867728.38810: variable 'ansible_connection' from source: unknown 9373 1726867728.38817: variable 'ansible_module_compression' from source: unknown 9373 1726867728.38823: variable 'ansible_shell_type' from source: unknown 9373 1726867728.38829: variable 'ansible_shell_executable' from source: unknown 9373 1726867728.38836: variable 'ansible_host' from source: host vars for 'managed_node2' 9373 1726867728.38843: variable 'ansible_pipelining' from source: unknown 9373 1726867728.38849: variable 'ansible_timeout' from source: unknown 9373 1726867728.38856: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9373 1726867728.38962: 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) 9373 1726867728.38998: variable 'omit' from source: magic vars 9373 1726867728.39001: starting attempt loop 9373 1726867728.39003: running the handler 9373 1726867728.39012: handler run complete 9373 1726867728.39091: attempt loop complete, returning result 9373 1726867728.39096: _execute() done 9373 1726867728.39098: dumping result to json 9373 1726867728.39100: done dumping result, returning 9373 1726867728.39102: done running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree [02a0e989-a5f9-13ae-057b-000000000011] 9373 1726867728.39104: sending task result for task 02a0e989-a5f9-13ae-057b-000000000011 9373 1726867728.39163: done sending task result for task 02a0e989-a5f9-13ae-057b-000000000011 9373 1726867728.39167: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 9373 1726867728.39218: no more pending results, returning what we have 9373 1726867728.39221: results queue empty 9373 1726867728.39221: checking for any_errors_fatal 9373 1726867728.39225: done checking for any_errors_fatal 9373 1726867728.39226: checking for max_fail_percentage 9373 1726867728.39227: done checking for max_fail_percentage 9373 1726867728.39228: checking to see if all hosts have failed and the running result is not ok 9373 1726867728.39229: done checking to see if all hosts have failed 9373 1726867728.39229: getting the remaining hosts for this loop 9373 1726867728.39231: done getting the remaining hosts for this loop 9373 1726867728.39234: getting the next task for host managed_node2 9373 1726867728.39240: done getting next task for host managed_node2 9373 1726867728.39242: ^ task is: TASK: meta (end_play) 9373 1726867728.39243: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 9373 1726867728.39247: getting variables 9373 1726867728.39248: in VariableManager get_vars() 9373 1726867728.39274: Calling all_inventory to load vars for managed_node2 9373 1726867728.39302: Calling groups_inventory to load vars for managed_node2 9373 1726867728.39306: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867728.39318: Calling all_plugins_play to load vars for managed_node2 9373 1726867728.39321: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867728.39324: Calling groups_plugins_play to load vars for managed_node2 9373 1726867728.39363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867728.39383: done with get_vars() 9373 1726867728.39389: done getting variables TASK [Skip if no test release is set] ****************************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_release.yml:17 Friday 20 September 2024 17:28:48 -0400 (0:00:00.034) 0:00:01.035 ****** 9373 1726867728.39468: in VariableManager get_vars() 9373 1726867728.39475: Calling all_inventory to load vars for managed_node2 9373 1726867728.39478: Calling groups_inventory to load vars for managed_node2 9373 1726867728.39480: Calling all_plugins_inventory to load vars for managed_node2 9373 1726867728.39484: Calling all_plugins_play to load vars for managed_node2 9373 1726867728.39486: Calling groups_plugins_inventory to load vars for managed_node2 9373 1726867728.39489: Calling groups_plugins_play to load vars for managed_node2 9373 1726867728.39518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9373 1726867728.39534: done with get_vars() 9373 1726867728.39797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9373 1726867728.41600: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9373 1726867728.41653: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9373 1726867728.41679: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9373 1726867728.41708: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9373 1726867728.41731: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9373 1726867728.41780: 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) 9373 1726867728.41816: 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) 9373 1726867728.41837: 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) 9373 1726867728.41870: 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) 9373 1726867728.41880: 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) 9373 1726867728.41939: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9373 1726867728.42085: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9373 1726867728.42120: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9373 1726867728.42145: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9373 1726867728.42167: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9373 1726867728.42204: 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) 9373 1726867728.42223: 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) 9373 1726867728.42242: 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) 9373 1726867728.42263: 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) 9373 1726867728.42363: variable 'lsr_rhc_test_data' from source: include_vars 9373 1726867728.42393: Evaluated conditional (lsr_rhc_test_data.release | d(none) is none): True META: ending play 9373 1726867728.42404: done queuing things up, now waiting for results queue to drain 9373 1726867728.42405: results queue empty 9373 1726867728.42406: checking for any_errors_fatal 9373 1726867728.42408: done checking for any_errors_fatal 9373 1726867728.42409: checking for max_fail_percentage 9373 1726867728.42410: done checking for max_fail_percentage 9373 1726867728.42410: checking to see if all hosts have failed and the running result is not ok 9373 1726867728.42413: done checking to see if all hosts have failed 9373 1726867728.42414: getting the remaining hosts for this loop 9373 1726867728.42415: done getting the remaining hosts for this loop 9373 1726867728.42418: getting the next task for host managed_node2 9373 1726867728.42419: host managed_node2 is done iterating, returning 9373 1726867728.42420: done queuing things up, now waiting for results queue to drain 9373 1726867728.42421: results queue empty 9373 1726867728.42422: checking for any_errors_fatal 9373 1726867728.42422: done checking for any_errors_fatal 9373 1726867728.42423: checking for max_fail_percentage 9373 1726867728.42424: done checking for max_fail_percentage 9373 1726867728.42425: checking to see if all hosts have failed and the running result is not ok 9373 1726867728.42425: done checking to see if all hosts have failed 9373 1726867728.42427: getting the next task for host managed_node2 9373 1726867728.42428: host managed_node2 is done iterating, returning PLAY RECAP ********************************************************************* managed_node2 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 17:28:48 -0400 (0:00:00.030) 0:00:01.065 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.74s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.06s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Import test data -------------------------------------------------------- 0.06s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get facts for external test data ---------------------------------------- 0.06s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.06s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Set flag to indicate system is ostree ----------------------------------- 0.03s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Skip if no test release is set ------------------------------------------ 0.03s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_release.yml:17 9373 1726867728.42483: RUNNING CLEANUP