[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. 7222 1726884003.65168: 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-cPu executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 7222 1726884003.65767: Added group all to inventory 7222 1726884003.65770: Added group ungrouped to inventory 7222 1726884003.65774: Group all now contains ungrouped 7222 1726884003.65777: Examining possible inventory source: /tmp/ssh-Vkz/inventory.yml 7222 1726884003.96257: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7222 1726884003.96433: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7222 1726884003.96456: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7222 1726884003.96517: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7222 1726884003.96706: Loaded config def from plugin (inventory/script) 7222 1726884003.96708: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7222 1726884003.96864: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7222 1726884003.96953: Loaded config def from plugin (inventory/yaml) 7222 1726884003.96955: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7222 1726884003.97160: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7222 1726884003.98198: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7222 1726884003.98202: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7222 1726884003.98205: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7222 1726884003.98211: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7222 1726884003.98216: Loading data from /tmp/ssh-Vkz/inventory.yml 7222 1726884003.98285: /tmp/ssh-Vkz/inventory.yml was not parsable by auto 7222 1726884003.98467: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7222 1726884003.98511: Loading data from /tmp/ssh-Vkz/inventory.yml 7222 1726884003.98708: group all already in inventory 7222 1726884003.98716: set inventory_file for managed_node1 7222 1726884003.98720: set inventory_dir for managed_node1 7222 1726884003.98721: Added host managed_node1 to inventory 7222 1726884003.98724: Added host managed_node1 to group all 7222 1726884003.98725: set ansible_host for managed_node1 7222 1726884003.98725: set ansible_ssh_extra_args for managed_node1 7222 1726884003.98729: set inventory_file for managed_node2 7222 1726884003.98732: set inventory_dir for managed_node2 7222 1726884003.98733: Added host managed_node2 to inventory 7222 1726884003.98850: Added host managed_node2 to group all 7222 1726884003.98852: set ansible_host for managed_node2 7222 1726884003.98853: set ansible_ssh_extra_args for managed_node2 7222 1726884003.98856: set inventory_file for managed_node3 7222 1726884003.98860: set inventory_dir for managed_node3 7222 1726884003.98861: Added host managed_node3 to inventory 7222 1726884003.98862: Added host managed_node3 to group all 7222 1726884003.98863: set ansible_host for managed_node3 7222 1726884003.98864: set ansible_ssh_extra_args for managed_node3 7222 1726884003.98866: Reconcile groups and hosts in inventory. 7222 1726884003.98870: Group ungrouped now contains managed_node1 7222 1726884003.98872: Group ungrouped now contains managed_node2 7222 1726884003.98874: Group ungrouped now contains managed_node3 7222 1726884003.99075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7222 1726884003.99320: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7222 1726884003.99371: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7222 1726884003.99518: Loaded config def from plugin (vars/host_group_vars) 7222 1726884003.99521: 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) 7222 1726884003.99528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7222 1726884003.99536: 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) 7222 1726884003.99579: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7222 1726884004.00424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884004.00637: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7222 1726884004.00678: Loaded config def from plugin (connection/local) 7222 1726884004.00681: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7222 1726884004.01970: Loaded config def from plugin (connection/paramiko_ssh) 7222 1726884004.01974: 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) 7222 1726884004.04030: 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) 7222 1726884004.04071: Loaded config def from plugin (connection/psrp) 7222 1726884004.04074: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7222 1726884004.05722: 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) 7222 1726884004.05765: Loaded config def from plugin (connection/ssh) 7222 1726884004.05768: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7222 1726884004.09885: 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) 7222 1726884004.09931: Loaded config def from plugin (connection/winrm) 7222 1726884004.09934: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7222 1726884004.10084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7222 1726884004.10153: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7222 1726884004.10341: Loaded config def from plugin (shell/cmd) 7222 1726884004.10343: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7222 1726884004.10364: 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) 7222 1726884004.10565: Loaded config def from plugin (shell/powershell) 7222 1726884004.10568: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7222 1726884004.10739: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7222 1726884004.11042: Loaded config def from plugin (shell/sh) 7222 1726884004.11044: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7222 1726884004.11196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7222 1726884004.11687: Loaded config def from plugin (become/runas) 7222 1726884004.11692: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7222 1726884004.12169: Loaded config def from plugin (become/su) 7222 1726884004.12172: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7222 1726884004.12449: Loaded config def from plugin (become/sudo) 7222 1726884004.12451: 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 7222 1726884004.12603: Loading data from /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml 7222 1726884004.13680: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7222 1726884004.19814: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7222 1726884004.19865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7222 1726884004.20442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7222 1726884004.20456: 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 7222 1726884004.20916: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7222 1726884004.21310: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7222 1726884004.21313: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-cPu/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__) 7222 1726884004.21345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7222 1726884004.21371: 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) 7222 1726884004.21772: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7222 1726884004.21950: Loaded config def from plugin (callback/default) 7222 1726884004.21953: 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) 7222 1726884004.24525: Loaded config def from plugin (callback/junit) 7222 1726884004.24528: 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) 7222 1726884004.24693: 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) 7222 1726884004.24759: Loaded config def from plugin (callback/minimal) 7222 1726884004.24878: 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) 7222 1726884004.24920: 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) 7222 1726884004.25097: Loaded config def from plugin (callback/tree) 7222 1726884004.25100: 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 7222 1726884004.25343: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7222 1726884004.25345: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-cPu/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_custom_config.yml ********************************************** 1 plays in /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml 7222 1726884004.25375: in VariableManager get_vars() 7222 1726884004.25400: done with get_vars() 7222 1726884004.25407: in VariableManager get_vars() 7222 1726884004.25531: done with get_vars() 7222 1726884004.25538: variable 'omit' from source: magic vars 7222 1726884004.25578: in VariableManager get_vars() 7222 1726884004.25593: done with get_vars() 7222 1726884004.25618: variable 'omit' from source: magic vars PLAY [Test we can write any other configuration file] ************************** 7222 1726884004.26866: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7222 1726884004.27057: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7222 1726884004.28211: getting the remaining hosts for this loop 7222 1726884004.28213: done getting the remaining hosts for this loop 7222 1726884004.28217: getting the next task for host managed_node1 7222 1726884004.28221: done getting next task for host managed_node1 7222 1726884004.28223: ^ task is: TASK: Gathering Facts 7222 1726884004.28224: ^ state is: HOST STATE: block=0, task=0, rescue=0, always=0, handlers=0, run_state=0, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=True, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884004.28227: getting variables 7222 1726884004.28228: in VariableManager get_vars() 7222 1726884004.28247: Calling all_inventory to load vars for managed_node1 7222 1726884004.28249: Calling groups_inventory to load vars for managed_node1 7222 1726884004.28252: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884004.28266: Calling all_plugins_play to load vars for managed_node1 7222 1726884004.28278: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884004.28281: Calling groups_plugins_play to load vars for managed_node1 7222 1726884004.28320: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884004.28375: done with get_vars() 7222 1726884004.28382: done getting variables 7222 1726884004.28456: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.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 [Gathering Facts] ********************************************************* task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml:2 Friday 20 September 2024 22:00:04 -0400 (0:00:00.033) 0:00:00.033 ****** 7222 1726884004.28479: entering _queue_task() for managed_node1/gather_facts 7222 1726884004.28481: Creating lock for gather_facts 7222 1726884004.28833: worker is 1 (out of 1 available) 7222 1726884004.28844: exiting _queue_task() for managed_node1/gather_facts 7222 1726884004.28854: done queuing things up, now waiting for results queue to drain 7222 1726884004.28856: waiting for pending results... 7222 1726884004.29695: running TaskExecutor() for managed_node1/TASK: Gathering Facts 7222 1726884004.29881: in run() - task 123ea4c4-b13b-25d7-f447-00000000000d 7222 1726884004.30011: variable 'ansible_search_path' from source: unknown 7222 1726884004.30052: calling self._execute() 7222 1726884004.30104: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884004.30108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884004.30235: variable 'omit' from source: magic vars 7222 1726884004.30445: variable 'omit' from source: magic vars 7222 1726884004.30478: variable 'omit' from source: magic vars 7222 1726884004.30517: variable 'omit' from source: magic vars 7222 1726884004.30676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884004.30717: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884004.30735: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884004.30753: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884004.30879: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884004.30913: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884004.30917: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884004.30919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884004.31144: Set connection var ansible_timeout to 10 7222 1726884004.31150: Set connection var ansible_shell_type to sh 7222 1726884004.31153: Set connection var ansible_connection to ssh 7222 1726884004.31155: Set connection var ansible_pipelining to False 7222 1726884004.31157: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884004.31166: Set connection var ansible_shell_executable to /bin/sh 7222 1726884004.31191: variable 'ansible_shell_executable' from source: unknown 7222 1726884004.31194: variable 'ansible_connection' from source: unknown 7222 1726884004.31197: variable 'ansible_module_compression' from source: unknown 7222 1726884004.31199: variable 'ansible_shell_type' from source: unknown 7222 1726884004.31318: variable 'ansible_shell_executable' from source: unknown 7222 1726884004.31322: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884004.31325: variable 'ansible_pipelining' from source: unknown 7222 1726884004.31334: variable 'ansible_timeout' from source: unknown 7222 1726884004.31339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884004.31620: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.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) 7222 1726884004.31630: variable 'omit' from source: magic vars 7222 1726884004.31635: starting attempt loop 7222 1726884004.31755: running the handler 7222 1726884004.31774: variable 'ansible_facts' from source: unknown 7222 1726884004.31795: _low_level_execute_command(): starting 7222 1726884004.31804: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7222 1726884004.33361: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884004.33383: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884004.33403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884004.33423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884004.33469: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884004.33483: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884004.33508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884004.33527: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884004.33540: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884004.33552: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884004.33565: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884004.33580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884004.33601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884004.33618: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884004.33630: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884004.33645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884004.33732: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884004.33759: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884004.33776: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884004.33865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884004.35494: stdout chunk (state=3): >>>/root <<< 7222 1726884004.35687: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884004.35693: stdout chunk (state=3): >>><<< 7222 1726884004.35696: stderr chunk (state=3): >>><<< 7222 1726884004.35812: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7222 1726884004.35816: _low_level_execute_command(): starting 7222 1726884004.35819: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945 `" && echo ansible-tmp-1726884004.3571763-7256-171795749648945="` echo /root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945 `" ) && sleep 0' 7222 1726884004.37810: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884004.37833: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884004.37848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884004.37866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884004.38029: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884004.38042: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884004.38056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884004.38075: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884004.38089: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884004.38106: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884004.38119: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884004.38132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884004.38148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884004.38160: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884004.38170: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884004.38183: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884004.38267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884004.38336: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884004.38353: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884004.38441: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884004.40287: stdout chunk (state=3): >>>ansible-tmp-1726884004.3571763-7256-171795749648945=/root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945 <<< 7222 1726884004.40487: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884004.40493: stdout chunk (state=3): >>><<< 7222 1726884004.40496: stderr chunk (state=3): >>><<< 7222 1726884004.40798: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884004.3571763-7256-171795749648945=/root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7222 1726884004.40802: variable 'ansible_module_compression' from source: unknown 7222 1726884004.40804: ANSIBALLZ: Using generic lock for ansible.legacy.setup 7222 1726884004.40806: ANSIBALLZ: Acquiring lock 7222 1726884004.40809: ANSIBALLZ: Lock acquired: 139967136216416 7222 1726884004.40810: ANSIBALLZ: Creating module 7222 1726884005.10712: ANSIBALLZ: Writing module into payload 7222 1726884005.11116: ANSIBALLZ: Writing module 7222 1726884005.11157: ANSIBALLZ: Renaming module 7222 1726884005.11162: ANSIBALLZ: Done creating module 7222 1726884005.11200: variable 'ansible_facts' from source: unknown 7222 1726884005.11205: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884005.11330: _low_level_execute_command(): starting 7222 1726884005.11341: _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' 7222 1726884005.13131: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884005.13137: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884005.13152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884005.13242: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found <<< 7222 1726884005.13250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7222 1726884005.13264: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884005.13271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884005.13306: 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.9.183 originally 10.31.9.183 debug2: match found <<< 7222 1726884005.13311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884005.13462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884005.13475: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884005.13482: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884005.13591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884005.15213: stdout chunk (state=3): >>>PLATFORM <<< 7222 1726884005.15309: stdout chunk (state=3): >>>Linux <<< 7222 1726884005.15313: stdout chunk (state=3): >>>FOUND /usr/bin/python3.9 <<< 7222 1726884005.15316: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7222 1726884005.15497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884005.15544: stderr chunk (state=3): >>><<< 7222 1726884005.15550: stdout chunk (state=3): >>><<< 7222 1726884005.15575: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7222 1726884005.15585 [managed_node1]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 7222 1726884005.15629: _low_level_execute_command(): starting 7222 1726884005.15632: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 7222 1726884005.16062: Sending initial data 7222 1726884005.16065: Sent initial data (1181 bytes) 7222 1726884005.17240: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884005.17251: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884005.17262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884005.17276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884005.17318: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884005.17325: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884005.17340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884005.17359: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884005.17366: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884005.17451: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884005.17459: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884005.17471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884005.17483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884005.17492: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884005.17498: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884005.17508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884005.17670: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884005.17692: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884005.17695: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884005.17885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884005.21598: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 7222 1726884005.22060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884005.22064: stdout chunk (state=3): >>><<< 7222 1726884005.22070: stderr chunk (state=3): >>><<< 7222 1726884005.22085: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7222 1726884005.22170: variable 'ansible_facts' from source: unknown 7222 1726884005.22173: variable 'ansible_facts' from source: unknown 7222 1726884005.22182: variable 'ansible_module_compression' from source: unknown 7222 1726884005.22232: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7222eassh4i8/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7222 1726884005.22259: variable 'ansible_facts' from source: unknown 7222 1726884005.22429: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945/AnsiballZ_setup.py 7222 1726884005.23046: Sending initial data 7222 1726884005.23050: Sent initial data (152 bytes) 7222 1726884005.26176: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884005.26199: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884005.26215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884005.26235: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884005.26286: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884005.26366: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884005.26382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884005.26403: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884005.26414: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884005.26424: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884005.26435: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884005.26450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884005.26472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884005.26487: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884005.26503: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884005.26518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884005.26716: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884005.26740: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884005.26762: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884005.26842: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884005.28632: 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 <<< 7222 1726884005.28681: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7222 1726884005.28725: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7222eassh4i8/tmp53zi0z3c /root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945/AnsiballZ_setup.py <<< 7222 1726884005.28775: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7222 1726884005.32095: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884005.32228: stderr chunk (state=3): >>><<< 7222 1726884005.32231: stdout chunk (state=3): >>><<< 7222 1726884005.32232: done transferring module to remote 7222 1726884005.32234: _low_level_execute_command(): starting 7222 1726884005.32236: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945/ /root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945/AnsiballZ_setup.py && sleep 0' 7222 1726884005.33794: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884005.33813: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884005.33829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884005.33849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884005.33902: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884005.33980: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884005.33998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884005.34018: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884005.34031: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884005.34042: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884005.34055: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884005.34069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884005.34094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884005.34108: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884005.34120: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884005.34135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884005.34329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884005.34354: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884005.34372: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884005.34454: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884005.36281: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884005.36285: stdout chunk (state=3): >>><<< 7222 1726884005.36288: stderr chunk (state=3): >>><<< 7222 1726884005.36382: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7222 1726884005.36385: _low_level_execute_command(): starting 7222 1726884005.36387: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945/AnsiballZ_setup.py && sleep 0' 7222 1726884005.38031: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884005.38035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884005.38075: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884005.38079: stderr chunk (state=3): >>>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.9.183 is address debug1: re-parsing configuration <<< 7222 1726884005.38081: 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.9.183 originally 10.31.9.183 <<< 7222 1726884005.38083: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884005.38279: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884005.38338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884005.38443: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884005.40358: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7222 1726884005.40362: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7222 1726884005.40421: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7222 1726884005.40459: stdout chunk (state=3): >>>import 'posix' # <<< 7222 1726884005.40492: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7222 1726884005.40530: stdout chunk (state=3): >>>import 'time' # <<< 7222 1726884005.40549: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7222 1726884005.40596: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884005.40609: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7222 1726884005.40647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7222 1726884005.40671: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc773dc0> <<< 7222 1726884005.40725: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7222 1726884005.40737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc7183a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc773b20> <<< 7222 1726884005.40781: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7222 1726884005.40793: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc773ac0> <<< 7222 1726884005.40828: stdout chunk (state=3): >>>import '_signal' # <<< 7222 1726884005.40832: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7222 1726884005.40853: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc718490> <<< 7222 1726884005.40901: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7222 1726884005.40923: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884005.40926: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc718940> <<< 7222 1726884005.40939: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc718670> <<< 7222 1726884005.41005: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7222 1726884005.41010: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7222 1726884005.41028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7222 1726884005.41055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7222 1726884005.41081: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6cf190> <<< 7222 1726884005.41107: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7222 1726884005.41124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7222 1726884005.41185: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6cf220> <<< 7222 1726884005.41225: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7222 1726884005.41248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7222 1726884005.41263: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6cf940> <<< 7222 1726884005.41293: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc730880> <<< 7222 1726884005.41315: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6c8d90> <<< 7222 1726884005.41381: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6f2d90> <<< 7222 1726884005.41432: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc718970> <<< 7222 1726884005.41460: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7222 1726884005.41808: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7222 1726884005.41811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7222 1726884005.41843: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7222 1726884005.41864: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7222 1726884005.41904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7222 1726884005.41918: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc66eeb0> <<< 7222 1726884005.41966: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc671f40> <<< 7222 1726884005.41983: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7222 1726884005.42007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # <<< 7222 1726884005.42069: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7222 1726884005.42072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7222 1726884005.42109: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc667610> <<< 7222 1726884005.42138: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc66d640> <<< 7222 1726884005.42141: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc66e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7222 1726884005.42230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7222 1726884005.42234: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7222 1726884005.42824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc34dd60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc34d850> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc34de50> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc34df10> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc34de20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc649cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6425b0> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc656610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc675df0> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc35fc10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6491f0> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc656220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc67b9a0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35ff40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35fd30> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35fca0> <<< 7222 1726884005.42838: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7222 1726884005.43042: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc333310> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7222 1726884005.43057: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc333400> <<< 7222 1726884005.43241: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc369f40> <<< 7222 1726884005.43310: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc3619d0> <<< 7222 1726884005.43328: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc361520> <<< 7222 1726884005.43568: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc25c160> <<< 7222 1726884005.43621: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc31ddc0> <<< 7222 1726884005.44184: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc361e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc675fd0> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc26da90> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc26ddc0> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc2806d0> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7222 1726884005.44203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7222 1726884005.44239: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc280c10> <<< 7222 1726884005.44420: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc20c340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc26deb0> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7222 1726884005.44516: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc21d220> <<< 7222 1726884005.44532: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc280550> <<< 7222 1726884005.44535: stdout chunk (state=3): >>>import 'pwd' # <<< 7222 1726884005.44601: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so'<<< 7222 1726884005.44604: stdout chunk (state=3): >>> import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc21d2e0> <<< 7222 1726884005.44725: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35f970> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7222 1726884005.44757: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7222 1726884005.45074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc238640> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc238910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc238700> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc2387f0> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7222 1726884005.45408: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc238c40> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc247190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc238880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc22c9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35f550> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7222 1726884005.45463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7222 1726884005.45496: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc238a30> <<< 7222 1726884005.45653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7222 1726884005.45657: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fabcc154610> <<< 7222 1726884005.45947: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 7222 1726884005.46038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.46075: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py <<< 7222 1726884005.46103: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py <<< 7222 1726884005.46114: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.47325: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.48509: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65760> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb65160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65eb0> <<< 7222 1726884005.48604: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65cd0> import 'atexit' # <<< 7222 1726884005.48636: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb65f10> <<< 7222 1726884005.48641: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7222 1726884005.48673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7222 1726884005.48726: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65100> <<< 7222 1726884005.48757: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7222 1726884005.48768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7222 1726884005.48787: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7222 1726884005.48813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7222 1726884005.48841: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7222 1726884005.48978: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb3a190> <<< 7222 1726884005.49043: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884005.49046: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba3e070> <<< 7222 1726884005.49074: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba3e250> <<< 7222 1726884005.49094: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7222 1726884005.49097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7222 1726884005.49136: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcba3ebe0> <<< 7222 1726884005.49154: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb4bdc0> <<< 7222 1726884005.49411: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb4b3d0> <<< 7222 1726884005.49439: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7222 1726884005.49473: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb4bf10> <<< 7222 1726884005.49496: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7222 1726884005.49544: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7222 1726884005.49564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7222 1726884005.49596: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7222 1726884005.49610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb9ab50> <<< 7222 1726884005.49788: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb6cc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb6c340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb19be0> <<< 7222 1726884005.49822: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb6c460> <<< 7222 1726884005.49853: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb6c490> <<< 7222 1726884005.49883: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7222 1726884005.49905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7222 1726884005.49924: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7222 1726884005.49959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7222 1726884005.50048: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba9c130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbbac190> <<< 7222 1726884005.50321: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbaa9940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbbac310> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7222 1726884005.50376: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbbacca0> <<< 7222 1726884005.50782: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbaa98e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb45130> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb70940> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbbac790> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbba4880> <<< 7222 1726884005.50820: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7222 1726884005.50848: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7222 1726884005.50851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7222 1726884005.50909: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba9ea30> <<< 7222 1726884005.51454: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbabbb20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbaa86a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba9efd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbaa8a90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 7222 1726884005.51496: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.51517: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py <<< 7222 1726884005.51552: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884005.51556: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7222 1726884005.51574: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.51711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.51815: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.52278: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.52748: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7222 1726884005.52758: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 7222 1726884005.52773: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884005.52826: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbae4730> <<< 7222 1726884005.52910: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbae9760> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb63d970> <<< 7222 1726884005.52964: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7222 1726884005.52999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.53019: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py <<< 7222 1726884005.53022: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.53130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.53270: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7222 1726884005.53284: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb23790> # zipimport: zlib available <<< 7222 1726884005.53669: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.54058: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.54095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.54216: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available <<< 7222 1726884005.54230: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7222 1726884005.54300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.54395: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available <<< 7222 1726884005.54410: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7222 1726884005.54413: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.54432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.54476: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7222 1726884005.54479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.54659: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.54848: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7222 1726884005.54879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7222 1726884005.54882: stdout chunk (state=3): >>>import '_ast' # <<< 7222 1726884005.54960: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb686a0> # zipimport: zlib available <<< 7222 1726884005.55018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55094: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py <<< 7222 1726884005.55117: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7222 1726884005.55120: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55200: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 7222 1726884005.55233: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55271: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55421: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py <<< 7222 1726884005.55445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884005.55526: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbadb5b0> <<< 7222 1726884005.55611: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb6b040> <<< 7222 1726884005.55656: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7222 1726884005.55709: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55774: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.55840: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7222 1726884005.55851: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7222 1726884005.55869: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7222 1726884005.55903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7222 1726884005.55922: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7222 1726884005.55940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7222 1726884005.56016: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbaec5b0> <<< 7222 1726884005.56053: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb37c10> <<< 7222 1726884005.56116: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb68ca0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7222 1726884005.56140: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56171: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py <<< 7222 1726884005.56255: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py <<< 7222 1726884005.56285: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py <<< 7222 1726884005.56288: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56335: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56418: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56438: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56466: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56506: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56531: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56569: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available <<< 7222 1726884005.56639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56726: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56765: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py <<< 7222 1726884005.56768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.56906: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.57041: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.57073: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.57128: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884005.57165: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py <<< 7222 1726884005.57181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' <<< 7222 1726884005.57184: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' <<< 7222 1726884005.57223: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb600df0> <<< 7222 1726884005.57235: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' <<< 7222 1726884005.57258: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7222 1726884005.57282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7222 1726884005.57329: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py # code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7222 1726884005.57333: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb64f310> <<< 7222 1726884005.57374: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb64f280> <<< 7222 1726884005.57439: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb5f1a90> <<< 7222 1726884005.57475: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb600430> <<< 7222 1726884005.57508: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3bbd60> <<< 7222 1726884005.57525: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3bba30> # /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py <<< 7222 1726884005.57570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' <<< 7222 1726884005.57580: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py # code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' <<< 7222 1726884005.57602: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb661100> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb608460> <<< 7222 1726884005.57624: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc' <<< 7222 1726884005.57646: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb6611f0> <<< 7222 1726884005.57676: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py <<< 7222 1726884005.57708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' <<< 7222 1726884005.57726: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb423f10> <<< 7222 1726884005.57761: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb48e50> <<< 7222 1726884005.57807: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3bbaf0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py <<< 7222 1726884005.57830: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available <<< 7222 1726884005.57886: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.57942: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py <<< 7222 1726884005.57946: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.57978: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.58037: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available <<< 7222 1726884005.58066: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available <<< 7222 1726884005.58111: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.58125: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available <<< 7222 1726884005.58167: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.58222: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py <<< 7222 1726884005.58225: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.58253: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.58295: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available <<< 7222 1726884005.58352: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.58403: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.58452: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.58510: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py <<< 7222 1726884005.58513: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available <<< 7222 1726884005.58901: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59266: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available <<< 7222 1726884005.59323: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59366: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59402: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59441: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py <<< 7222 1726884005.59457: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59473: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59503: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py <<< 7222 1726884005.59506: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59549: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59601: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py <<< 7222 1726884005.59604: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59627: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59676: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py <<< 7222 1726884005.59679: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59706: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59720: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available <<< 7222 1726884005.59807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.59870: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py # code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc' <<< 7222 1726884005.59915: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb378430> <<< 7222 1726884005.59918: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7222 1726884005.59931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7222 1726884005.60090: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb378cd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available <<< 7222 1726884005.60144: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.60204: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available <<< 7222 1726884005.60279: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.60367: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 7222 1726884005.60370: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.60424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.60487: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available <<< 7222 1726884005.60530: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.60570: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7222 1726884005.60595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7222 1726884005.60740: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb37e580> <<< 7222 1726884005.60993: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3781c0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available <<< 7222 1726884005.61034: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61090: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 7222 1726884005.61093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61229: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61463: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available <<< 7222 1726884005.61503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61552: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 7222 1726884005.61555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61640: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py # code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' <<< 7222 1726884005.61730: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb2a77f0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb2a7e50> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py <<< 7222 1726884005.61733: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61764: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61815: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 7222 1726884005.61818: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.61937: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62061: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 7222 1726884005.62152: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62235: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62312: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available <<< 7222 1726884005.62400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62417: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62528: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62660: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py <<< 7222 1726884005.62665: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available <<< 7222 1726884005.62766: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62875: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py <<< 7222 1726884005.62895: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.62934: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.63365: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.63798: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py <<< 7222 1726884005.63801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.63874: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.63966: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available <<< 7222 1726884005.64054: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.64150: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py <<< 7222 1726884005.64154: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.64271: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.64409: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 7222 1726884005.64438: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py <<< 7222 1726884005.64454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.64474: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.64516: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py # zipimport: zlib available <<< 7222 1726884005.64606: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.64684: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.64855: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65032: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py <<< 7222 1726884005.65035: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available <<< 7222 1726884005.65068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65117: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available <<< 7222 1726884005.65130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65156: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available <<< 7222 1726884005.65224: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65297: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py <<< 7222 1726884005.65302: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65343: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 7222 1726884005.65346: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65386: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65454: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 7222 1726884005.65457: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65494: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65553: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available <<< 7222 1726884005.65772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.65996: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py <<< 7222 1726884005.65999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66033: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66094: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available <<< 7222 1726884005.66151: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66165: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available <<< 7222 1726884005.66187: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66227: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available <<< 7222 1726884005.66261: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66302: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py <<< 7222 1726884005.66306: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66363: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66438: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available <<< 7222 1726884005.66472: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available <<< 7222 1726884005.66510: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66565: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available <<< 7222 1726884005.66595: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66598: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66633: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66680: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66732: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66820: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py <<< 7222 1726884005.66823: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.66904: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available <<< 7222 1726884005.67068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.67237: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py <<< 7222 1726884005.67241: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.67271: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.67319: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available <<< 7222 1726884005.67369: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.67416: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py <<< 7222 1726884005.67419: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.67487: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.67556: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available <<< 7222 1726884005.67630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.67717: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 7222 1726884005.67785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884005.67994: stdout chunk (state=3): >>>import 'gc' # <<< 7222 1726884005.69299: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc' <<< 7222 1726884005.69322: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py # code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc' <<< 7222 1726884005.69372: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb135d00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb135e50> <<< 7222 1726884005.69438: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb0e5280> <<< 7222 1726884005.72187: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/queues.py <<< 7222 1726884005.72205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc' <<< 7222 1726884005.72240: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb135460> <<< 7222 1726884005.72254: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/synchronize.py <<< 7222 1726884005.72266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3df4c0> <<< 7222 1726884005.72328: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884005.72367: stdout chunk (state=3): >>># /usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb317f70> <<< 7222 1726884005.72386: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb317610> <<< 7222 1726884005.72632: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame<<< 7222 1726884005.72657: stdout chunk (state=3): >>> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 7222 1726884005.98519: stdout chunk (state=3): >>> <<< 7222 1726884005.98536: stdout chunk (state=3): >>>{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "9", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_lsb": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "00", "second": "05", "epoch": "1726884005", "epoch_int": "1726884005", "date": "2024-09-20", "time": "22:00:05", "iso8601_micro": "2024-09-21T02:00:05.687970Z", "iso8601": "2024-09-21T02:00:05Z", "iso8601_basic": "20240920T220005687970", "iso8601_basic_short": "20240920T220005", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAL<<< 7222 1726884005.98580: stdout chunk (state=3): >>>W7dFFGljAOEEVgYpEm48VkO9OkcAso3lI7Sj8hfPbzlGO28LWY6R1gxouii3Ske6AaQw3lH0nwtt07DwbjTIi2QO1Jzz1809fPX9sStIT0glWdiiovYWF7aj+Wf281EJn4ybBi0q7A93FRjuikvgP9NQeFFF4ijSykNMFvsdwnAAAAFQD5JQo8ocBBQMsOswIe9T32b1CRxwAAAIAPZ3NIL4dzb/XLB6jcgM9XOwxkHLH0Gq3MabzHYDhOouqktfpraWZUEWT/DVPapsBQF5liRG2yw/t19GWlhoIaGYzY92EF8BmgEa+1HcD7aF+fKwUxwsQKkLSROJMyJuMg4YEHRxVPwmbtYI+dDWqR163/kuhTgZSwIg4qOhniJQAAAIBRB4ulqXmnVJtE8bhQLJpGCT/ZbxSJgn6PMJKKDxwyeVY+DtwvwpvQWYRcU76de/htPWMqThx9bKiBWmGOVG8KCszxDUuyQ6fmTkREQeIzf5DqmToJFv6rSvz1OXN9+bnnsEod6EBVaUArvyRvpK4T/ZoN2MiFtDk1SGXzpX+31w==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCw9+eiAn7o10sbLt9nE5rHn964PNxeQAc/Q+XI85lSJ0TDPIKA8XstxfuJOfiRx3dpizctX+pf0VwbsPLoeN2TAWznRcVQG9DIK5KMJrMhtz76a+j1j+TpiWK9Z9Beuk+c56tcYur5HGZCLUk3Urse/BeOJGo5uvfY5uR+LYL53B1y0sOzQRDKKmqLkIKyV1m4KpM3urg0Au6mkZfypUY+KBbugN3ldIB8v4gqqdynpDOcI36faHosqca1SDbDe5qP9vv2PtD81uGUxLEUsdAcQevbq4LciKxz/4VjNMgfHpe05IZUAsvKBLck9y/fbvwylVK/H/BSh9RI6KtfvGNepzRfJe6TI9zgs+nJdEfgeFGV4LDFeXD9AokC/3tHv8UwxWLggKYvHhjSESRi7RCnqBm2ezBnEAXf9deUxx16YyAbX2Wzg6jK5O7UjQN177zG54j1GH/C7P78HAz/ZmaK4c/+gasOngrioTa9GYvJSp67syZ/0KflLwkZyFqNN7k=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMi8dHEHNskeZPnzba8tIa44+aTMIMgwsiQzLBnfZ6TaTY+7FIc4QjjwscwbKw8SsP3a6NaO82zVHFD+gQwuTPo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBrER6s5RKmN3t10Tkv3TwCISArxkF/PkPrDgBMzFUwA", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "5.14.0-508.el9.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.9<<< 7222 1726884005.98650: stdout chunk (state=3): >>>.19", "ansible_fqdn": "ip-10-31-9-183.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-9-183", "ansible_nodename": "ip-10-31-9-183.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "7be8dbede59242ada47f0c8bd5b46a3f", "ansible_loadavg": {"1m": 0.33, "5m": 0.2, "15m": 0.08}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.9", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.8.38 54936 10.31.9.183 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.8.38 54936 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "which_declare": "declare -f", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0", "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}"}, "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 19, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 19, "final", 0], "executable": "/usr/bin/python3.9", "has_sslcontext": true, "type": "cpython"}, "ansible_pkg_mgr": "dnf", "ansible_fibre_channel_wwn": [], "ansible_local": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "an<<< 7222 1726884005.98670: stdout chunk (state=3): >>>sible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3532, "ansible_memfree_mb": 2830, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 702, "free": 2830}, "nocache": {"free": 3262, "used": 270}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2e213b-1059-2372-9e37-ac731f5d0801", "ansible_product_uuid": "ec2e213b-1059-2372-9e37-ac731f5d0801", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 201, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268367278080, "size_available": 264252592128, "block_size": 4096, "block_total": 65519355, "block_available": 64514793, "block_used": 1004562, "inode_total": 131071472, "inode_available": 130998802, "inode_used": 72670, "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013"}], "ansible_service_mgr": "systemd", "ansible_iscsi_iqn": "", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:04:6b:4e:d7:c1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.183", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::1004:6bff:fe4e:d7c1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.9.183", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:04:6b:4e:d7:c1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresse<<< 7222 1726884005.98680: stdout chunk (state=3): >>>s": ["10.31.9.183"], "ansible_all_ipv6_addresses": ["fe80::1004:6bff:fe4e:d7c1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.9.183", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::1004:6bff:fe4e:d7c1"]}, "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 7222 1726884005.99403: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv <<< 7222 1726884005.99464: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 7222 1726884005.99509: stdout chunk (state=3): >>># clear sys.path_hooks <<< 7222 1726884005.99549: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7222 1726884005.99602: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 7222 1726884005.99638: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp <<< 7222 1726884005.99682: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref <<< 7222 1726884005.99740: stdout chunk (state=3): >>># cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time<<< 7222 1726884005.99805: stdout chunk (state=3): >>> # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs<<< 7222 1726884005.99858: stdout chunk (state=3): >>> # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 <<< 7222 1726884005.99907: stdout chunk (state=3): >>># cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc <<< 7222 1726884005.99959: stdout chunk (state=3): >>># cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 7222 1726884006.00008: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath <<< 7222 1726884006.00055: stdout chunk (state=3): >>># cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins <<< 7222 1726884006.00114: stdout chunk (state=3): >>># cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale <<< 7222 1726884006.00173: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum <<< 7222 1726884006.00231: stdout chunk (state=3): >>># cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile <<< 7222 1726884006.00275: stdout chunk (state=3): >>># cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools <<< 7222 1726884006.00340: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator<<< 7222 1726884006.00382: stdout chunk (state=3): >>> # cleanup[2] removing operator # cleanup[2] removing reprlib <<< 7222 1726884006.00449: stdout chunk (state=3): >>># destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg <<< 7222 1726884006.00498: stdout chunk (state=3): >>># cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii <<< 7222 1726884006.00537: stdout chunk (state=3): >>># cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap<<< 7222 1726884006.00541: stdout chunk (state=3): >>> # cleanup[2] removing importlib._bootstrap_external<<< 7222 1726884006.00564: stdout chunk (state=3): >>> # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset<<< 7222 1726884006.00578: stdout chunk (state=3): >>> # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp<<< 7222 1726884006.00621: stdout chunk (state=3): >>> # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils<<< 7222 1726884006.00653: stdout chunk (state=3): >>> # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token <<< 7222 1726884006.00671: stdout chunk (state=3): >>># destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime<<< 7222 1726884006.00702: stdout chunk (state=3): >>> # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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<<< 7222 1726884006.00731: stdout chunk (state=3): >>> # 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<<< 7222 1726884006.00761: stdout chunk (state=3): >>> # 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<<< 7222 1726884006.00795: stdout chunk (state=3): >>> # 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<<< 7222 1726884006.00816: stdout chunk (state=3): >>> # 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<<< 7222 1726884006.00840: stdout chunk (state=3): >>> # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7222 1726884006.00880: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool<<< 7222 1726884006.00928: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios<<< 7222 1726884006.00958: stdout chunk (state=3): >>> # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin<<< 7222 1726884006.00992: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector <<< 7222 1726884006.01024: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr<<< 7222 1726884006.01057: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd<<< 7222 1726884006.01081: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd <<< 7222 1726884006.01250: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing gc # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 7222 1726884006.01522: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7222 1726884006.01568: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc<<< 7222 1726884006.01580: stdout chunk (state=3): >>> # destroy importlib.machinery <<< 7222 1726884006.01635: stdout chunk (state=3): >>># destroy zipimport <<< 7222 1726884006.01649: stdout chunk (state=3): >>># destroy _compression <<< 7222 1726884006.01699: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy bz2 # destroy lzma <<< 7222 1726884006.01771: stdout chunk (state=3): >>># destroy __main__ # destroy locale<<< 7222 1726884006.01831: stdout chunk (state=3): >>> # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 7222 1726884006.01859: stdout chunk (state=3): >>># destroy _json # destroy encodings <<< 7222 1726884006.01912: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7222 1726884006.01998: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy logging # destroy argparse<<< 7222 1726884006.02015: stdout chunk (state=3): >>> <<< 7222 1726884006.02073: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 7222 1726884006.02159: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool <<< 7222 1726884006.02172: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle <<< 7222 1726884006.02217: stdout chunk (state=3): >>># destroy queue <<< 7222 1726884006.02248: stdout chunk (state=3): >>># destroy multiprocessing.reduction <<< 7222 1726884006.02273: stdout chunk (state=3): >>># destroy shlex # destroy datetime <<< 7222 1726884006.02302: stdout chunk (state=3): >>># destroy base64<<< 7222 1726884006.02347: stdout chunk (state=3): >>> <<< 7222 1726884006.02373: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy json <<< 7222 1726884006.02423: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 7222 1726884006.02512: stdout chunk (state=3): >>># destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 7222 1726884006.02567: stdout chunk (state=3): >>># destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util <<< 7222 1726884006.02580: stdout chunk (state=3): >>># destroy array # destroy multiprocessing.dummy.connection <<< 7222 1726884006.02641: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep<<< 7222 1726884006.02715: stdout chunk (state=3): >>> # cleanup[3] wiping unicodedata # cleanup[3] wiping gc # cleanup[3] wiping termios # cleanup[3] wiping _ssl # cleanup[3] wiping configparser # cleanup[3] wiping _multiprocessing # cleanup[3] wiping _queue # cleanup[3] wiping _pickle # cleanup[3] wiping selinux._selinux <<< 7222 1726884006.02766: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian <<< 7222 1726884006.04095: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy unicodedata # destroy gc # destroy termios # destroy _ssl # destroy _multiprocessing # destroy _queue # destroy _pickle <<< 7222 1726884006.04120: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2<<< 7222 1726884006.04431: stdout chunk (state=3): >>> # destroy _lzma # destroy zlib # destroy _signal # destroy platform <<< 7222 1726884006.04456: stdout chunk (state=3): >>># destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7222 1726884006.04510: stdout chunk (state=3): >>># destroy _heapq <<< 7222 1726884006.04569: stdout chunk (state=3): >>># destroy posixpath <<< 7222 1726884006.04604: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp <<< 7222 1726884006.04632: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy selectors <<< 7222 1726884006.04715: stdout chunk (state=3): >>># destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request<<< 7222 1726884006.04759: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator <<< 7222 1726884006.04764: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _operator <<< 7222 1726884006.04808: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7222 1726884006.04904: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7222 1726884006.05366: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. <<< 7222 1726884006.05455: stderr chunk (state=3): >>><<< 7222 1726884006.05458: stdout chunk (state=3): >>><<< 7222 1726884006.05708: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc773dc0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc7183a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc773b20> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc773ac0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc718490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc718940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc718670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6cf190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6cf220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6cf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc730880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6c8d90> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6f2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc718970> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc66eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc671f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc667610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc66d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc66e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc34dd60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc34d850> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc34de50> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc34df10> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc34de20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc649cd0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6425b0> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc656610> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc675df0> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc35fc10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc6491f0> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc656220> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc67b9a0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35ff40> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35fd30> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35fca0> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc333310> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc333400> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc369f40> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc3619d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc361520> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc25c160> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc31ddc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc361e50> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc675fd0> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc26da90> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc26ddc0> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc2806d0> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc280c10> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc20c340> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc26deb0> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc21d220> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc280550> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc21d2e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35f970> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc238640> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc238910> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc238700> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc2387f0> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc238c40> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcc247190> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc238880> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc22c9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc35f550> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcc238a30> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fabcc154610> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65760> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb65160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65eb0> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65cd0> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb65f10> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb65100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb3a190> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba3e070> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba3e250> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcba3ebe0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb4bdc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb4b3d0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb4bf10> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb9ab50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb6cc70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb6c340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb19be0> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb6c460> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb6c490> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba9c130> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbbac190> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbaa9940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbbac310> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbbacca0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbaa98e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb45130> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbb70940> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbbac790> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbba4880> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba9ea30> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbabbb20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbaa86a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcba9efd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbaa8a90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbae4730> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbae9760> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb63d970> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb23790> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb686a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcbadb5b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb6b040> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbaec5b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb37c10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb68ca0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/__init__.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/context.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc' # /usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/process.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb600df0> # /usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/reduction.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py # code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py # code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb64f310> # extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb64f280> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb5f1a90> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb600430> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3bbd60> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3bba30> # /usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/pool.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py # code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' # extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb661100> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb608460> # /usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/util.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb6611f0> # /usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/connection.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb423f10> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcbb48e50> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3bbaf0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py # code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb378430> # /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py # code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb378cd0> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py # code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb37e580> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3781c0> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py # code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb2a77f0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb2a7e50> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_f0b2cbsw/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available import 'gc' # # /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py # code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fabcb135d00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb135e50> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb0e5280> # /usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/queues.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb135460> # /usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb3df4c0> # /usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb317f70> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fabcb317610> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "9", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_lsb": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "00", "second": "05", "epoch": "1726884005", "epoch_int": "1726884005", "date": "2024-09-20", "time": "22:00:05", "iso8601_micro": "2024-09-21T02:00:05.687970Z", "iso8601": "2024-09-21T02:00:05Z", "iso8601_basic": "20240920T220005687970", "iso8601_basic_short": "20240920T220005", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fips": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBALW7dFFGljAOEEVgYpEm48VkO9OkcAso3lI7Sj8hfPbzlGO28LWY6R1gxouii3Ske6AaQw3lH0nwtt07DwbjTIi2QO1Jzz1809fPX9sStIT0glWdiiovYWF7aj+Wf281EJn4ybBi0q7A93FRjuikvgP9NQeFFF4ijSykNMFvsdwnAAAAFQD5JQo8ocBBQMsOswIe9T32b1CRxwAAAIAPZ3NIL4dzb/XLB6jcgM9XOwxkHLH0Gq3MabzHYDhOouqktfpraWZUEWT/DVPapsBQF5liRG2yw/t19GWlhoIaGYzY92EF8BmgEa+1HcD7aF+fKwUxwsQKkLSROJMyJuMg4YEHRxVPwmbtYI+dDWqR163/kuhTgZSwIg4qOhniJQAAAIBRB4ulqXmnVJtE8bhQLJpGCT/ZbxSJgn6PMJKKDxwyeVY+DtwvwpvQWYRcU76de/htPWMqThx9bKiBWmGOVG8KCszxDUuyQ6fmTkREQeIzf5DqmToJFv6rSvz1OXN9+bnnsEod6EBVaUArvyRvpK4T/ZoN2MiFtDk1SGXzpX+31w==", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCw9+eiAn7o10sbLt9nE5rHn964PNxeQAc/Q+XI85lSJ0TDPIKA8XstxfuJOfiRx3dpizctX+pf0VwbsPLoeN2TAWznRcVQG9DIK5KMJrMhtz76a+j1j+TpiWK9Z9Beuk+c56tcYur5HGZCLUk3Urse/BeOJGo5uvfY5uR+LYL53B1y0sOzQRDKKmqLkIKyV1m4KpM3urg0Au6mkZfypUY+KBbugN3ldIB8v4gqqdynpDOcI36faHosqca1SDbDe5qP9vv2PtD81uGUxLEUsdAcQevbq4LciKxz/4VjNMgfHpe05IZUAsvKBLck9y/fbvwylVK/H/BSh9RI6KtfvGNepzRfJe6TI9zgs+nJdEfgeFGV4LDFeXD9AokC/3tHv8UwxWLggKYvHhjSESRi7RCnqBm2ezBnEAXf9deUxx16YyAbX2Wzg6jK5O7UjQN177zG54j1GH/C7P78HAz/ZmaK4c/+gasOngrioTa9GYvJSp67syZ/0KflLwkZyFqNN7k=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMi8dHEHNskeZPnzba8tIa44+aTMIMgwsiQzLBnfZ6TaTY+7FIc4QjjwscwbKw8SsP3a6NaO82zVHFD+gQwuTPo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBrER6s5RKmN3t10Tkv3TwCISArxkF/PkPrDgBMzFUwA", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "5.14.0-508.el9.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.9.19", "ansible_fqdn": "ip-10-31-9-183.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-9-183", "ansible_nodename": "ip-10-31-9-183.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "7be8dbede59242ada47f0c8bd5b46a3f", "ansible_loadavg": {"1m": 0.33, "5m": 0.2, "15m": 0.08}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.9", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.8.38 54936 10.31.9.183 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.8.38 54936 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "which_declare": "declare -f", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0", "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}"}, "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 19, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 19, "final", 0], "executable": "/usr/bin/python3.9", "has_sslcontext": true, "type": "cpython"}, "ansible_pkg_mgr": "dnf", "ansible_fibre_channel_wwn": [], "ansible_local": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3532, "ansible_memfree_mb": 2830, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 702, "free": 2830}, "nocache": {"free": 3262, "used": 270}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2e213b-1059-2372-9e37-ac731f5d0801", "ansible_product_uuid": "ec2e213b-1059-2372-9e37-ac731f5d0801", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 201, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268367278080, "size_available": 264252592128, "block_size": 4096, "block_total": 65519355, "block_available": 64514793, "block_used": 1004562, "inode_total": 131071472, "inode_available": 130998802, "inode_used": 72670, "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013"}], "ansible_service_mgr": "systemd", "ansible_iscsi_iqn": "", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:04:6b:4e:d7:c1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.183", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::1004:6bff:fe4e:d7c1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.9.183", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:04:6b:4e:d7:c1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.183"], "ansible_all_ipv6_addresses": ["fe80::1004:6bff:fe4e:d7c1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.9.183", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::1004:6bff:fe4e:d7c1"]}, "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing gc # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy selinux # destroy distro # destroy logging # destroy argparse # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy pickle # destroy _compat_pickle # destroy queue # destroy multiprocessing.reduction # destroy shlex # destroy datetime # destroy base64 # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy json # destroy socket # destroy struct # destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # cleanup[3] wiping gc # cleanup[3] wiping termios # cleanup[3] wiping _ssl # cleanup[3] wiping configparser # cleanup[3] wiping _multiprocessing # cleanup[3] wiping _queue # cleanup[3] wiping _pickle # 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 # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy unicodedata # destroy gc # destroy termios # destroy _ssl # destroy _multiprocessing # destroy _queue # destroy _pickle # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. [WARNING]: Module invocation had junk after the JSON data: # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing gc # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy selinux # destroy distro # destroy logging # destroy argparse # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy pickle # destroy _compat_pickle # destroy queue # destroy multiprocessing.reduction # destroy shlex # destroy datetime # destroy base64 # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy json # destroy socket # destroy struct # destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping unicodedata # cleanup[3] wiping gc # cleanup[3] wiping termios # cleanup[3] wiping _ssl # cleanup[3] wiping configparser # cleanup[3] wiping _multiprocessing # cleanup[3] wiping _queue # cleanup[3] wiping _pickle # 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 # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy unicodedata # destroy gc # destroy termios # destroy _ssl # destroy _multiprocessing # destroy _queue # destroy _pickle # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 7222 1726884006.07052: done with _execute_module (ansible.legacy.setup, {'_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': 'ansible.legacy.setup', '_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-1726884004.3571763-7256-171795749648945/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7222 1726884006.07056: _low_level_execute_command(): starting 7222 1726884006.07059: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884004.3571763-7256-171795749648945/ > /dev/null 2>&1 && sleep 0' 7222 1726884006.07350: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.07353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.07382: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.07385: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.07387: 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.07435: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884006.07441: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884006.07505: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884006.10127: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884006.10131: stdout chunk (state=3): >>><<< 7222 1726884006.10137: stderr chunk (state=3): >>><<< 7222 1726884006.10158: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7222 1726884006.10166: handler run complete 7222 1726884006.10293: variable 'ansible_facts' from source: unknown 7222 1726884006.10399: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.11633: variable 'ansible_facts' from source: unknown 7222 1726884006.11720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.11846: attempt loop complete, returning result 7222 1726884006.11852: _execute() done 7222 1726884006.11855: dumping result to json 7222 1726884006.11884: done dumping result, returning 7222 1726884006.11892: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [123ea4c4-b13b-25d7-f447-00000000000d] 7222 1726884006.11896: sending task result for task 123ea4c4-b13b-25d7-f447-00000000000d 7222 1726884006.12203: done sending task result for task 123ea4c4-b13b-25d7-f447-00000000000d 7222 1726884006.12206: WORKER PROCESS EXITING ok: [managed_node1] 7222 1726884006.12497: no more pending results, returning what we have 7222 1726884006.12501: results queue empty 7222 1726884006.12501: checking for any_errors_fatal 7222 1726884006.12503: done checking for any_errors_fatal 7222 1726884006.12504: checking for max_fail_percentage 7222 1726884006.12505: done checking for max_fail_percentage 7222 1726884006.12506: checking to see if all hosts have failed and the running result is not ok 7222 1726884006.12507: done checking to see if all hosts have failed 7222 1726884006.12508: getting the remaining hosts for this loop 7222 1726884006.12509: done getting the remaining hosts for this loop 7222 1726884006.12513: getting the next task for host managed_node1 7222 1726884006.12520: done getting next task for host managed_node1 7222 1726884006.12522: ^ task is: TASK: meta (flush_handlers) 7222 1726884006.12524: ^ 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 7222 1726884006.12528: getting variables 7222 1726884006.12530: in VariableManager get_vars() 7222 1726884006.12559: Calling all_inventory to load vars for managed_node1 7222 1726884006.12562: Calling groups_inventory to load vars for managed_node1 7222 1726884006.12565: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884006.12575: Calling all_plugins_play to load vars for managed_node1 7222 1726884006.12586: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884006.12594: Calling groups_plugins_play to load vars for managed_node1 7222 1726884006.13069: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.13300: done with get_vars() 7222 1726884006.13310: done getting variables 7222 1726884006.13398: in VariableManager get_vars() 7222 1726884006.13408: Calling all_inventory to load vars for managed_node1 7222 1726884006.13410: Calling groups_inventory to load vars for managed_node1 7222 1726884006.13412: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884006.13417: Calling all_plugins_play to load vars for managed_node1 7222 1726884006.13419: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884006.13421: Calling groups_plugins_play to load vars for managed_node1 7222 1726884006.13566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.13770: done with get_vars() 7222 1726884006.13783: done queuing things up, now waiting for results queue to drain 7222 1726884006.13785: results queue empty 7222 1726884006.13786: checking for any_errors_fatal 7222 1726884006.13788: done checking for any_errors_fatal 7222 1726884006.13791: checking for max_fail_percentage 7222 1726884006.13792: done checking for max_fail_percentage 7222 1726884006.13793: checking to see if all hosts have failed and the running result is not ok 7222 1726884006.13801: done checking to see if all hosts have failed 7222 1726884006.13802: getting the remaining hosts for this loop 7222 1726884006.13803: done getting the remaining hosts for this loop 7222 1726884006.13805: getting the next task for host managed_node1 7222 1726884006.13811: done getting next task for host managed_node1 7222 1726884006.13814: ^ task is: TASK: Run role 7222 1726884006.13815: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884006.13817: getting variables 7222 1726884006.13818: in VariableManager get_vars() 7222 1726884006.13826: Calling all_inventory to load vars for managed_node1 7222 1726884006.13828: Calling groups_inventory to load vars for managed_node1 7222 1726884006.13830: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884006.13859: Calling all_plugins_play to load vars for managed_node1 7222 1726884006.13864: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884006.13868: Calling groups_plugins_play to load vars for managed_node1 7222 1726884006.17533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.17648: done with get_vars() 7222 1726884006.17655: done getting variables TASK [Run role] **************************************************************** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml:7 Friday 20 September 2024 22:00:06 -0400 (0:00:01.892) 0:00:01.925 ****** 7222 1726884006.17710: entering _queue_task() for managed_node1/include_role 7222 1726884006.17711: Creating lock for include_role 7222 1726884006.17950: worker is 1 (out of 1 available) 7222 1726884006.17962: exiting _queue_task() for managed_node1/include_role 7222 1726884006.17971: done queuing things up, now waiting for results queue to drain 7222 1726884006.17973: waiting for pending results... 7222 1726884006.18108: running TaskExecutor() for managed_node1/TASK: Run role 7222 1726884006.18171: in run() - task 123ea4c4-b13b-25d7-f447-000000000006 7222 1726884006.18178: variable 'ansible_search_path' from source: unknown 7222 1726884006.18238: calling self._execute() 7222 1726884006.18302: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884006.18318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884006.18332: variable 'omit' from source: magic vars 7222 1726884006.18456: _execute() done 7222 1726884006.18468: dumping result to json 7222 1726884006.19345: done dumping result, returning 7222 1726884006.19357: done running TaskExecutor() for managed_node1/TASK: Run role [123ea4c4-b13b-25d7-f447-000000000006] 7222 1726884006.19368: sending task result for task 123ea4c4-b13b-25d7-f447-000000000006 7222 1726884006.19550: no more pending results, returning what we have 7222 1726884006.19556: in VariableManager get_vars() 7222 1726884006.19592: Calling all_inventory to load vars for managed_node1 7222 1726884006.19595: Calling groups_inventory to load vars for managed_node1 7222 1726884006.19609: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884006.19627: Calling all_plugins_play to load vars for managed_node1 7222 1726884006.19632: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884006.19635: Calling groups_plugins_play to load vars for managed_node1 7222 1726884006.20055: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000006 7222 1726884006.20058: WORKER PROCESS EXITING 7222 1726884006.20066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.20684: done with get_vars() 7222 1726884006.20713: variable 'ansible_search_path' from source: unknown 7222 1726884006.20859: variable 'omit' from source: magic vars 7222 1726884006.20885: variable 'omit' from source: magic vars 7222 1726884006.20900: variable 'omit' from source: magic vars 7222 1726884006.20905: we have included files to process 7222 1726884006.20906: generating all_blocks data 7222 1726884006.20907: done generating all_blocks data 7222 1726884006.20993: processing included file: fedora.linux_system_roles.ssh 7222 1726884006.21017: in VariableManager get_vars() 7222 1726884006.21142: done with get_vars() 7222 1726884006.21216: in VariableManager get_vars() 7222 1726884006.21230: done with get_vars() 7222 1726884006.21395: Loading data from /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/main.yml 7222 1726884006.21528: Loading data from /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/defaults/main.yml 7222 1726884006.21619: Loading data from /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/meta/main.yml 7222 1726884006.21863: Loading data from /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml 7222 1726884006.22231: in VariableManager get_vars() 7222 1726884006.22258: done with get_vars() 7222 1726884006.25596: iterating over new_blocks loaded from include file 7222 1726884006.25599: in VariableManager get_vars() 7222 1726884006.25615: done with get_vars() 7222 1726884006.25617: filtering new block on tags 7222 1726884006.25635: done filtering new block on tags 7222 1726884006.25638: in VariableManager get_vars() 7222 1726884006.25650: done with get_vars() 7222 1726884006.25652: filtering new block on tags 7222 1726884006.25675: done filtering new block on tags 7222 1726884006.25678: in VariableManager get_vars() 7222 1726884006.25940: done with get_vars() 7222 1726884006.25942: filtering new block on tags 7222 1726884006.26359: done filtering new block on tags 7222 1726884006.26454: in VariableManager get_vars() 7222 1726884006.26729: done with get_vars() 7222 1726884006.26731: filtering new block on tags 7222 1726884006.26751: done filtering new block on tags 7222 1726884006.26753: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.ssh for managed_node1 7222 1726884006.26760: extending task lists for all hosts with included blocks 7222 1726884006.26802: done extending task lists 7222 1726884006.26803: done processing included files 7222 1726884006.26804: results queue empty 7222 1726884006.26804: checking for any_errors_fatal 7222 1726884006.26806: done checking for any_errors_fatal 7222 1726884006.26807: checking for max_fail_percentage 7222 1726884006.26808: done checking for max_fail_percentage 7222 1726884006.26809: checking to see if all hosts have failed and the running result is not ok 7222 1726884006.26809: done checking to see if all hosts have failed 7222 1726884006.26810: getting the remaining hosts for this loop 7222 1726884006.26811: done getting the remaining hosts for this loop 7222 1726884006.26814: getting the next task for host managed_node1 7222 1726884006.26819: done getting next task for host managed_node1 7222 1726884006.26826: ^ task is: TASK: fedora.linux_system_roles.ssh : Set platform/version specific variables 7222 1726884006.26829: ^ 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 7222 1726884006.26842: getting variables 7222 1726884006.26844: in VariableManager get_vars() 7222 1726884006.26859: Calling all_inventory to load vars for managed_node1 7222 1726884006.26861: Calling groups_inventory to load vars for managed_node1 7222 1726884006.26863: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884006.26869: Calling all_plugins_play to load vars for managed_node1 7222 1726884006.26871: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884006.26874: Calling groups_plugins_play to load vars for managed_node1 7222 1726884006.27301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.27662: done with get_vars() 7222 1726884006.27671: done getting variables TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Friday 20 September 2024 22:00:06 -0400 (0:00:00.100) 0:00:02.026 ****** 7222 1726884006.27763: entering _queue_task() for managed_node1/include_tasks 7222 1726884006.27765: Creating lock for include_tasks 7222 1726884006.28102: worker is 1 (out of 1 available) 7222 1726884006.28114: exiting _queue_task() for managed_node1/include_tasks 7222 1726884006.28128: done queuing things up, now waiting for results queue to drain 7222 1726884006.28130: waiting for pending results... 7222 1726884006.28401: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Set platform/version specific variables 7222 1726884006.28533: in run() - task 123ea4c4-b13b-25d7-f447-000000000027 7222 1726884006.28555: variable 'ansible_search_path' from source: unknown 7222 1726884006.28568: variable 'ansible_search_path' from source: unknown 7222 1726884006.28613: calling self._execute() 7222 1726884006.28701: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884006.28712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884006.28726: variable 'omit' from source: magic vars 7222 1726884006.28875: _execute() done 7222 1726884006.28882: dumping result to json 7222 1726884006.28894: done dumping result, returning 7222 1726884006.28910: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Set platform/version specific variables [123ea4c4-b13b-25d7-f447-000000000027] 7222 1726884006.28919: sending task result for task 123ea4c4-b13b-25d7-f447-000000000027 7222 1726884006.29090: no more pending results, returning what we have 7222 1726884006.29096: in VariableManager get_vars() 7222 1726884006.29136: Calling all_inventory to load vars for managed_node1 7222 1726884006.29139: Calling groups_inventory to load vars for managed_node1 7222 1726884006.29142: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884006.29158: Calling all_plugins_play to load vars for managed_node1 7222 1726884006.29161: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884006.29164: Calling groups_plugins_play to load vars for managed_node1 7222 1726884006.29386: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.29607: done with get_vars() 7222 1726884006.29616: variable 'ansible_search_path' from source: unknown 7222 1726884006.29625: variable 'ansible_search_path' from source: unknown 7222 1726884006.29670: we have included files to process 7222 1726884006.29672: generating all_blocks data 7222 1726884006.29674: done generating all_blocks data 7222 1726884006.29679: processing included file: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml 7222 1726884006.29681: loading included file: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml 7222 1726884006.29684: Loading data from /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml 7222 1726884006.30322: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000027 7222 1726884006.30325: WORKER PROCESS EXITING 7222 1726884006.32851: done processing included file 7222 1726884006.32854: iterating over new_blocks loaded from include file 7222 1726884006.32856: in VariableManager get_vars() 7222 1726884006.32876: done with get_vars() 7222 1726884006.32878: filtering new block on tags 7222 1726884006.32905: done filtering new block on tags 7222 1726884006.32909: in VariableManager get_vars() 7222 1726884006.32929: done with get_vars() 7222 1726884006.32931: filtering new block on tags 7222 1726884006.32951: done filtering new block on tags 7222 1726884006.32954: in VariableManager get_vars() 7222 1726884006.33009: done with get_vars() 7222 1726884006.33011: filtering new block on tags 7222 1726884006.33029: done filtering new block on tags 7222 1726884006.33031: in VariableManager get_vars() 7222 1726884006.33072: done with get_vars() 7222 1726884006.33075: filtering new block on tags 7222 1726884006.33090: done filtering new block on tags 7222 1726884006.33092: done iterating over new_blocks loaded from include file included: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed_node1 7222 1726884006.33098: extending task lists for all hosts with included blocks 7222 1726884006.33233: done extending task lists 7222 1726884006.33234: done processing included files 7222 1726884006.33235: results queue empty 7222 1726884006.33236: checking for any_errors_fatal 7222 1726884006.33240: done checking for any_errors_fatal 7222 1726884006.33241: checking for max_fail_percentage 7222 1726884006.33242: done checking for max_fail_percentage 7222 1726884006.33243: checking to see if all hosts have failed and the running result is not ok 7222 1726884006.33244: done checking to see if all hosts have failed 7222 1726884006.33244: getting the remaining hosts for this loop 7222 1726884006.33248: done getting the remaining hosts for this loop 7222 1726884006.33252: getting the next task for host managed_node1 7222 1726884006.33256: done getting next task for host managed_node1 7222 1726884006.33259: ^ task is: TASK: fedora.linux_system_roles.ssh : Ensure ansible_facts used by role 7222 1726884006.33262: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884006.33271: getting variables 7222 1726884006.33273: in VariableManager get_vars() 7222 1726884006.33285: Calling all_inventory to load vars for managed_node1 7222 1726884006.33287: Calling groups_inventory to load vars for managed_node1 7222 1726884006.33292: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884006.33297: Calling all_plugins_play to load vars for managed_node1 7222 1726884006.33300: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884006.33302: Calling groups_plugins_play to load vars for managed_node1 7222 1726884006.34061: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.34584: done with get_vars() 7222 1726884006.34596: done getting variables TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Friday 20 September 2024 22:00:06 -0400 (0:00:00.069) 0:00:02.095 ****** 7222 1726884006.34784: entering _queue_task() for managed_node1/setup 7222 1726884006.35878: worker is 1 (out of 1 available) 7222 1726884006.35982: exiting _queue_task() for managed_node1/setup 7222 1726884006.35998: done queuing things up, now waiting for results queue to drain 7222 1726884006.36036: waiting for pending results... 7222 1726884006.36506: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Ensure ansible_facts used by role 7222 1726884006.37083: in run() - task 123ea4c4-b13b-25d7-f447-000000000052 7222 1726884006.37143: variable 'ansible_search_path' from source: unknown 7222 1726884006.37152: variable 'ansible_search_path' from source: unknown 7222 1726884006.37204: calling self._execute() 7222 1726884006.37315: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884006.37325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884006.37337: variable 'omit' from source: magic vars 7222 1726884006.38002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7222 1726884006.42831: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7222 1726884006.42920: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7222 1726884006.42962: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7222 1726884006.43004: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7222 1726884006.43037: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7222 1726884006.43143: 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) 7222 1726884006.43177: 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) 7222 1726884006.43221: 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) 7222 1726884006.43264: 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) 7222 1726884006.43287: 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) 7222 1726884006.43348: 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) 7222 1726884006.43376: 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) 7222 1726884006.43413: 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) 7222 1726884006.43462: 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) 7222 1726884006.43479: 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) 7222 1726884006.43677: variable '__ssh_required_facts' from source: role '' all vars 7222 1726884006.43699: variable 'ansible_facts' from source: unknown 7222 1726884006.43806: Evaluated conditional (__ssh_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 7222 1726884006.43815: when evaluation is False, skipping this task 7222 1726884006.43822: _execute() done 7222 1726884006.43828: dumping result to json 7222 1726884006.43834: done dumping result, returning 7222 1726884006.43845: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Ensure ansible_facts used by role [123ea4c4-b13b-25d7-f447-000000000052] 7222 1726884006.43857: sending task result for task 123ea4c4-b13b-25d7-f447-000000000052 7222 1726884006.43974: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000052 7222 1726884006.43981: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__ssh_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 7222 1726884006.44195: no more pending results, returning what we have 7222 1726884006.44199: results queue empty 7222 1726884006.44200: checking for any_errors_fatal 7222 1726884006.44202: done checking for any_errors_fatal 7222 1726884006.44203: checking for max_fail_percentage 7222 1726884006.44205: done checking for max_fail_percentage 7222 1726884006.44205: checking to see if all hosts have failed and the running result is not ok 7222 1726884006.44206: done checking to see if all hosts have failed 7222 1726884006.44207: getting the remaining hosts for this loop 7222 1726884006.44209: done getting the remaining hosts for this loop 7222 1726884006.44213: getting the next task for host managed_node1 7222 1726884006.44223: done getting next task for host managed_node1 7222 1726884006.44227: ^ task is: TASK: fedora.linux_system_roles.ssh : Check if system is ostree 7222 1726884006.44231: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884006.44248: getting variables 7222 1726884006.44250: in VariableManager get_vars() 7222 1726884006.44286: Calling all_inventory to load vars for managed_node1 7222 1726884006.44297: Calling groups_inventory to load vars for managed_node1 7222 1726884006.44301: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884006.44312: Calling all_plugins_play to load vars for managed_node1 7222 1726884006.44316: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884006.44319: Calling groups_plugins_play to load vars for managed_node1 7222 1726884006.44585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884006.45578: done with get_vars() 7222 1726884006.45592: done getting variables TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Friday 20 September 2024 22:00:06 -0400 (0:00:00.111) 0:00:02.206 ****** 7222 1726884006.45810: entering _queue_task() for managed_node1/stat 7222 1726884006.46427: worker is 1 (out of 1 available) 7222 1726884006.46440: exiting _queue_task() for managed_node1/stat 7222 1726884006.46452: done queuing things up, now waiting for results queue to drain 7222 1726884006.46453: waiting for pending results... 7222 1726884006.46816: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Check if system is ostree 7222 1726884006.46978: in run() - task 123ea4c4-b13b-25d7-f447-000000000054 7222 1726884006.47004: variable 'ansible_search_path' from source: unknown 7222 1726884006.47014: variable 'ansible_search_path' from source: unknown 7222 1726884006.47058: calling self._execute() 7222 1726884006.47154: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884006.47165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884006.47189: variable 'omit' from source: magic vars 7222 1726884006.47758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7222 1726884006.48051: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7222 1726884006.48140: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7222 1726884006.48186: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7222 1726884006.48237: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7222 1726884006.48343: 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) 7222 1726884006.48380: 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) 7222 1726884006.48417: 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) 7222 1726884006.48456: 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) 7222 1726884006.48607: Evaluated conditional (not __ssh_is_ostree is defined): True 7222 1726884006.48618: variable 'omit' from source: magic vars 7222 1726884006.48693: variable 'omit' from source: magic vars 7222 1726884006.48739: variable 'omit' from source: magic vars 7222 1726884006.48778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884006.48876: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884006.48908: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884006.48994: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884006.49014: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884006.49113: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884006.49123: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884006.49131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884006.49396: Set connection var ansible_timeout to 10 7222 1726884006.49433: Set connection var ansible_shell_type to sh 7222 1726884006.49443: Set connection var ansible_connection to ssh 7222 1726884006.49452: Set connection var ansible_pipelining to False 7222 1726884006.49535: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884006.49554: Set connection var ansible_shell_executable to /bin/sh 7222 1726884006.49593: variable 'ansible_shell_executable' from source: unknown 7222 1726884006.49602: variable 'ansible_connection' from source: unknown 7222 1726884006.49609: variable 'ansible_module_compression' from source: unknown 7222 1726884006.49648: variable 'ansible_shell_type' from source: unknown 7222 1726884006.49660: variable 'ansible_shell_executable' from source: unknown 7222 1726884006.49667: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884006.49674: variable 'ansible_pipelining' from source: unknown 7222 1726884006.49685: variable 'ansible_timeout' from source: unknown 7222 1726884006.49697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884006.50130: 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__) 7222 1726884006.50145: variable 'omit' from source: magic vars 7222 1726884006.50200: starting attempt loop 7222 1726884006.50208: running the handler 7222 1726884006.50235: _low_level_execute_command(): starting 7222 1726884006.50248: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7222 1726884006.52263: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884006.52281: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884006.52300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.52321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.52382: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884006.52397: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884006.52414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.52433: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884006.52454: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884006.52467: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884006.52483: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884006.52502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.52517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.52528: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884006.52537: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884006.52554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.52641: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884006.52670: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884006.52699: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884006.52791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884006.54932: stdout chunk (state=3): >>>/root <<< 7222 1726884006.55183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884006.55186: stdout chunk (state=3): >>><<< 7222 1726884006.55192: stderr chunk (state=3): >>><<< 7222 1726884006.55316: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884006.55329: _low_level_execute_command(): starting 7222 1726884006.55332: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728 `" && echo ansible-tmp-1726884006.552139-7335-49458295800728="` echo /root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728 `" ) && sleep 0' 7222 1726884006.56586: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884006.56592: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.56831: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.56835: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.56837: 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.56912: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884006.56915: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884006.56917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884006.56987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884006.59680: stdout chunk (state=3): >>>ansible-tmp-1726884006.552139-7335-49458295800728=/root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728 <<< 7222 1726884006.59918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884006.59922: stdout chunk (state=3): >>><<< 7222 1726884006.59928: stderr chunk (state=3): >>><<< 7222 1726884006.59947: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884006.552139-7335-49458295800728=/root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884006.60033: variable 'ansible_module_compression' from source: unknown 7222 1726884006.60097: ANSIBALLZ: Using lock for stat 7222 1726884006.60101: ANSIBALLZ: Acquiring lock 7222 1726884006.60103: ANSIBALLZ: Lock acquired: 139967133283488 7222 1726884006.60106: ANSIBALLZ: Creating module 7222 1726884006.79344: ANSIBALLZ: Writing module into payload 7222 1726884006.79573: ANSIBALLZ: Writing module 7222 1726884006.79593: ANSIBALLZ: Renaming module 7222 1726884006.79711: ANSIBALLZ: Done creating module 7222 1726884006.79728: variable 'ansible_facts' from source: unknown 7222 1726884006.79851: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728/AnsiballZ_stat.py 7222 1726884006.80438: Sending initial data 7222 1726884006.80441: Sent initial data (149 bytes) 7222 1726884006.81191: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.81199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.81240: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.81243: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.81248: 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.81301: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884006.81312: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884006.81376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884006.83287: 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 <<< 7222 1726884006.83339: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7222 1726884006.83400: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7222eassh4i8/tmpy590m85a /root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728/AnsiballZ_stat.py <<< 7222 1726884006.83451: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7222 1726884006.84710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884006.84890: stderr chunk (state=3): >>><<< 7222 1726884006.84894: stdout chunk (state=3): >>><<< 7222 1726884006.84896: done transferring module to remote 7222 1726884006.84898: _low_level_execute_command(): starting 7222 1726884006.84900: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728/ /root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728/AnsiballZ_stat.py && sleep 0' 7222 1726884006.85483: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884006.85501: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884006.85516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.85537: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.85592: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884006.85605: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884006.85618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.85636: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884006.85647: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884006.85658: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884006.85681: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884006.85698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.85713: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.85725: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884006.85734: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884006.85748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.85828: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884006.85850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884006.85867: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884006.85952: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884006.87805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884006.88435: stderr chunk (state=3): >>><<< 7222 1726884006.88787: stdout chunk (state=3): >>><<< 7222 1726884006.88862: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7222 1726884006.88894: _low_level_execute_command(): starting 7222 1726884006.88985: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728/AnsiballZ_stat.py && sleep 0' 7222 1726884006.90966: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884006.90990: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884006.91007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.91026: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.91079: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884006.91097: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884006.91103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.91117: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884006.91124: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884006.91130: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884006.91140: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884006.91160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884006.91171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884006.91179: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884006.91185: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884006.91196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884006.91279: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884006.91300: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884006.91313: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884006.91403: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7222 1726884006.93348: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7222 1726884006.93363: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7222 1726884006.93413: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7222 1726884006.93442: stdout chunk (state=3): >>>import 'posix' # <<< 7222 1726884006.93483: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7222 1726884006.93529: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7222 1726884006.93572: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884006.93606: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7222 1726884006.93628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7222 1726884006.93649: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3f3dc0> <<< 7222 1726884006.93692: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7222 1726884006.93700: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3f3b20> <<< 7222 1726884006.93731: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7222 1726884006.93751: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3f3ac0> <<< 7222 1726884006.93766: stdout chunk (state=3): >>>import '_signal' # <<< 7222 1726884006.93787: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7222 1726884006.93827: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c398490> <<< 7222 1726884006.93931: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7222 1726884006.94000: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c398940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c398670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7222 1726884006.94022: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7222 1726884006.94088: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c34f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7222 1726884006.94167: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c34f220> <<< 7222 1726884006.94231: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c372850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c34f940> <<< 7222 1726884006.94307: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3b0880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c348d90> <<< 7222 1726884006.94335: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7222 1726884006.94367: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c372d90> <<< 7222 1726884006.94401: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c398970> <<< 7222 1726884006.94433: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7222 1726884006.94630: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7222 1726884006.94669: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7222 1726884006.94698: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7222 1726884006.94716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7222 1726884006.94738: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7222 1726884006.94753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c313eb0> <<< 7222 1726884006.94811: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c316f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7222 1726884006.94833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7222 1726884006.94851: stdout chunk (state=3): >>>import '_sre' # <<< 7222 1726884006.94868: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7222 1726884006.94885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7222 1726884006.94919: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7222 1726884006.94935: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c30c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c312640> <<< 7222 1726884006.94955: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c313370> <<< 7222 1726884006.94966: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7222 1726884006.95040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7222 1726884006.95056: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7222 1726884006.95096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884006.95158: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c294df0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2948e0> <<< 7222 1726884006.95182: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c294ee0> <<< 7222 1726884006.95208: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7222 1726884006.95225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7222 1726884006.95252: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c294fa0> <<< 7222 1726884006.95288: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c294eb0> import '_collections' # <<< 7222 1726884006.95436: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2eed60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2e7640> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2fa6a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c31ae20> <<< 7222 1726884006.95456: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7222 1726884006.95512: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c2a7ca0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2ee280> <<< 7222 1726884006.95530: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c2fa2b0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3209d0> <<< 7222 1726884006.95593: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7222 1726884006.95614: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7222 1726884006.95633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a7fd0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a7dc0> <<< 7222 1726884006.95669: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a7d30> <<< 7222 1726884006.95701: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7222 1726884006.95724: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7222 1726884006.95729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884006.95756: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7222 1726884006.95805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7222 1726884006.95824: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c27a3a0> <<< 7222 1726884006.95851: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7222 1726884006.95857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7222 1726884006.95903: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c27a490> <<< 7222 1726884006.96014: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2aefd0> <<< 7222 1726884006.96049: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a9a60> <<< 7222 1726884006.96068: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a9580> <<< 7222 1726884006.96082: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7222 1726884006.96098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7222 1726884006.96122: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7222 1726884006.96136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7222 1726884006.96167: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7222 1726884006.96173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1a31f0> <<< 7222 1726884006.96205: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c265b80> <<< 7222 1726884006.96256: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a9ee0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c320040> <<< 7222 1726884006.96288: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7222 1726884006.96308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7222 1726884006.96332: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' <<< 7222 1726884006.96361: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1b5b20> import 'errno' # <<< 7222 1726884006.96391: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1b5e50> <<< 7222 1726884006.96412: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7222 1726884006.96430: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' <<< 7222 1726884006.96443: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1c7760> <<< 7222 1726884006.96476: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7222 1726884006.96499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7222 1726884006.96568: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1c7ca0> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1543d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1b5f40> <<< 7222 1726884006.96625: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7222 1726884006.96764: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1652b0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1c75e0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c165370> <<< 7222 1726884006.96810: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a7a00> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7222 1726884006.96834: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1806d0> <<< 7222 1726884006.96845: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' <<< 7222 1726884006.96898: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1809a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c180790> <<< 7222 1726884006.96922: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c180880> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7222 1726884006.96933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7222 1726884006.97117: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c180cd0> <<< 7222 1726884006.97160: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c18d220> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c180910> <<< 7222 1726884006.97182: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c174a60> <<< 7222 1726884006.97203: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a75e0> <<< 7222 1726884006.97236: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7222 1726884006.97278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7222 1726884006.97314: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c180ac0> <<< 7222 1726884006.97411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7222 1726884006.97436: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f830c09b6a0> <<< 7222 1726884006.97602: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip' # zipimport: zlib available <<< 7222 1726884006.97697: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884006.97721: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7222 1726884006.97748: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884006.97776: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7222 1726884006.98987: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884006.99903: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf997f0> <<< 7222 1726884006.99966: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7222 1726884007.00045: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7222 1726884007.00049: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c028760> <<< 7222 1726884007.00089: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028640> <<< 7222 1726884007.00094: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028370> <<< 7222 1726884007.00106: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7222 1726884007.00159: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028190> import 'atexit' # <<< 7222 1726884007.00195: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c0283d0> <<< 7222 1726884007.00207: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7222 1726884007.00243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7222 1726884007.00315: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c0287c0> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7222 1726884007.00332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7222 1726884007.00395: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7222 1726884007.00438: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9ed7f0> <<< 7222 1726884007.00471: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9edb80> <<< 7222 1726884007.00571: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9ed9d0> <<< 7222 1726884007.00576: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7222 1726884007.00608: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf38af0> <<< 7222 1726884007.00612: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c022d60> <<< 7222 1726884007.00770: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028520> <<< 7222 1726884007.00783: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7222 1726884007.00828: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c022190> <<< 7222 1726884007.00832: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7222 1726884007.00864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7222 1726884007.00903: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7222 1726884007.00922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7222 1726884007.00925: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf95ac0> <<< 7222 1726884007.01013: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bfcbe80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bfcb8b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf322e0> <<< 7222 1726884007.01045: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830bfcb9a0> <<< 7222 1726884007.01087: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bff9cd0> <<< 7222 1726884007.01118: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7222 1726884007.01234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7222 1726884007.01263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9cea00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c001e50> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7222 1726884007.01270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7222 1726884007.01321: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9dd0a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c001f10> <<< 7222 1726884007.01350: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7222 1726884007.01377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.01421: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7222 1726884007.01424: stdout chunk (state=3): >>>import '_string' # <<< 7222 1726884007.01469: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bfce6d0> <<< 7222 1726884007.01882: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9dd0d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9da550> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9da610> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9d9c40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bff9c10> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830bf89b20> <<< 7222 1726884007.03547: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830bf88940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9d0820> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830bf89580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bfc2ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.03605: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b5a8d90> <<< 7222 1726884007.03716: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7222 1726884007.03783: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9bd580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b996df0> <<< 7222 1726884007.03786: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 7222 1726884007.03899: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.04026: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7222 1726884007.04056: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf7f9a0> <<< 7222 1726884007.04067: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.04450: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.04824: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.04875: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.04952: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 7222 1726884007.04967: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.04981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.05021: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 7222 1726884007.05087: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.05155: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 7222 1726884007.05697: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available <<< 7222 1726884007.05910: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7222 1726884007.05913: stdout chunk (state=3): >>>import '_ast' # <<< 7222 1726884007.06022: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b5a8640> <<< 7222 1726884007.06027: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.06109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.06218: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/validation.py <<< 7222 1726884007.06222: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py <<< 7222 1726884007.06248: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7222 1726884007.06252: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.06299: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.06346: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 7222 1726884007.06362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.06410: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.06461: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.06652: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.06745: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py <<< 7222 1726884007.06775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.06897: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c013be0> <<< 7222 1726884007.06995: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b580f10> <<< 7222 1726884007.06998: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/process.py <<< 7222 1726884007.07010: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.07352: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7222 1726884007.07379: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7222 1726884007.07397: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7222 1726884007.07429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7222 1726884007.07471: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7222 1726884007.07622: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9b7bb0> <<< 7222 1726884007.07676: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b99b340> <<< 7222 1726884007.07765: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9987f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 7222 1726884007.07768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.07796: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.07831: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7222 1726884007.07940: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 7222 1726884007.07980: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.07983: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7222 1726884007.08214: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.08871: stdout chunk (state=3): >>># zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast <<< 7222 1726884007.09254: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux <<< 7222 1726884007.09278: 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 # cleanup[3] wiping tokenize <<< 7222 1726884007.09301: stdout chunk (state=3): >>># cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 7222 1726884007.09336: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile <<< 7222 1726884007.09377: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os <<< 7222 1726884007.09400: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath <<< 7222 1726884007.09429: stdout chunk (state=3): >>># cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 7222 1726884007.09450: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 7222 1726884007.09493: stdout chunk (state=3): >>># destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7222 1726884007.09632: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize <<< 7222 1726884007.09696: stdout chunk (state=3): >>># destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator <<< 7222 1726884007.09719: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7222 1726884007.09811: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7222 1726884007.10161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. <<< 7222 1726884007.10164: stdout chunk (state=3): >>><<< 7222 1726884007.10167: stderr chunk (state=3): >>><<< 7222 1726884007.10321: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3f3dc0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3f3b20> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3f3ac0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c398490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c398940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c398670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c34f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c34f220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c372850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c34f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3b0880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c348d90> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c372d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c398970> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c313eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c316f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c30c610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c312640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c313370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c294df0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2948e0> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c294ee0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c294fa0> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c294eb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2eed60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2e7640> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2fa6a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c31ae20> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c2a7ca0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2ee280> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c2fa2b0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c3209d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a7fd0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a7dc0> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a7d30> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c27a3a0> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c27a490> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2aefd0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a9a60> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a9580> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1a31f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c265b80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a9ee0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c320040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1b5b20> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1b5e50> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1c7760> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1c7ca0> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1543d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1b5f40> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1652b0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c1c75e0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c165370> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a7a00> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1806d0> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c1809a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c180790> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c180880> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c180cd0> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c18d220> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c180910> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c174a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c2a75e0> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c180ac0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f830c09b6a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf997f0> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c028760> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028640> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028370> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028490> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028190> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c0283d0> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c0287c0> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9ed7f0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9edb80> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9ed9d0> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf38af0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c022d60> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c028520> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c022190> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf95ac0> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bfcbe80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bfcb8b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf322e0> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830bfcb9a0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bff9cd0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9cea00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c001e50> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9dd0a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830c001f10> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bfce6d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9dd0d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9da550> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9da610> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b9d9c40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bff9c10> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830bf89b20> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830bf88940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9d0820> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830bf89580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bfc2ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830b5a8d90> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9bd580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b996df0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830bf7f9a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b5a8640> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f830c013be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b580f10> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9b7bb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b99b340> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f830b9987f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_kvasxtnb/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks 7222 1726884007.11100: 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-1726884006.552139-7335-49458295800728/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7222 1726884007.11104: _low_level_execute_command(): starting 7222 1726884007.11107: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884006.552139-7335-49458295800728/ > /dev/null 2>&1 && sleep 0' 7222 1726884007.11447: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.11451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.11493: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.11496: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.11498: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.11501: 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.11554: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.11561: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.11613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.13901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884007.13969: stderr chunk (state=3): >>><<< 7222 1726884007.13973: stdout chunk (state=3): >>><<< 7222 1726884007.13996: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884007.14098: handler run complete 7222 1726884007.14102: attempt loop complete, returning result 7222 1726884007.14104: _execute() done 7222 1726884007.14107: dumping result to json 7222 1726884007.14109: done dumping result, returning 7222 1726884007.14111: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Check if system is ostree [123ea4c4-b13b-25d7-f447-000000000054] 7222 1726884007.14113: sending task result for task 123ea4c4-b13b-25d7-f447-000000000054 7222 1726884007.14182: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000054 7222 1726884007.14186: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 7222 1726884007.14265: no more pending results, returning what we have 7222 1726884007.14268: results queue empty 7222 1726884007.14269: checking for any_errors_fatal 7222 1726884007.14275: done checking for any_errors_fatal 7222 1726884007.14275: checking for max_fail_percentage 7222 1726884007.14277: done checking for max_fail_percentage 7222 1726884007.14278: checking to see if all hosts have failed and the running result is not ok 7222 1726884007.14279: done checking to see if all hosts have failed 7222 1726884007.14280: getting the remaining hosts for this loop 7222 1726884007.14281: done getting the remaining hosts for this loop 7222 1726884007.14286: getting the next task for host managed_node1 7222 1726884007.14295: done getting next task for host managed_node1 7222 1726884007.14299: ^ task is: TASK: fedora.linux_system_roles.ssh : Set flag to indicate system is ostree 7222 1726884007.14303: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884007.14313: getting variables 7222 1726884007.14314: in VariableManager get_vars() 7222 1726884007.14354: Calling all_inventory to load vars for managed_node1 7222 1726884007.14357: Calling groups_inventory to load vars for managed_node1 7222 1726884007.14359: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884007.14371: Calling all_plugins_play to load vars for managed_node1 7222 1726884007.14373: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884007.14377: Calling groups_plugins_play to load vars for managed_node1 7222 1726884007.14751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884007.15045: done with get_vars() 7222 1726884007.15061: done getting variables 7222 1726884007.15157: 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 [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Friday 20 September 2024 22:00:07 -0400 (0:00:00.693) 0:00:02.900 ****** 7222 1726884007.15193: entering _queue_task() for managed_node1/set_fact 7222 1726884007.15195: Creating lock for set_fact 7222 1726884007.15462: worker is 1 (out of 1 available) 7222 1726884007.15473: exiting _queue_task() for managed_node1/set_fact 7222 1726884007.15484: done queuing things up, now waiting for results queue to drain 7222 1726884007.15485: waiting for pending results... 7222 1726884007.15733: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Set flag to indicate system is ostree 7222 1726884007.15856: in run() - task 123ea4c4-b13b-25d7-f447-000000000055 7222 1726884007.15875: variable 'ansible_search_path' from source: unknown 7222 1726884007.15882: variable 'ansible_search_path' from source: unknown 7222 1726884007.15922: calling self._execute() 7222 1726884007.15996: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.16006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.16020: variable 'omit' from source: magic vars 7222 1726884007.16875: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7222 1726884007.17312: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7222 1726884007.17365: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7222 1726884007.17407: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7222 1726884007.17451: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7222 1726884007.17541: 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) 7222 1726884007.17576: 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) 7222 1726884007.17611: 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) 7222 1726884007.17644: 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) 7222 1726884007.17775: Evaluated conditional (not __ssh_is_ostree is defined): True 7222 1726884007.17787: variable 'omit' from source: magic vars 7222 1726884007.17857: variable 'omit' from source: magic vars 7222 1726884007.17979: variable '__ostree_booted_stat' from source: set_fact 7222 1726884007.18037: variable 'omit' from source: magic vars 7222 1726884007.18070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884007.18110: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884007.18131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884007.18152: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.18167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.18203: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884007.18213: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.18222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.18328: Set connection var ansible_timeout to 10 7222 1726884007.18336: Set connection var ansible_shell_type to sh 7222 1726884007.18342: Set connection var ansible_connection to ssh 7222 1726884007.18351: Set connection var ansible_pipelining to False 7222 1726884007.18360: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884007.18370: Set connection var ansible_shell_executable to /bin/sh 7222 1726884007.18401: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.18409: variable 'ansible_connection' from source: unknown 7222 1726884007.18415: variable 'ansible_module_compression' from source: unknown 7222 1726884007.18425: variable 'ansible_shell_type' from source: unknown 7222 1726884007.18432: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.18439: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.18446: variable 'ansible_pipelining' from source: unknown 7222 1726884007.18453: variable 'ansible_timeout' from source: unknown 7222 1726884007.18460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.18591: 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) 7222 1726884007.18608: variable 'omit' from source: magic vars 7222 1726884007.18617: starting attempt loop 7222 1726884007.18623: running the handler 7222 1726884007.18637: handler run complete 7222 1726884007.18653: attempt loop complete, returning result 7222 1726884007.18660: _execute() done 7222 1726884007.18667: dumping result to json 7222 1726884007.18673: done dumping result, returning 7222 1726884007.18684: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Set flag to indicate system is ostree [123ea4c4-b13b-25d7-f447-000000000055] 7222 1726884007.18695: sending task result for task 123ea4c4-b13b-25d7-f447-000000000055 ok: [managed_node1] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } 7222 1726884007.18856: no more pending results, returning what we have 7222 1726884007.18860: results queue empty 7222 1726884007.18861: checking for any_errors_fatal 7222 1726884007.18868: done checking for any_errors_fatal 7222 1726884007.18869: checking for max_fail_percentage 7222 1726884007.18871: done checking for max_fail_percentage 7222 1726884007.18871: checking to see if all hosts have failed and the running result is not ok 7222 1726884007.18873: done checking to see if all hosts have failed 7222 1726884007.18873: getting the remaining hosts for this loop 7222 1726884007.18875: done getting the remaining hosts for this loop 7222 1726884007.18879: getting the next task for host managed_node1 7222 1726884007.18888: done getting next task for host managed_node1 7222 1726884007.18893: ^ task is: TASK: fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin 7222 1726884007.18897: ^ 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=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884007.18907: getting variables 7222 1726884007.18908: in VariableManager get_vars() 7222 1726884007.18945: Calling all_inventory to load vars for managed_node1 7222 1726884007.18951: Calling groups_inventory to load vars for managed_node1 7222 1726884007.18953: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884007.18971: Calling all_plugins_play to load vars for managed_node1 7222 1726884007.18974: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884007.18978: Calling groups_plugins_play to load vars for managed_node1 7222 1726884007.19255: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884007.19478: done with get_vars() 7222 1726884007.19492: done getting variables TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Friday 20 September 2024 22:00:07 -0400 (0:00:00.044) 0:00:02.946 ****** 7222 1726884007.19801: entering _queue_task() for managed_node1/stat 7222 1726884007.19816: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000055 7222 1726884007.19819: WORKER PROCESS EXITING 7222 1726884007.20114: worker is 1 (out of 1 available) 7222 1726884007.20127: exiting _queue_task() for managed_node1/stat 7222 1726884007.20138: done queuing things up, now waiting for results queue to drain 7222 1726884007.20139: waiting for pending results... 7222 1726884007.20384: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin 7222 1726884007.20516: in run() - task 123ea4c4-b13b-25d7-f447-000000000057 7222 1726884007.20533: variable 'ansible_search_path' from source: unknown 7222 1726884007.20539: variable 'ansible_search_path' from source: unknown 7222 1726884007.20578: calling self._execute() 7222 1726884007.20651: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.20661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.20673: variable 'omit' from source: magic vars 7222 1726884007.21271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7222 1726884007.21532: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7222 1726884007.21587: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7222 1726884007.21628: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7222 1726884007.21667: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7222 1726884007.21766: 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) 7222 1726884007.21799: 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) 7222 1726884007.21838: 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) 7222 1726884007.21869: 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) 7222 1726884007.22002: Evaluated conditional (not __ssh_is_transactional is defined): True 7222 1726884007.22017: variable 'omit' from source: magic vars 7222 1726884007.22081: variable 'omit' from source: magic vars 7222 1726884007.22124: variable 'omit' from source: magic vars 7222 1726884007.22154: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884007.22185: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884007.22211: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884007.22236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.22258: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.22299: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884007.22307: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.22316: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.22464: Set connection var ansible_timeout to 10 7222 1726884007.22471: Set connection var ansible_shell_type to sh 7222 1726884007.22476: Set connection var ansible_connection to ssh 7222 1726884007.22485: Set connection var ansible_pipelining to False 7222 1726884007.22496: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884007.22505: Set connection var ansible_shell_executable to /bin/sh 7222 1726884007.22742: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.22753: variable 'ansible_connection' from source: unknown 7222 1726884007.22762: variable 'ansible_module_compression' from source: unknown 7222 1726884007.22769: variable 'ansible_shell_type' from source: unknown 7222 1726884007.22776: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.22783: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.22797: variable 'ansible_pipelining' from source: unknown 7222 1726884007.22806: variable 'ansible_timeout' from source: unknown 7222 1726884007.22814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.23002: 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__) 7222 1726884007.23017: variable 'omit' from source: magic vars 7222 1726884007.23027: starting attempt loop 7222 1726884007.23033: running the handler 7222 1726884007.23053: _low_level_execute_command(): starting 7222 1726884007.23071: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7222 1726884007.24765: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884007.24782: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.24803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.24824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.24869: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.24882: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884007.24898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.24922: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884007.24936: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884007.24952: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884007.24966: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.24980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.25000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.25012: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.25025: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884007.25041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.25122: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.25151: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884007.25170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.25269: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.27504: stdout chunk (state=3): >>>/root <<< 7222 1726884007.27654: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884007.27732: stderr chunk (state=3): >>><<< 7222 1726884007.27737: stdout chunk (state=3): >>><<< 7222 1726884007.27854: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884007.27867: _low_level_execute_command(): starting 7222 1726884007.27870: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217 `" && echo ansible-tmp-1726884007.2775753-7375-16842584748217="` echo /root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217 `" ) && sleep 0' 7222 1726884007.28498: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884007.28516: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.28536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.28555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.28599: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.28613: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884007.28631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.28651: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884007.28662: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884007.28672: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884007.28683: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.28698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.28712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.28723: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.28735: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884007.28754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.28832: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.28860: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884007.28879: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.28982: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.31206: stdout chunk (state=3): >>>ansible-tmp-1726884007.2775753-7375-16842584748217=/root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217 <<< 7222 1726884007.31415: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884007.31452: stderr chunk (state=3): >>><<< 7222 1726884007.31456: stdout chunk (state=3): >>><<< 7222 1726884007.31594: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884007.2775753-7375-16842584748217=/root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884007.31599: variable 'ansible_module_compression' from source: unknown 7222 1726884007.31795: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7222eassh4i8/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7222 1726884007.31798: variable 'ansible_facts' from source: unknown 7222 1726884007.31800: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217/AnsiballZ_stat.py 7222 1726884007.31949: Sending initial data 7222 1726884007.31952: Sent initial data (150 bytes) 7222 1726884007.33054: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884007.33070: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.33095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.33115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.33160: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.33175: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884007.33199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.33219: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884007.33232: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884007.33244: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884007.33260: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.33275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.33300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.33313: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.33325: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884007.33340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.33425: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.33451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884007.33468: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.33551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.35597: 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 <<< 7222 1726884007.35645: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7222 1726884007.35704: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7222eassh4i8/tmp5iz3jpnc /root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217/AnsiballZ_stat.py <<< 7222 1726884007.35758: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7222 1726884007.36955: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884007.37194: stderr chunk (state=3): >>><<< 7222 1726884007.37197: stdout chunk (state=3): >>><<< 7222 1726884007.37200: done transferring module to remote 7222 1726884007.37202: _low_level_execute_command(): starting 7222 1726884007.37206: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217/ /root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217/AnsiballZ_stat.py && sleep 0' 7222 1726884007.38029: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884007.38042: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.38066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.38109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.38169: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.38183: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884007.38201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.38229: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884007.38241: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884007.38254: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884007.38265: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.38278: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.38303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.38326: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.38352: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884007.38371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.38461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.38483: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884007.38502: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.38588: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.40357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884007.40375: stderr chunk (state=3): >>><<< 7222 1726884007.40379: stdout chunk (state=3): >>><<< 7222 1726884007.40410: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884007.40413: _low_level_execute_command(): starting 7222 1726884007.40416: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217/AnsiballZ_stat.py && sleep 0' 7222 1726884007.40922: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884007.40927: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.40949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.41013: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.41017: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.41041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.41044: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.41137: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.41161: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884007.41183: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.41247: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.43218: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 7222 1726884007.43224: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7222 1726884007.43249: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7222 1726884007.43318: stdout chunk (state=3): >>>import 'posix' # <<< 7222 1726884007.43321: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7222 1726884007.43327: stdout chunk (state=3): >>># installing zipimport hook <<< 7222 1726884007.43362: stdout chunk (state=3): >>>import 'time' # <<< 7222 1726884007.43365: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7222 1726884007.43412: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.43424: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7222 1726884007.43457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7222 1726884007.43484: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeb043dc0> <<< 7222 1726884007.43534: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py<<< 7222 1726884007.43537: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7222 1726884007.43542: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeb043b20> <<< 7222 1726884007.43570: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7222 1726884007.43591: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeb043ac0> <<< 7222 1726884007.43605: stdout chunk (state=3): >>>import '_signal' # <<< 7222 1726884007.43631: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7222 1726884007.43649: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd8490> <<< 7222 1726884007.43687: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7222 1726884007.43700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7222 1726884007.43704: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884007.43727: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd8940> <<< 7222 1726884007.43730: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd8670> <<< 7222 1726884007.43772: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7222 1726884007.43776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7222 1726884007.43795: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7222 1726884007.43810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7222 1726884007.43833: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7222 1726884007.43844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7222 1726884007.43879: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead8f190> <<< 7222 1726884007.43896: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7222 1726884007.43910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7222 1726884007.43984: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead8f220> <<< 7222 1726884007.44017: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7222 1726884007.44023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7222 1726884007.44058: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadb2850> <<< 7222 1726884007.44065: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead8f940> <<< 7222 1726884007.44083: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadf0880> <<< 7222 1726884007.44104: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead88d90> <<< 7222 1726884007.44164: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadb2d90> <<< 7222 1726884007.44216: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd8970> <<< 7222 1726884007.44245: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7222 1726884007.44500: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7222 1726884007.44542: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7222 1726884007.44559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead2eeb0> <<< 7222 1726884007.44626: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead30f40> <<< 7222 1726884007.44646: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7222 1726884007.44665: stdout chunk (state=3): >>>import '_sre' # <<< 7222 1726884007.44698: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7222 1726884007.44721: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7222 1726884007.44754: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead27610> <<< 7222 1726884007.44786: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead2d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead2e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7222 1726884007.44858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7222 1726884007.44872: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7222 1726884007.44907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.44948: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7222 1726884007.44998: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeacafdf0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacaf8e0> import 'itertools' # <<< 7222 1726884007.45032: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacafee0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7222 1726884007.45090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7222 1726884007.45113: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacaffa0> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacafeb0> import '_collections' # <<< 7222 1726884007.45205: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead09d60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead02640> <<< 7222 1726884007.45296: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead156a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead35e20> <<< 7222 1726884007.45305: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7222 1726884007.45344: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeacc2ca0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead09280> <<< 7222 1726884007.45372: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eead152b0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead3b9d0> <<< 7222 1726884007.45397: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7222 1726884007.45429: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.45465: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7222 1726884007.45480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc2fd0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc2dc0> <<< 7222 1726884007.45523: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc2d30> <<< 7222 1726884007.45543: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7222 1726884007.45567: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7222 1726884007.45570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7222 1726884007.45616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7222 1726884007.45651: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeac8c3a0> <<< 7222 1726884007.45669: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7222 1726884007.45679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7222 1726884007.45706: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeac8c490> <<< 7222 1726884007.45829: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc9fd0> <<< 7222 1726884007.45885: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc4a60> <<< 7222 1726884007.45899: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc4580> <<< 7222 1726884007.45911: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7222 1726884007.45943: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7222 1726884007.45979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7222 1726884007.45991: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaba61f0> <<< 7222 1726884007.46019: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeac77b80> <<< 7222 1726884007.46069: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc4ee0> <<< 7222 1726884007.46090: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead3b040> <<< 7222 1726884007.46102: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7222 1726884007.46151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 7222 1726884007.46162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabb8b20> import 'errno' # <<< 7222 1726884007.46211: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeabb8e50> <<< 7222 1726884007.46235: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7222 1726884007.46253: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabca760> <<< 7222 1726884007.46280: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7222 1726884007.46313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7222 1726884007.46338: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabcaca0> <<< 7222 1726884007.46377: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab573d0> <<< 7222 1726884007.46396: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabb8f40> <<< 7222 1726884007.46418: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7222 1726884007.46464: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab682b0> <<< 7222 1726884007.46475: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabca5e0> import 'pwd' # <<< 7222 1726884007.46503: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab68370> <<< 7222 1726884007.46550: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc2a00> <<< 7222 1726884007.46562: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7222 1726884007.46585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7222 1726884007.46606: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7222 1726884007.46616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7222 1726884007.46656: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab836d0> <<< 7222 1726884007.46674: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' <<< 7222 1726884007.46704: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab839a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeab83790> <<< 7222 1726884007.46716: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884007.46765: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab83880> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7222 1726884007.46954: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab83cd0> <<< 7222 1726884007.46987: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab90220> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeab83910> <<< 7222 1726884007.47008: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeab77a60> <<< 7222 1726884007.47030: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc25e0> <<< 7222 1726884007.47048: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7222 1726884007.47110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7222 1726884007.47143: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeab83ac0> <<< 7222 1726884007.47251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7222 1726884007.47257: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4eeaaa66a0> <<< 7222 1726884007.47423: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip' # zipimport: zlib available <<< 7222 1726884007.47517: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.47549: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/__init__.py <<< 7222 1726884007.47575: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884007.47597: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7222 1726884007.48798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.49777: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cd7c0> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7222 1726884007.49781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.49819: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7222 1726884007.49829: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7222 1726884007.49841: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea9cd160> <<< 7222 1726884007.49873: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cd280> <<< 7222 1726884007.49915: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cdf10> <<< 7222 1726884007.49928: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7222 1726884007.49973: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cd4f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cdd30> import 'atexit' # <<< 7222 1726884007.50022: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea9cdf70> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7222 1726884007.50053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7222 1726884007.50110: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cd100> <<< 7222 1726884007.50123: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7222 1726884007.50163: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7222 1726884007.50177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7222 1726884007.50193: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7222 1726884007.50374: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3edee0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea943f40> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea943d60> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7222 1726884007.50403: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9433d0> <<< 7222 1726884007.50460: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa33dc0> <<< 7222 1726884007.50619: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa333a0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7222 1726884007.50623: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa33f70> <<< 7222 1726884007.50641: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7222 1726884007.50686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py <<< 7222 1726884007.50694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7222 1726884007.50697: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7222 1726884007.50731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7222 1726884007.50734: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py <<< 7222 1726884007.50736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa04c70> <<< 7222 1726884007.50821: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9a0cd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9a03a0> <<< 7222 1726884007.50827: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9d6490> <<< 7222 1726884007.50855: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea9a04c0> <<< 7222 1726884007.50897: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9a04f0> <<< 7222 1726884007.50914: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7222 1726884007.50940: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7222 1726884007.50960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7222 1726884007.51042: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3dd040> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa2d940> <<< 7222 1726884007.51073: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7222 1726884007.51076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7222 1726884007.51139: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3d98e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa2d190> <<< 7222 1726884007.51155: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7222 1726884007.51206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.51226: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7222 1726884007.51272: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3dd340> <<< 7222 1726884007.51401: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3d9880> <<< 7222 1726884007.51512: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3d96d0> <<< 7222 1726884007.51529: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3d0640> <<< 7222 1726884007.51584: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3d0580> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa15700> <<< 7222 1726884007.51616: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7222 1726884007.51630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7222 1726884007.51679: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea994b20> <<< 7222 1726884007.51939: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea993940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea996ee0> <<< 7222 1726884007.51957: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea994580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3ce9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 7222 1726884007.52023: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.52140: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884007.52159: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 7222 1726884007.52258: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.52348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.52787: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.53300: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 7222 1726884007.53309: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7222 1726884007.53325: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.53374: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ee9fb8d90> <<< 7222 1726884007.53441: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7222 1726884007.53445: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3aa580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea39bdf0> <<< 7222 1726884007.53508: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 7222 1726884007.53538: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.53541: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 7222 1726884007.53558: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.53664: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.53803: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7222 1726884007.53823: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea98a9a0> # zipimport: zlib available <<< 7222 1726884007.54213: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54562: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54619: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54679: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/collections.py <<< 7222 1726884007.54686: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54718: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54756: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7222 1726884007.54760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54814: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54887: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 7222 1726884007.54908: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7222 1726884007.54920: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.54994: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7222 1726884007.55002: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55183: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55367: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7222 1726884007.55399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7222 1726884007.55405: stdout chunk (state=3): >>>import '_ast' # <<< 7222 1726884007.55473: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ee9fb8640> <<< 7222 1726884007.55479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55538: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55605: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/validation.py <<< 7222 1726884007.55613: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7222 1726884007.55631: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55665: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55702: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 7222 1726884007.55713: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55745: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55784: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55870: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.55934: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py <<< 7222 1726884007.55957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884007.56027: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeaa1ebe0> <<< 7222 1726884007.56063: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ee9f8bf10> <<< 7222 1726884007.56090: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/file.py <<< 7222 1726884007.56124: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7222 1726884007.56238: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.56268: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.56294: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.56338: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7222 1726884007.56359: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7222 1726884007.56421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7222 1726884007.56439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7222 1726884007.56522: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3b7bb0> <<< 7222 1726884007.56555: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea39c340> <<< 7222 1726884007.56612: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3987f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7222 1726884007.56641: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.56671: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7222 1726884007.56749: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 7222 1726884007.56774: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7222 1726884007.56904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.57071: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884007.57185: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7222 1726884007.57203: stdout chunk (state=3): >>># destroy __main__ <<< 7222 1726884007.57428: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks <<< 7222 1726884007.57460: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external <<< 7222 1726884007.57502: stdout chunk (state=3): >>># cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing <<< 7222 1726884007.57552: stdout chunk (state=3): >>># cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text <<< 7222 1726884007.57566: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7222 1726884007.57743: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7222 1726884007.57763: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7222 1726884007.57772: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7222 1726884007.57783: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7222 1726884007.57805: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7222 1726884007.57821: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid <<< 7222 1726884007.57832: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7222 1726884007.57857: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7222 1726884007.57905: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7222 1726884007.57924: 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 # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess <<< 7222 1726884007.57969: stdout chunk (state=3): >>># cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch <<< 7222 1726884007.57996: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools <<< 7222 1726884007.58018: stdout chunk (state=3): >>># cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath <<< 7222 1726884007.58041: stdout chunk (state=3): >>># cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 7222 1726884007.58068: 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 systemd._daemon # destroy _socket <<< 7222 1726884007.58077: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7222 1726884007.58210: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _sre # destroy sre_parse <<< 7222 1726884007.58228: stdout chunk (state=3): >>># destroy tokenize # destroy _heapq # destroy posixpath <<< 7222 1726884007.58244: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors <<< 7222 1726884007.58259: stdout chunk (state=3): >>># destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 7222 1726884007.58278: stdout chunk (state=3): >>># destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io <<< 7222 1726884007.58282: stdout chunk (state=3): >>># destroy marshal <<< 7222 1726884007.58298: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7222 1726884007.58563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. <<< 7222 1726884007.58621: stderr chunk (state=3): >>><<< 7222 1726884007.58628: stdout chunk (state=3): >>><<< 7222 1726884007.58690: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeb043dc0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeb043b20> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeb043ac0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd8490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd8670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead8f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead8f220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadb2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead8f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadf0880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead88d90> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadb2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeadd8970> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead2eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead30f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead27610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead2d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead2e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeacafdf0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacaf8e0> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacafee0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacaffa0> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacafeb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead09d60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead02640> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead156a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead35e20> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeacc2ca0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead09280> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eead152b0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead3b9d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc2fd0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc2dc0> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc2d30> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeac8c3a0> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeac8c490> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc9fd0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc4a60> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc4580> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaba61f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeac77b80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc4ee0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eead3b040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabb8b20> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeabb8e50> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabca760> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabcaca0> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab573d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabb8f40> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab682b0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeabca5e0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab68370> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc2a00> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab836d0> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab839a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeab83790> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab83880> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab83cd0> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeab90220> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeab83910> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeab77a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeacc25e0> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeab83ac0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4eeaaa66a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cd7c0> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea9cd160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cd280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cdf10> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cd4f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cdd30> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea9cdf70> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9cd100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3edee0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea943f40> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea943d60> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9433d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa33dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa333a0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa33f70> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa04c70> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9a0cd0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9a03a0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9d6490> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea9a04c0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea9a04f0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3dd040> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa2d940> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3d98e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa2d190> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3dd340> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3d9880> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3d96d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3d0640> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea3d0580> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eeaa15700> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea994b20> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea993940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea996ee0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eea994580> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3ce9a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ee9fb8d90> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3aa580> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea39bdf0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea98a9a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ee9fb8640> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eeaa1ebe0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ee9f8bf10> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3b7bb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea39c340> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eea3987f0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_ietuj6bx/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. 7222 1726884007.59968: done with _execute_module (stat, {'path': '/sbin/transactional-update', '_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-1726884007.2775753-7375-16842584748217/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7222 1726884007.59972: _low_level_execute_command(): starting 7222 1726884007.59975: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884007.2775753-7375-16842584748217/ > /dev/null 2>&1 && sleep 0' 7222 1726884007.59977: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884007.59979: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.59981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.59983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.59985: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.59987: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884007.59992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.59994: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884007.59996: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884007.59998: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884007.60000: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.60002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.60004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.60006: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884007.60008: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884007.60010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.60012: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.60014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884007.60016: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.60018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.61998: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884007.62017: stderr chunk (state=3): >>><<< 7222 1726884007.62020: stdout chunk (state=3): >>><<< 7222 1726884007.62023: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884007.62026: handler run complete 7222 1726884007.62028: attempt loop complete, returning result 7222 1726884007.62030: _execute() done 7222 1726884007.62033: dumping result to json 7222 1726884007.62035: done dumping result, returning 7222 1726884007.62037: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin [123ea4c4-b13b-25d7-f447-000000000057] 7222 1726884007.62039: sending task result for task 123ea4c4-b13b-25d7-f447-000000000057 7222 1726884007.62107: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000057 7222 1726884007.62118: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 7222 1726884007.62184: no more pending results, returning what we have 7222 1726884007.62188: results queue empty 7222 1726884007.62191: checking for any_errors_fatal 7222 1726884007.62196: done checking for any_errors_fatal 7222 1726884007.62196: checking for max_fail_percentage 7222 1726884007.62198: done checking for max_fail_percentage 7222 1726884007.62199: checking to see if all hosts have failed and the running result is not ok 7222 1726884007.62200: done checking to see if all hosts have failed 7222 1726884007.62201: getting the remaining hosts for this loop 7222 1726884007.62202: done getting the remaining hosts for this loop 7222 1726884007.62205: getting the next task for host managed_node1 7222 1726884007.62211: done getting next task for host managed_node1 7222 1726884007.62215: ^ task is: TASK: fedora.linux_system_roles.ssh : Set flag if transactional-update exists 7222 1726884007.62220: ^ 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=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884007.62230: getting variables 7222 1726884007.62231: in VariableManager get_vars() 7222 1726884007.62265: Calling all_inventory to load vars for managed_node1 7222 1726884007.62268: Calling groups_inventory to load vars for managed_node1 7222 1726884007.62271: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884007.62280: Calling all_plugins_play to load vars for managed_node1 7222 1726884007.62283: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884007.62286: Calling groups_plugins_play to load vars for managed_node1 7222 1726884007.62466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884007.62694: done with get_vars() 7222 1726884007.62706: done getting variables 7222 1726884007.62780: 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 [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Friday 20 September 2024 22:00:07 -0400 (0:00:00.430) 0:00:03.376 ****** 7222 1726884007.62821: entering _queue_task() for managed_node1/set_fact 7222 1726884007.63109: worker is 1 (out of 1 available) 7222 1726884007.63121: exiting _queue_task() for managed_node1/set_fact 7222 1726884007.63130: done queuing things up, now waiting for results queue to drain 7222 1726884007.63132: waiting for pending results... 7222 1726884007.63405: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Set flag if transactional-update exists 7222 1726884007.63544: in run() - task 123ea4c4-b13b-25d7-f447-000000000058 7222 1726884007.63563: variable 'ansible_search_path' from source: unknown 7222 1726884007.63574: variable 'ansible_search_path' from source: unknown 7222 1726884007.63625: calling self._execute() 7222 1726884007.63711: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.63726: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.63739: variable 'omit' from source: magic vars 7222 1726884007.64333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7222 1726884007.64605: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7222 1726884007.64659: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7222 1726884007.64711: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7222 1726884007.64751: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7222 1726884007.64850: 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) 7222 1726884007.64882: 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) 7222 1726884007.64924: 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) 7222 1726884007.64955: 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) 7222 1726884007.65087: Evaluated conditional (not __ssh_is_transactional is defined): True 7222 1726884007.65102: variable 'omit' from source: magic vars 7222 1726884007.65168: variable 'omit' from source: magic vars 7222 1726884007.65297: variable '__transactional_update_stat' from source: set_fact 7222 1726884007.65361: variable 'omit' from source: magic vars 7222 1726884007.65393: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884007.65428: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884007.65460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884007.65480: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.65496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.65533: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884007.65543: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.65560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.65681: Set connection var ansible_timeout to 10 7222 1726884007.65696: Set connection var ansible_shell_type to sh 7222 1726884007.65704: Set connection var ansible_connection to ssh 7222 1726884007.65714: Set connection var ansible_pipelining to False 7222 1726884007.65722: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884007.65731: Set connection var ansible_shell_executable to /bin/sh 7222 1726884007.65762: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.65773: variable 'ansible_connection' from source: unknown 7222 1726884007.65784: variable 'ansible_module_compression' from source: unknown 7222 1726884007.65792: variable 'ansible_shell_type' from source: unknown 7222 1726884007.65798: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.65803: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.65809: variable 'ansible_pipelining' from source: unknown 7222 1726884007.65814: variable 'ansible_timeout' from source: unknown 7222 1726884007.65820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.65960: 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) 7222 1726884007.65978: variable 'omit' from source: magic vars 7222 1726884007.65999: starting attempt loop 7222 1726884007.66006: running the handler 7222 1726884007.66021: handler run complete 7222 1726884007.66033: attempt loop complete, returning result 7222 1726884007.66039: _execute() done 7222 1726884007.66045: dumping result to json 7222 1726884007.66051: done dumping result, returning 7222 1726884007.66062: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Set flag if transactional-update exists [123ea4c4-b13b-25d7-f447-000000000058] 7222 1726884007.66069: sending task result for task 123ea4c4-b13b-25d7-f447-000000000058 7222 1726884007.66177: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000058 ok: [managed_node1] => { "ansible_facts": { "__ssh_is_transactional": false }, "changed": false } 7222 1726884007.66243: no more pending results, returning what we have 7222 1726884007.66247: results queue empty 7222 1726884007.66248: checking for any_errors_fatal 7222 1726884007.66254: done checking for any_errors_fatal 7222 1726884007.66255: checking for max_fail_percentage 7222 1726884007.66257: done checking for max_fail_percentage 7222 1726884007.66258: checking to see if all hosts have failed and the running result is not ok 7222 1726884007.66259: done checking to see if all hosts have failed 7222 1726884007.66260: getting the remaining hosts for this loop 7222 1726884007.66262: done getting the remaining hosts for this loop 7222 1726884007.66266: getting the next task for host managed_node1 7222 1726884007.66276: done getting next task for host managed_node1 7222 1726884007.66280: ^ task is: TASK: fedora.linux_system_roles.ssh : Set platform/version specific variables 7222 1726884007.66284: ^ 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=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884007.66296: getting variables 7222 1726884007.66298: in VariableManager get_vars() 7222 1726884007.66335: Calling all_inventory to load vars for managed_node1 7222 1726884007.66345: Calling groups_inventory to load vars for managed_node1 7222 1726884007.66348: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884007.66359: Calling all_plugins_play to load vars for managed_node1 7222 1726884007.66362: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884007.66365: Calling groups_plugins_play to load vars for managed_node1 7222 1726884007.66601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884007.66953: done with get_vars() 7222 1726884007.66965: done getting variables 7222 1726884007.67000: WORKER PROCESS EXITING 7222 1726884007.67209: 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 [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Friday 20 September 2024 22:00:07 -0400 (0:00:00.044) 0:00:03.420 ****** 7222 1726884007.67242: entering _queue_task() for managed_node1/include_vars 7222 1726884007.67244: Creating lock for include_vars 7222 1726884007.67572: worker is 1 (out of 1 available) 7222 1726884007.67584: exiting _queue_task() for managed_node1/include_vars 7222 1726884007.67604: done queuing things up, now waiting for results queue to drain 7222 1726884007.67606: waiting for pending results... 7222 1726884007.67864: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Set platform/version specific variables 7222 1726884007.68003: in run() - task 123ea4c4-b13b-25d7-f447-00000000005a 7222 1726884007.68023: variable 'ansible_search_path' from source: unknown 7222 1726884007.68042: variable 'ansible_search_path' from source: unknown 7222 1726884007.68437: variable 'ansible_facts' from source: unknown 7222 1726884007.68662: variable 'ansible_facts' from source: unknown 7222 1726884007.68863: variable 'ansible_facts' from source: unknown 7222 1726884007.69061: variable 'ansible_facts' from source: unknown 7222 1726884007.69138: variable 'omit' from source: magic vars 7222 1726884007.69245: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.69262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.69278: variable 'omit' from source: magic vars 7222 1726884007.69534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7222 1726884007.69807: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7222 1726884007.69893: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7222 1726884007.69935: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7222 1726884007.69975: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7222 1726884007.70064: variable '__vars_file' from source: task vars 7222 1726884007.70157: variable 'role_path' from source: magic vars 7222 1726884007.70166: variable 'item' from source: unknown 7222 1726884007.70181: Evaluated conditional (__vars_file is file): False 7222 1726884007.70188: when evaluation is False, skipping this task 7222 1726884007.70238: variable 'item' from source: unknown 7222 1726884007.70307: variable 'item' from source: unknown skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 7222 1726884007.70530: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.70544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.70560: variable 'omit' from source: magic vars 7222 1726884007.70741: variable '__vars_file' from source: task vars 7222 1726884007.70830: variable 'role_path' from source: magic vars 7222 1726884007.70838: variable 'item' from source: unknown 7222 1726884007.70852: Evaluated conditional (__vars_file is file): False 7222 1726884007.70859: when evaluation is False, skipping this task 7222 1726884007.70896: variable 'item' from source: unknown 7222 1726884007.70972: variable 'item' from source: unknown skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 7222 1726884007.71119: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.71133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.71148: variable 'omit' from source: magic vars 7222 1726884007.71332: variable '__vars_file' from source: task vars 7222 1726884007.71430: variable 'role_path' from source: magic vars 7222 1726884007.71440: variable 'item' from source: unknown 7222 1726884007.71456: Evaluated conditional (__vars_file is file): True 7222 1726884007.71468: variable 'omit' from source: magic vars 7222 1726884007.71540: variable 'omit' from source: magic vars 7222 1726884007.71594: variable '__vars_file' from source: task vars 7222 1726884007.71666: variable '__vars_file' from source: task vars 7222 1726884007.71756: variable 'role_path' from source: magic vars 7222 1726884007.71764: variable 'item' from source: unknown 7222 1726884007.71784: variable 'omit' from source: magic vars 7222 1726884007.71818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884007.71858: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884007.71878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884007.71901: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.71916: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.71959: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884007.71967: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.71974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.72082: Set connection var ansible_timeout to 10 7222 1726884007.72090: Set connection var ansible_shell_type to sh 7222 1726884007.72096: Set connection var ansible_connection to ssh 7222 1726884007.72106: Set connection var ansible_pipelining to False 7222 1726884007.72114: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884007.72125: Set connection var ansible_shell_executable to /bin/sh 7222 1726884007.72153: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.72169: variable 'ansible_connection' from source: unknown 7222 1726884007.72176: variable 'ansible_module_compression' from source: unknown 7222 1726884007.72182: variable 'ansible_shell_type' from source: unknown 7222 1726884007.72191: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.72197: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.72204: variable 'ansible_pipelining' from source: unknown 7222 1726884007.72209: variable 'ansible_timeout' from source: unknown 7222 1726884007.72215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.72354: 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) 7222 1726884007.72375: variable 'omit' from source: magic vars 7222 1726884007.72392: starting attempt loop 7222 1726884007.72399: running the handler 7222 1726884007.72485: handler run complete 7222 1726884007.72506: attempt loop complete, returning result 7222 1726884007.72523: variable 'item' from source: unknown 7222 1726884007.72590: variable 'item' from source: unknown ok: [managed_node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } 7222 1726884007.72758: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.72771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.72783: variable 'omit' from source: magic vars 7222 1726884007.72971: variable '__vars_file' from source: task vars 7222 1726884007.73061: variable 'role_path' from source: magic vars 7222 1726884007.73069: variable 'item' from source: unknown 7222 1726884007.73080: Evaluated conditional (__vars_file is file): True 7222 1726884007.73087: variable 'omit' from source: magic vars 7222 1726884007.73108: variable 'omit' from source: magic vars 7222 1726884007.73175: variable '__vars_file' from source: task vars 7222 1726884007.73242: variable '__vars_file' from source: task vars 7222 1726884007.73328: variable 'role_path' from source: magic vars 7222 1726884007.73338: variable 'item' from source: unknown 7222 1726884007.73367: variable 'omit' from source: magic vars 7222 1726884007.73396: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884007.73411: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.73422: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.73438: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884007.73445: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.73452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.73540: Set connection var ansible_timeout to 10 7222 1726884007.73547: Set connection var ansible_shell_type to sh 7222 1726884007.73554: Set connection var ansible_connection to ssh 7222 1726884007.73564: Set connection var ansible_pipelining to False 7222 1726884007.73577: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884007.73597: Set connection var ansible_shell_executable to /bin/sh 7222 1726884007.73622: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.73629: variable 'ansible_connection' from source: unknown 7222 1726884007.73635: variable 'ansible_module_compression' from source: unknown 7222 1726884007.73640: variable 'ansible_shell_type' from source: unknown 7222 1726884007.73646: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.73653: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.73659: variable 'ansible_pipelining' from source: unknown 7222 1726884007.73665: variable 'ansible_timeout' from source: unknown 7222 1726884007.73672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.73798: 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) 7222 1726884007.73821: variable 'omit' from source: magic vars 7222 1726884007.73830: starting attempt loop 7222 1726884007.73837: running the handler 7222 1726884007.73887: handler run complete 7222 1726884007.73909: attempt loop complete, returning result 7222 1726884007.73936: variable 'item' from source: unknown 7222 1726884007.73999: variable 'item' from source: unknown ok: [managed_node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } 7222 1726884007.74123: dumping result to json 7222 1726884007.74139: done dumping result, returning 7222 1726884007.74153: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Set platform/version specific variables [123ea4c4-b13b-25d7-f447-00000000005a] 7222 1726884007.74162: sending task result for task 123ea4c4-b13b-25d7-f447-00000000005a 7222 1726884007.74296: no more pending results, returning what we have 7222 1726884007.74300: results queue empty 7222 1726884007.74301: checking for any_errors_fatal 7222 1726884007.74305: done checking for any_errors_fatal 7222 1726884007.74306: checking for max_fail_percentage 7222 1726884007.74308: done checking for max_fail_percentage 7222 1726884007.74309: checking to see if all hosts have failed and the running result is not ok 7222 1726884007.74310: done checking to see if all hosts have failed 7222 1726884007.74311: getting the remaining hosts for this loop 7222 1726884007.74312: done getting the remaining hosts for this loop 7222 1726884007.74316: getting the next task for host managed_node1 7222 1726884007.74324: done getting next task for host managed_node1 7222 1726884007.74328: ^ task is: TASK: fedora.linux_system_roles.ssh : Ensure required packages are installed 7222 1726884007.74331: ^ 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=6, 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 7222 1726884007.74340: getting variables 7222 1726884007.74342: in VariableManager get_vars() 7222 1726884007.74377: Calling all_inventory to load vars for managed_node1 7222 1726884007.74380: Calling groups_inventory to load vars for managed_node1 7222 1726884007.74382: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884007.74396: Calling all_plugins_play to load vars for managed_node1 7222 1726884007.74400: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884007.74403: Calling groups_plugins_play to load vars for managed_node1 7222 1726884007.74571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884007.74847: done with get_vars() 7222 1726884007.74858: done getting variables 7222 1726884007.74927: done sending task result for task 123ea4c4-b13b-25d7-f447-00000000005a 7222 1726884007.74930: WORKER PROCESS EXITING 7222 1726884007.75007: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.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 [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Friday 20 September 2024 22:00:07 -0400 (0:00:00.077) 0:00:03.498 ****** 7222 1726884007.75037: entering _queue_task() for managed_node1/package 7222 1726884007.75039: Creating lock for package 7222 1726884007.75236: worker is 1 (out of 1 available) 7222 1726884007.75252: exiting _queue_task() for managed_node1/package 7222 1726884007.75263: done queuing things up, now waiting for results queue to drain 7222 1726884007.75265: waiting for pending results... 7222 1726884007.75423: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Ensure required packages are installed 7222 1726884007.75499: in run() - task 123ea4c4-b13b-25d7-f447-000000000028 7222 1726884007.75507: variable 'ansible_search_path' from source: unknown 7222 1726884007.75510: variable 'ansible_search_path' from source: unknown 7222 1726884007.75536: calling self._execute() 7222 1726884007.75591: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.75594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.75603: variable 'omit' from source: magic vars 7222 1726884007.75674: variable 'omit' from source: magic vars 7222 1726884007.75707: variable 'omit' from source: magic vars 7222 1726884007.75958: variable '__ssh_packages' from source: role '' all vars 7222 1726884007.75966: variable 'ssh_additional_packages' from source: role '' defaults 7222 1726884007.76123: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7222 1726884007.78361: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7222 1726884007.78430: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7222 1726884007.78473: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7222 1726884007.78517: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7222 1726884007.78550: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7222 1726884007.78650: 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) 7222 1726884007.78683: 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) 7222 1726884007.78716: 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) 7222 1726884007.78765: 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) 7222 1726884007.78785: 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) 7222 1726884007.78895: variable '__ssh_is_ostree' from source: set_fact 7222 1726884007.78906: variable 'omit' from source: magic vars 7222 1726884007.78957: variable 'omit' from source: magic vars 7222 1726884007.78991: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884007.79022: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884007.79044: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884007.79072: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.79088: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884007.79122: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884007.79129: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.79136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.79248: Set connection var ansible_timeout to 10 7222 1726884007.79277: Set connection var ansible_shell_type to sh 7222 1726884007.79282: Set connection var ansible_connection to ssh 7222 1726884007.79285: Set connection var ansible_pipelining to False 7222 1726884007.79292: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884007.79294: Set connection var ansible_shell_executable to /bin/sh 7222 1726884007.79319: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.79322: variable 'ansible_connection' from source: unknown 7222 1726884007.79324: variable 'ansible_module_compression' from source: unknown 7222 1726884007.79327: variable 'ansible_shell_type' from source: unknown 7222 1726884007.79329: variable 'ansible_shell_executable' from source: unknown 7222 1726884007.79331: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884007.79335: variable 'ansible_pipelining' from source: unknown 7222 1726884007.79338: variable 'ansible_timeout' from source: unknown 7222 1726884007.79342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884007.79435: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.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) 7222 1726884007.79442: variable 'omit' from source: magic vars 7222 1726884007.79450: starting attempt loop 7222 1726884007.79452: running the handler 7222 1726884007.79458: variable 'ansible_facts' from source: unknown 7222 1726884007.79461: variable 'ansible_facts' from source: unknown 7222 1726884007.79503: _low_level_execute_command(): starting 7222 1726884007.79518: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7222 1726884007.80009: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884007.80023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.80042: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found <<< 7222 1726884007.80066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.80104: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.80116: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.80181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.81819: stdout chunk (state=3): >>>/root <<< 7222 1726884007.81926: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884007.81971: stderr chunk (state=3): >>><<< 7222 1726884007.81974: stdout chunk (state=3): >>><<< 7222 1726884007.81999: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884007.82009: _low_level_execute_command(): starting 7222 1726884007.82012: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897 `" && echo ansible-tmp-1726884007.8199525-7404-174432388940897="` echo /root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897 `" ) && sleep 0' 7222 1726884007.82459: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.82463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884007.82494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.82506: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 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 <<< 7222 1726884007.82509: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.82552: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.82564: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.82619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884007.84455: stdout chunk (state=3): >>>ansible-tmp-1726884007.8199525-7404-174432388940897=/root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897 <<< 7222 1726884007.84579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884007.84666: stderr chunk (state=3): >>><<< 7222 1726884007.84682: stdout chunk (state=3): >>><<< 7222 1726884007.84711: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884007.8199525-7404-174432388940897=/root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884007.84773: variable 'ansible_module_compression' from source: unknown 7222 1726884007.84849: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 7222 1726884007.84852: ANSIBALLZ: Acquiring lock 7222 1726884007.84855: ANSIBALLZ: Lock acquired: 139967136216416 7222 1726884007.84856: ANSIBALLZ: Creating module 7222 1726884007.98198: ANSIBALLZ: Writing module into payload 7222 1726884007.98395: ANSIBALLZ: Writing module 7222 1726884007.98418: ANSIBALLZ: Renaming module 7222 1726884007.98422: ANSIBALLZ: Done creating module 7222 1726884007.98438: variable 'ansible_facts' from source: unknown 7222 1726884007.98500: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897/AnsiballZ_dnf.py 7222 1726884007.98659: Sending initial data 7222 1726884007.98663: Sent initial data (150 bytes) 7222 1726884007.99577: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884007.99636: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.99665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884007.99679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match found <<< 7222 1726884007.99686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884007.99749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884007.99838: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884007.99862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884008.02354: 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 <<< 7222 1726884008.02399: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7222 1726884008.02450: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7222eassh4i8/tmpbrbsv8rn /root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897/AnsiballZ_dnf.py <<< 7222 1726884008.02503: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7222 1726884008.03829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884008.03832: stderr chunk (state=3): >>><<< 7222 1726884008.03834: stdout chunk (state=3): >>><<< 7222 1726884008.03836: done transferring module to remote 7222 1726884008.03837: _low_level_execute_command(): starting 7222 1726884008.03839: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897/ /root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897/AnsiballZ_dnf.py && sleep 0' 7222 1726884008.04522: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884008.04537: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884008.04552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884008.04574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884008.04622: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884008.04638: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884008.04654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884008.04671: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884008.04683: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884008.04697: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884008.04712: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884008.04728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884008.04748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884008.04761: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884008.04772: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884008.04785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884008.04869: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884008.04893: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884008.04910: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884008.04994: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884008.07276: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884008.07374: stderr chunk (state=3): >>><<< 7222 1726884008.07387: stdout chunk (state=3): >>><<< 7222 1726884008.07498: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884008.07503: _low_level_execute_command(): starting 7222 1726884008.07506: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897/AnsiballZ_dnf.py && sleep 0' 7222 1726884008.08122: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884008.08136: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884008.08158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884008.08179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884008.08225: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884008.08236: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884008.08249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884008.08277: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884008.08292: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884008.08305: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884008.08317: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884008.08331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884008.08347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884008.08359: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884008.08370: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884008.08393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884008.08463: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884008.08486: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884008.08513: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884008.08602: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884008.10512: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7222 1726884008.10516: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7222 1726884008.10581: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7222 1726884008.10625: stdout chunk (state=3): >>>import 'posix' # <<< 7222 1726884008.10641: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7222 1726884008.10694: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 7222 1726884008.10697: stdout chunk (state=3): >>># installed zipimport hook <<< 7222 1726884008.10745: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.10774: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7222 1726884008.10787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7222 1726884008.10818: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a373dc0> <<< 7222 1726884008.10860: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7222 1726884008.10885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a3183a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a373b20> <<< 7222 1726884008.10917: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7222 1726884008.10928: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a373ac0> <<< 7222 1726884008.10965: stdout chunk (state=3): >>>import '_signal' # <<< 7222 1726884008.10990: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7222 1726884008.10993: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a318490> <<< 7222 1726884008.11029: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7222 1726884008.11048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884008.11068: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a318940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a318670> <<< 7222 1726884008.11105: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7222 1726884008.11137: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7222 1726884008.11149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7222 1726884008.11183: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7222 1726884008.11186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7222 1726884008.11219: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2cf190> <<< 7222 1726884008.11239: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7222 1726884008.11251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7222 1726884008.11321: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2cf220> <<< 7222 1726884008.11352: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7222 1726884008.11396: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7222 1726884008.11399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2cf940> <<< 7222 1726884008.11419: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a330880> <<< 7222 1726884008.11454: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' <<< 7222 1726884008.11457: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2c8d90> <<< 7222 1726884008.11519: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7222 1726884008.11522: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2f2d90> <<< 7222 1726884008.11575: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a318970> <<< 7222 1726884008.11601: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7222 1726884008.11842: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7222 1726884008.11845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7222 1726884008.11874: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7222 1726884008.11894: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7222 1726884008.11944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7222 1726884008.11958: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7222 1726884008.11961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a26eeb0> <<< 7222 1726884008.12009: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a271f40> <<< 7222 1726884008.12040: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7222 1726884008.12064: stdout chunk (state=3): >>>import '_sre' # <<< 7222 1726884008.12082: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7222 1726884008.12107: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7222 1726884008.12144: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a267610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a26d640> <<< 7222 1726884008.12173: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a26e370> <<< 7222 1726884008.12184: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7222 1726884008.12261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7222 1726884008.12277: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7222 1726884008.12308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.12328: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7222 1726884008.12366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7222 1726884008.12397: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389f6ed90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f6e880> import 'itertools' # <<< 7222 1726884008.12418: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f6ee80> <<< 7222 1726884008.12434: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7222 1726884008.12445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7222 1726884008.12471: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f6ef40> <<< 7222 1726884008.12512: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f6ee50> <<< 7222 1726884008.12524: stdout chunk (state=3): >>>import '_collections' # <<< 7222 1726884008.12565: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389fc7d00> import '_functools' # <<< 7222 1726884008.12597: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389fc05e0> <<< 7222 1726884008.12651: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389fd4640> <<< 7222 1726884008.12670: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a275e20> <<< 7222 1726884008.12705: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7222 1726884008.12721: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389f80c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389fc7220> <<< 7222 1726884008.12754: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.12766: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389fd4250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a27b9d0> <<< 7222 1726884008.12795: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7222 1726884008.12834: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.12847: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7222 1726884008.12866: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f80f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f80d60> <<< 7222 1726884008.12912: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f80cd0> <<< 7222 1726884008.12926: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7222 1726884008.12953: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884008.12977: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7222 1726884008.13025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7222 1726884008.13050: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f54340> <<< 7222 1726884008.13076: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7222 1726884008.13085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7222 1726884008.13806: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f54430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f88f70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f82a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f824c0> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389ea1190> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f3ecd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f82e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a27b040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389eb3ac0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389eb3df0> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389ec5700> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7222 1726884008.13831: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389ec5c40> <<< 7222 1726884008.13871: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e53370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389eb3ee0> <<< 7222 1726884008.13886: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7222 1726884008.13956: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e63250> <<< 7222 1726884008.13981: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389ec5580> import 'pwd' # <<< 7222 1726884008.13997: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e63310> <<< 7222 1726884008.14043: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f809a0> <<< 7222 1726884008.14075: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7222 1726884008.14114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7222 1726884008.14134: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7222 1726884008.14165: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e7f670> <<< 7222 1726884008.14229: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' <<< 7222 1726884008.14233: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e7f940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389e7f730> <<< 7222 1726884008.14266: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e7f820> <<< 7222 1726884008.14296: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7222 1726884008.14548: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e7fc70> <<< 7222 1726884008.14609: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e8d1c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389e7f8b0> <<< 7222 1726884008.14622: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389e72a00> <<< 7222 1726884008.14651: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f80580> <<< 7222 1726884008.14676: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7222 1726884008.14752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7222 1726884008.14785: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389e7fa60> <<< 7222 1726884008.14927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7222 1726884008.14952: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4389da2640> <<< 7222 1726884008.15121: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 7222 1726884008.15270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.15315: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7222 1726884008.15328: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.15366: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 7222 1726884008.17253: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.18752: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7222 1726884008.18757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799760> <<< 7222 1726884008.18786: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py <<< 7222 1726884008.18793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.18820: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py <<< 7222 1726884008.18827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7222 1726884008.18855: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7222 1726884008.18894: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389799160> <<< 7222 1726884008.18950: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799280> <<< 7222 1726884008.18988: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799eb0> <<< 7222 1726884008.19019: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7222 1726884008.19076: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799cd0> <<< 7222 1726884008.19088: stdout chunk (state=3): >>>import 'atexit' # <<< 7222 1726884008.19121: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389799f10> <<< 7222 1726884008.19148: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7222 1726884008.19177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7222 1726884008.19234: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799100> <<< 7222 1726884008.19268: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7222 1726884008.19279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7222 1726884008.19304: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7222 1726884008.19328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7222 1726884008.19356: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7222 1726884008.19461: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389751190> <<< 7222 1726884008.19506: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438970cfa0> <<< 7222 1726884008.19541: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438970cdc0> <<< 7222 1726884008.19568: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7222 1726884008.19608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7222 1726884008.19656: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438970c430> <<< 7222 1726884008.19671: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389780dc0> <<< 7222 1726884008.19951: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897803d0> <<< 7222 1726884008.19974: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7222 1726884008.19977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7222 1726884008.20004: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389780f10> <<< 7222 1726884008.20030: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7222 1726884008.20036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7222 1726884008.20064: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7222 1726884008.20099: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7222 1726884008.20102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7222 1726884008.20141: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7222 1726884008.20149: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897ceb20> <<< 7222 1726884008.20264: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896e5c70> <<< 7222 1726884008.20267: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896e5340> <<< 7222 1726884008.20270: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897a0430> <<< 7222 1726884008.20309: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.20315: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896e5460> <<< 7222 1726884008.20349: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896e5490> <<< 7222 1726884008.20377: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7222 1726884008.20390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7222 1726884008.20414: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7222 1726884008.20451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7222 1726884008.20539: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896de0a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897f9880> <<< 7222 1726884008.20575: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7222 1726884008.20582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7222 1726884008.20649: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896db940> <<< 7222 1726884008.20656: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897f9130> <<< 7222 1726884008.20685: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py<<< 7222 1726884008.20690: stdout chunk (state=3): >>> <<< 7222 1726884008.20731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.20763: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7222 1726884008.20770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7222 1726884008.20777: stdout chunk (state=3): >>>import '_string' # <<< 7222 1726884008.20864: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896de3a0> <<< 7222 1726884008.21065: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896db8e0> <<< 7222 1726884008.21182: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.21187: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896db730> <<< 7222 1726884008.21222: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896d16a0> <<< 7222 1726884008.21269: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.21277: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896d15e0> <<< 7222 1726884008.21286: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897df6a0> <<< 7222 1726884008.21313: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7222 1726884008.21341: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7222 1726884008.21358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7222 1726884008.21414: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.21422: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438975fac0> <<< 7222 1726884008.21705: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438975e970> <<< 7222 1726884008.21726: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389761ee0> <<< 7222 1726884008.21768: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.21771: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438975f520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896cf910> <<< 7222 1726884008.21774: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.21800: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py <<< 7222 1726884008.21819: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.21921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.22033: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.22042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.22063: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py<<< 7222 1726884008.22075: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7222 1726884008.22094: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7222 1726884008.22104: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.22254: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.22400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.23178: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.23951: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py <<< 7222 1726884008.23967: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7222 1726884008.23972: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7222 1726884008.23978: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py <<< 7222 1726884008.24004: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7222 1726884008.24023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.24084: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.24092: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43892b2640> <<< 7222 1726884008.24175: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7222 1726884008.24185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7222 1726884008.24205: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896ab730> <<< 7222 1726884008.24215: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438925c040> <<< 7222 1726884008.24260: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py <<< 7222 1726884008.24271: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.24290: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.24312: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py <<< 7222 1726884008.24322: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.24506: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.24708: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py <<< 7222 1726884008.24713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7222 1726884008.24743: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897559a0> <<< 7222 1726884008.24759: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.25414: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26121: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26220: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py <<< 7222 1726884008.26229: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26275: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26314: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py <<< 7222 1726884008.26324: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26403: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26524: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py <<< 7222 1726884008.26555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26572: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7222 1726884008.26581: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26629: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26666: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7222 1726884008.26685: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.26986: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.27293: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7222 1726884008.27331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7222 1726884008.27354: stdout chunk (state=3): >>>import '_ast' # <<< 7222 1726884008.27447: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438979b190> <<< 7222 1726884008.27467: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.27547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.27640: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py <<< 7222 1726884008.27645: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py <<< 7222 1726884008.27660: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7222 1726884008.27687: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.27732: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.27783: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py <<< 7222 1726884008.27792: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.27841: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.27892: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.28016: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.28103: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py <<< 7222 1726884008.28139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.28236: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389695940> <<< 7222 1726884008.28277: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438979bbe0> <<< 7222 1726884008.28329: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py <<< 7222 1726884008.28348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.28545: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.28625: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.28654: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.28710: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7222 1726884008.28720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7222 1726884008.28749: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7222 1726884008.28791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7222 1726884008.28814: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7222 1726884008.28836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7222 1726884008.28996: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896b8a00> <<< 7222 1726884008.29047: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438969e400> <<< 7222 1726884008.29130: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389699d00> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py <<< 7222 1726884008.29149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.29183: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.29216: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py <<< 7222 1726884008.29221: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py <<< 7222 1726884008.29326: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py <<< 7222 1726884008.29353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.29366: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.29370: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py <<< 7222 1726884008.29392: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.30205: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.30870: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.31805: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.32678: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py # code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43892b2160> <<< 7222 1726884008.32714: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438975e400> <<< 7222 1726884008.32751: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc' <<< 7222 1726884008.32754: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py <<< 7222 1726884008.32759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc' <<< 7222 1726884008.32786: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py <<< 7222 1726884008.32791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43891124c0> <<< 7222 1726884008.32800: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389112e80> <<< 7222 1726884008.32809: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc' <<< 7222 1726884008.32839: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py # code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc' <<< 7222 1726884008.32871: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896ab130> <<< 7222 1726884008.32897: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py <<< 7222 1726884008.32911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc' <<< 7222 1726884008.32917: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py # code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc' <<< 7222 1726884008.32943: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py <<< 7222 1726884008.32968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc' <<< 7222 1726884008.32972: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py <<< 7222 1726884008.32978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc' <<< 7222 1726884008.32998: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py <<< 7222 1726884008.33005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc' <<< 7222 1726884008.33016: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389695790> <<< 7222 1726884008.33047: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py # code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897f9580> <<< 7222 1726884008.33075: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py <<< 7222 1726884008.33082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897f9220> <<< 7222 1726884008.33151: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389695490> <<< 7222 1726884008.33164: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py <<< 7222 1726884008.33177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc' <<< 7222 1726884008.33200: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py <<< 7222 1726884008.33206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ff4ac0> <<< 7222 1726884008.33217: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py <<< 7222 1726884008.33256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc' <<< 7222 1726884008.33312: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ff4b20> <<< 7222 1726884008.33336: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py <<< 7222 1726884008.33341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc' <<< 7222 1726884008.33367: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py <<< 7222 1726884008.33379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc' <<< 7222 1726884008.33413: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fe4970> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438901f280> <<< 7222 1726884008.33459: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ff43d0> <<< 7222 1726884008.33470: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438928bd60> <<< 7222 1726884008.33494: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py <<< 7222 1726884008.33506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc' <<< 7222 1726884008.33528: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py <<< 7222 1726884008.33560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc' <<< 7222 1726884008.33586: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py # code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc' <<< 7222 1726884008.33615: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438928d940> <<< 7222 1726884008.33758: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fb6130> <<< 7222 1726884008.33797: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fe4cd0> <<< 7222 1726884008.33809: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py <<< 7222 1726884008.33822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc' <<< 7222 1726884008.33837: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py <<< 7222 1726884008.33863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc' <<< 7222 1726884008.33884: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py <<< 7222 1726884008.33887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc' <<< 7222 1726884008.33891: stdout chunk (state=3): >>>import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438906b6d0> <<< 7222 1726884008.33939: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py <<< 7222 1726884008.33942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438906b490> <<< 7222 1726884008.33951: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438924a490> <<< 7222 1726884008.33959: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fb6310> <<< 7222 1726884008.33985: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438928b130> <<< 7222 1726884008.33998: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43891122b0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389112a90> <<< 7222 1726884008.34003: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896de8e0> <<< 7222 1726884008.34030: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py <<< 7222 1726884008.34049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438979b970> <<< 7222 1726884008.34055: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py <<< 7222 1726884008.34063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc' <<< 7222 1726884008.34076: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py <<< 7222 1726884008.34087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc' <<< 7222 1726884008.34140: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438906b1f0> <<< 7222 1726884008.34154: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43891127f0> <<< 7222 1726884008.34174: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py <<< 7222 1726884008.34179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.34257: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389003160> <<< 7222 1726884008.34278: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py <<< 7222 1726884008.34298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc' <<< 7222 1726884008.34360: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py <<< 7222 1726884008.34386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' <<< 7222 1726884008.34542: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.34555: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389066760> <<< 7222 1726884008.34832: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438900ba00> <<< 7222 1726884008.34852: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438906b430> <<< 7222 1726884008.34881: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py <<< 7222 1726884008.34886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc' <<< 7222 1726884008.34911: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438900b130> <<< 7222 1726884008.34932: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py <<< 7222 1726884008.34935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc' <<< 7222 1726884008.34938: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fff640> <<< 7222 1726884008.34971: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py # code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc' <<< 7222 1726884008.34994: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py <<< 7222 1726884008.34997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc' <<< 7222 1726884008.35004: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389058370> <<< 7222 1726884008.35020: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fff460> <<< 7222 1726884008.35032: stdout chunk (state=3): >>># /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py <<< 7222 1726884008.35087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc' <<< 7222 1726884008.35166: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890588b0> <<< 7222 1726884008.35188: stdout chunk (state=3): >>># /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py <<< 7222 1726884008.35216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc' <<< 7222 1726884008.35495: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389050400> <<< 7222 1726884008.35508: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py <<< 7222 1726884008.35530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc' <<< 7222 1726884008.35554: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388d83c40> <<< 7222 1726884008.35591: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.35692: stdout chunk (state=3): >>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py <<< 7222 1726884008.35705: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.35798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.35926: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py <<< 7222 1726884008.35932: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.35980: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.36018: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py <<< 7222 1726884008.36031: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.36128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.36221: stdout chunk (state=3): >>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py <<< 7222 1726884008.36317: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884008.36468: stdout chunk (state=3): >>>import 'gc' # <<< 7222 1726884008.36803: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py <<< 7222 1726884008.36808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.36835: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py <<< 7222 1726884008.36838: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc' <<< 7222 1726884008.36866: stdout chunk (state=3): >>># /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc' <<< 7222 1726884008.36870: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6be0> <<< 7222 1726884008.36898: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py <<< 7222 1726884008.36942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' <<< 7222 1726884008.37106: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6d60> <<< 7222 1726884008.37117: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py <<< 7222 1726884008.37133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' <<< 7222 1726884008.37177: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.37182: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4388d37490> <<< 7222 1726884008.37192: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6fd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce62b0> <<< 7222 1726884008.37220: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc' <<< 7222 1726884008.37225: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6040> <<< 7222 1726884008.37240: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py <<< 7222 1726884008.37306: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc' <<< 7222 1726884008.37339: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py <<< 7222 1726884008.37353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.37364: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc' <<< 7222 1726884008.37488: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so' <<< 7222 1726884008.37495: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43889d7970> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889d7520> <<< 7222 1726884008.37519: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py <<< 7222 1726884008.37548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc' <<< 7222 1726884008.37619: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43889804f0> <<< 7222 1726884008.37651: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889d79a0> <<< 7222 1726884008.37671: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py <<< 7222 1726884008.37738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc' <<< 7222 1726884008.38912: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43888dfdc0> <<< 7222 1726884008.38997: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889f9280> <<< 7222 1726884008.39027: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py <<< 7222 1726884008.39094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc' <<< 7222 1726884008.39217: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so' <<< 7222 1726884008.39222: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4387383280> <<< 7222 1726884008.39276: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889b3850> <<< 7222 1726884008.39298: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py <<< 7222 1726884008.39334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc' <<< 7222 1726884008.39519: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so' <<< 7222 1726884008.39525: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4387251e20> <<< 7222 1726884008.39559: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387362520> <<< 7222 1726884008.39584: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py <<< 7222 1726884008.39633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc' <<< 7222 1726884008.39745: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43871bc9a0> <<< 7222 1726884008.39803: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387251fd0> <<< 7222 1726884008.39832: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py <<< 7222 1726884008.39838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc' <<< 7222 1726884008.39924: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so' <<< 7222 1726884008.39929: stdout chunk (state=3): >>># extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43871b5d00> <<< 7222 1726884008.39956: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43871bcf40> <<< 7222 1726884008.39961: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388cf02e0> <<< 7222 1726884008.39979: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py <<< 7222 1726884008.40012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc' <<< 7222 1726884008.40042: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py <<< 7222 1726884008.40050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc' <<< 7222 1726884008.40077: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py <<< 7222 1726884008.40085: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc' <<< 7222 1726884008.40120: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43870e4ac0> <<< 7222 1726884008.40168: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870e42e0> <<< 7222 1726884008.40198: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py <<< 7222 1726884008.40228: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc' <<< 7222 1726884008.40256: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py <<< 7222 1726884008.40261: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc' <<< 7222 1726884008.40294: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870f86a0> <<< 7222 1726884008.40326: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py <<< 7222 1726884008.40334: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc' <<< 7222 1726884008.40366: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc' <<< 7222 1726884008.40373: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387105250> <<< 7222 1726884008.40410: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py <<< 7222 1726884008.40415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.40969: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.40974: stdout chunk (state=3): >>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43871057f0> <<< 7222 1726884008.41014: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py <<< 7222 1726884008.41037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' <<< 7222 1726884008.41048: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387105c40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387105310> <<< 7222 1726884008.41073: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870f8730> <<< 7222 1726884008.41092: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870eed60> <<< 7222 1726884008.41120: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py <<< 7222 1726884008.41141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.41307: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so' <<< 7222 1726884008.41312: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386cb7e80> <<< 7222 1726884008.41335: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870f8130> <<< 7222 1726884008.41451: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870e4c40> <<< 7222 1726884008.41497: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43871e76d0> <<< 7222 1726884008.41542: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.41692: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43871e7eb0> <<< 7222 1726884008.41695: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43871e7850> <<< 7222 1726884008.41720: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889d7220> <<< 7222 1726884008.41752: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386cc6d00> <<< 7222 1726884008.41779: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py <<< 7222 1726884008.41806: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc' <<< 7222 1726884008.41829: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py <<< 7222 1726884008.41839: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc' <<< 7222 1726884008.41872: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py <<< 7222 1726884008.41880: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc' <<< 7222 1726884008.41919: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.41953: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py <<< 7222 1726884008.42007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc' <<< 7222 1726884008.42042: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py <<< 7222 1726884008.42181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc' <<< 7222 1726884008.42356: stdout chunk (state=3): >>># extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so' # extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so' import 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386b361c0> <<< 7222 1726884008.42490: stdout chunk (state=3): >>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bd6250> <<< 7222 1726884008.42512: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py <<< 7222 1726884008.42517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc' <<< 7222 1726884008.42546: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py <<< 7222 1726884008.42555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc' import 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2790> <<< 7222 1726884008.42657: stdout chunk (state=3): >>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386b88df0> <<< 7222 1726884008.42689: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py <<< 7222 1726884008.42696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.42794: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/data/__init__.py <<< 7222 1726884008.42800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.42828: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/data/encoding.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc' <<< 7222 1726884008.42885: stdout chunk (state=3): >>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2e20> <<< 7222 1726884008.42891: stdout chunk (state=3): >>>import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2b50> <<< 7222 1726884008.42920: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keylist/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.42953: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keylist/mode.py <<< 7222 1726884008.42958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc' <<< 7222 1726884008.43010: stdout chunk (state=3): >>>import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2fa0> <<< 7222 1726884008.43018: stdout chunk (state=3): >>>import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2df0> <<< 7222 1726884008.43044: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sig/__init__.py <<< 7222 1726884008.43049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.43074: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sig/mode.py <<< 7222 1726884008.43079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc' <<< 7222 1726884008.43126: stdout chunk (state=3): >>>import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a160> <<< 7222 1726884008.43154: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sig/notation.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc' <<< 7222 1726884008.43216: stdout chunk (state=3): >>>import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a1f0> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2ee0> <<< 7222 1726884008.43249: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/tofu/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.43277: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/tofu/policy.py <<< 7222 1726884008.43282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc' <<< 7222 1726884008.43335: stdout chunk (state=3): >>>import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a370> <<< 7222 1726884008.43342: stdout chunk (state=3): >>>import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2f70> <<< 7222 1726884008.43366: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py <<< 7222 1726884008.43371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc' <<< 7222 1726884008.43419: stdout chunk (state=3): >>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2be0> <<< 7222 1726884008.43449: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc' <<< 7222 1726884008.43504: stdout chunk (state=3): >>>import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a190> <<< 7222 1726884008.43532: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/import_type.py <<< 7222 1726884008.43537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc' <<< 7222 1726884008.43578: stdout chunk (state=3): >>>import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a3d0> <<< 7222 1726884008.43607: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc' <<< 7222 1726884008.43666: stdout chunk (state=3): >>>import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a460> <<< 7222 1726884008.43691: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py <<< 7222 1726884008.43696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc' <<< 7222 1726884008.43741: stdout chunk (state=3): >>>import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a4f0> <<< 7222 1726884008.43767: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc' <<< 7222 1726884008.43821: stdout chunk (state=3): >>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a580> <<< 7222 1726884008.43843: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py <<< 7222 1726884008.43851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc' <<< 7222 1726884008.43892: stdout chunk (state=3): >>>import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a610> <<< 7222 1726884008.43919: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc' <<< 7222 1726884008.43970: stdout chunk (state=3): >>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a6a0> <<< 7222 1726884008.44004: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc' <<< 7222 1726884008.44009: stdout chunk (state=3): >>>import 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a730> <<< 7222 1726884008.44034: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc' <<< 7222 1726884008.44088: stdout chunk (state=3): >>>import 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a7c0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be21c0> <<< 7222 1726884008.44148: stdout chunk (state=3): >>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bbd160> <<< 7222 1726884008.44176: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py <<< 7222 1726884008.44199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc' <<< 7222 1726884008.44203: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py <<< 7222 1726884008.44207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' <<< 7222 1726884008.44334: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.44341: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386a3ab80> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a8e0> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be23a0> <<< 7222 1726884008.44375: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc' <<< 7222 1726884008.44378: stdout chunk (state=3): >>>import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2970> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bb4c40> <<< 7222 1726884008.44405: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bb4250> <<< 7222 1726884008.44430: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py <<< 7222 1726884008.44433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc' <<< 7222 1726884008.44470: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bb4430> <<< 7222 1726884008.44475: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386ceaaf0> <<< 7222 1726884008.44500: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py <<< 7222 1726884008.44520: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc' <<< 7222 1726884008.44535: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bb4dc0> <<< 7222 1726884008.44558: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386cc6ca0> <<< 7222 1726884008.44587: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py <<< 7222 1726884008.44594: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.44609: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py <<< 7222 1726884008.44633: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc' <<< 7222 1726884008.44661: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py <<< 7222 1726884008.44666: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc' <<< 7222 1726884008.44692: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52be0> <<< 7222 1726884008.44708: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52490> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386cea8e0> <<< 7222 1726884008.44741: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc' <<< 7222 1726884008.44770: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py <<< 7222 1726884008.44805: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc' <<< 7222 1726884008.44841: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py <<< 7222 1726884008.44844: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc' <<< 7222 1726884008.44875: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc' <<< 7222 1726884008.44898: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869f0250> <<< 7222 1726884008.44923: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py <<< 7222 1726884008.44961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc' <<< 7222 1726884008.44984: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py <<< 7222 1726884008.45050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' <<< 7222 1726884008.45060: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py <<< 7222 1726884008.45082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' <<< 7222 1726884008.45088: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869a2130> <<< 7222 1726884008.45136: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43869a21c0> <<< 7222 1726884008.45221: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a03640> <<< 7222 1726884008.45257: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869f0670> <<< 7222 1726884008.45292: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869e4a30> <<< 7222 1726884008.45327: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52f40> <<< 7222 1726884008.45332: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52e80> <<< 7222 1726884008.45364: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py <<< 7222 1726884008.45369: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc' <<< 7222 1726884008.45391: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py <<< 7222 1726884008.45508: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.45543: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869a2f70> <<< 7222 1726884008.45557: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869a2730> <<< 7222 1726884008.45584: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52d30> <<< 7222 1726884008.45608: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py <<< 7222 1726884008.45614: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc' <<< 7222 1726884008.45648: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869db8e0> <<< 7222 1726884008.45652: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c57f0> <<< 7222 1726884008.45675: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py <<< 7222 1726884008.45679: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c5880> <<< 7222 1726884008.45706: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py <<< 7222 1726884008.45715: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c5a00> <<< 7222 1726884008.45724: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/module_base.py <<< 7222 1726884008.45748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc' <<< 7222 1726884008.45763: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py <<< 7222 1726884008.45797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc' <<< 7222 1726884008.45867: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so' <<< 7222 1726884008.45875: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43890d7160> <<< 7222 1726884008.45884: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869d6130> <<< 7222 1726884008.45909: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890d71c0> <<< 7222 1726884008.45939: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py <<< 7222 1726884008.45954: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc' <<< 7222 1726884008.45963: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890d72b0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c59a0> <<< 7222 1726884008.45993: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc' <<< 7222 1726884008.45997: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c5f40> <<< 7222 1726884008.46023: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py <<< 7222 1726884008.46028: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc' <<< 7222 1726884008.46056: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py <<< 7222 1726884008.46103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc' <<< 7222 1726884008.46126: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py <<< 7222 1726884008.46136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc' <<< 7222 1726884008.46163: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py # code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc' <<< 7222 1726884008.46201: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438680c370> <<< 7222 1726884008.46204: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438680c130> <<< 7222 1726884008.46239: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867fc970> <<< 7222 1726884008.46343: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890e8970> <<< 7222 1726884008.46361: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890d7e50> <<< 7222 1726884008.46377: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc' <<< 7222 1726884008.46382: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890e8c40> <<< 7222 1726884008.46411: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc' <<< 7222 1726884008.46418: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890f0940> <<< 7222 1726884008.46442: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py <<< 7222 1726884008.46451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386818700> <<< 7222 1726884008.46475: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386818340> <<< 7222 1726884008.46507: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc' <<< 7222 1726884008.46516: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py <<< 7222 1726884008.46545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc' <<< 7222 1726884008.46556: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386828610> <<< 7222 1726884008.46563: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386828130> <<< 7222 1726884008.46583: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py <<< 7222 1726884008.46598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386828490> <<< 7222 1726884008.46607: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6820> <<< 7222 1726884008.47064: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py <<< 7222 1726884008.47069: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc' <<< 7222 1726884008.47103: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py <<< 7222 1726884008.47106: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.47111: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386831f40> <<< 7222 1726884008.47138: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.47160: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py <<< 7222 1726884008.47196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc' <<< 7222 1726884008.47219: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py <<< 7222 1726884008.47254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc' <<< 7222 1726884008.47280: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py <<< 7222 1726884008.47293: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc' <<< 7222 1726884008.47303: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867e8f40> <<< 7222 1726884008.47308: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py <<< 7222 1726884008.47317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc' <<< 7222 1726884008.47335: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py <<< 7222 1726884008.47344: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc' <<< 7222 1726884008.47363: stdout chunk (state=3): >>># /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py <<< 7222 1726884008.47368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.47462: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884008.47466: stdout chunk (state=3): >>># extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386781d30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386781bb0> <<< 7222 1726884008.47468: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386781370> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386781130> <<< 7222 1726884008.47502: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867d2e80> <<< 7222 1726884008.47518: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py <<< 7222 1726884008.47527: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc' <<< 7222 1726884008.47534: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867811c0> <<< 7222 1726884008.47570: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/__init__.py <<< 7222 1726884008.47573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.47605: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/option_parser.py <<< 7222 1726884008.47608: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc' <<< 7222 1726884008.47641: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867ac100> <<< 7222 1726884008.47672: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386781e50> <<< 7222 1726884008.47707: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc' <<< 7222 1726884008.47716: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438679d970> <<< 7222 1726884008.47741: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/autoremove.py <<< 7222 1726884008.47745: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867acf70> <<< 7222 1726884008.47785: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af160> <<< 7222 1726884008.47826: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af2b0> <<< 7222 1726884008.47872: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc' <<< 7222 1726884008.47902: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/repoquery.py <<< 7222 1726884008.47920: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc' <<< 7222 1726884008.47973: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af8b0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af5e0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af970> <<< 7222 1726884008.48020: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bc5b0> <<< 7222 1726884008.48071: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bc6a0> <<< 7222 1726884008.48113: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc' <<< 7222 1726884008.48131: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py <<< 7222 1726884008.48199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc' <<< 7222 1726884008.48234: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bce80> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bca90> <<< 7222 1726884008.48238: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bcee0> <<< 7222 1726884008.48279: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866d3ac0> <<< 7222 1726884008.48304: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866d3be0> <<< 7222 1726884008.48326: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc' <<< 7222 1726884008.48391: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866d3e20> <<< 7222 1726884008.48431: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866632b0> <<< 7222 1726884008.48462: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386663ca0> <<< 7222 1726884008.48516: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc' <<< 7222 1726884008.48550: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386663df0> <<< 7222 1726884008.48582: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc' <<< 7222 1726884008.48604: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866724f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866720d0> <<< 7222 1726884008.48609: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/shell.py <<< 7222 1726884008.48701: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc' <<< 7222 1726884008.48772: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py # code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386672ee0> <<< 7222 1726884008.48805: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386672a30> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386672d30> <<< 7222 1726884008.48875: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/updateinfo.py <<< 7222 1726884008.48911: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc' <<< 7222 1726884008.48916: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866807c0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386680f40> <<< 7222 1726884008.48948: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668e250> <<< 7222 1726884008.48994: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668e340> <<< 7222 1726884008.49032: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867d2460> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867d21c0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386831ca0> <<< 7222 1726884008.49035: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc' <<< 7222 1726884008.49072: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.49106: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668eeb0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668ebe0> <<< 7222 1726884008.49135: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.49164: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py <<< 7222 1726884008.49213: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc' <<< 7222 1726884008.49237: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py <<< 7222 1726884008.49268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc' <<< 7222 1726884008.49368: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386626580> <<< 7222 1726884008.49383: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py # code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc' <<< 7222 1726884008.49452: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py # code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc' <<< 7222 1726884008.49486: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866304c0> <<< 7222 1726884008.49545: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386626e20> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386626d90> <<< 7222 1726884008.49581: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc' <<< 7222 1726884008.49642: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438665c700> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438665c190> <<< 7222 1726884008.49686: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.49702: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py <<< 7222 1726884008.49742: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc' <<< 7222 1726884008.49798: stdout chunk (state=3): >>>import 'six.moves' # # /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc' <<< 7222 1726884008.49828: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865a9a30> # /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865a9c10> <<< 7222 1726884008.49877: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc' <<< 7222 1726884008.49897: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 7222 1726884008.49938: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438665cc70> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438665ca00> <<< 7222 1726884008.49997: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438669a100> <<< 7222 1726884008.50025: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc' <<< 7222 1726884008.50087: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866261c0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668ea90> <<< 7222 1726884008.50109: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867d21f0> <<< 7222 1726884008.50127: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc' <<< 7222 1726884008.50182: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865ca130> <<< 7222 1726884008.50217: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py <<< 7222 1726884008.50262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc' <<< 7222 1726884008.50290: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865ca460> <<< 7222 1726884008.50308: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865cacd0> <<< 7222 1726884008.50344: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438655f5e0> <<< 7222 1726884008.50374: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py <<< 7222 1726884008.50412: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438655fb50> <<< 7222 1726884008.50452: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc' <<< 7222 1726884008.50484: stdout chunk (state=3): >>># /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py # code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.50514: stdout chunk (state=3): >>># /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc' <<< 7222 1726884008.50601: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438656cc10> <<< 7222 1726884008.50637: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656c7f0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656c550> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656c1c0> <<< 7222 1726884008.50654: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc' <<< 7222 1726884008.50695: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656c400> <<< 7222 1726884008.50724: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc' <<< 7222 1726884008.50761: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.50812: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657ab80> <<< 7222 1726884008.50841: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657ac10> <<< 7222 1726884008.50874: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc' <<< 7222 1726884008.50970: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386588250> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657ad90> <<< 7222 1726884008.51008: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc' <<< 7222 1726884008.51058: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py <<< 7222 1726884008.51082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc' <<< 7222 1726884008.51114: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py <<< 7222 1726884008.51148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438648f2b0> # /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py <<< 7222 1726884008.51200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc' <<< 7222 1726884008.51216: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc' <<< 7222 1726884008.51249: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py # code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386498310> <<< 7222 1726884008.51278: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py # code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864982b0> <<< 7222 1726884008.51299: stdout chunk (state=3): >>># /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py # code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc' <<< 7222 1726884008.51360: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386498460> <<< 7222 1726884008.51366: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864981c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438648fcd0> <<< 7222 1726884008.51404: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438648f370> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386596a00> <<< 7222 1726884008.51408: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386588f70> <<< 7222 1726884008.51422: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386588910> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657a7c0> <<< 7222 1726884008.51459: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656cfd0> <<< 7222 1726884008.51484: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc' <<< 7222 1726884008.51502: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657a910> <<< 7222 1726884008.51534: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py <<< 7222 1726884008.51538: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438648fd60> <<< 7222 1726884008.51580: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc' <<< 7222 1726884008.51587: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386498730> <<< 7222 1726884008.51617: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc' <<< 7222 1726884008.51636: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864989a0> <<< 7222 1726884008.51659: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py <<< 7222 1726884008.51683: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc' <<< 7222 1726884008.51687: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386498f10> <<< 7222 1726884008.51709: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/system_upgrade.py <<< 7222 1726884008.51763: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc' <<< 7222 1726884008.51786: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864b5700> <<< 7222 1726884008.51818: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/product-id.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc' <<< 7222 1726884008.51861: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864398e0> <<< 7222 1726884008.51893: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py <<< 7222 1726884008.51918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc' <<< 7222 1726884008.51958: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386446b50> <<< 7222 1726884008.51995: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py <<< 7222 1726884008.52040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc' <<< 7222 1726884008.52078: stdout chunk (state=3): >>># extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386468100> <<< 7222 1726884008.52222: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386446bb0> <<< 7222 1726884008.52248: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py <<< 7222 1726884008.52300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py <<< 7222 1726884008.52319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc' <<< 7222 1726884008.52349: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.52381: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py <<< 7222 1726884008.52398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc' <<< 7222 1726884008.52427: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc' <<< 7222 1726884008.52462: stdout chunk (state=3): >>>import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864173d0> <<< 7222 1726884008.52495: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc' <<< 7222 1726884008.52499: stdout chunk (state=3): >>>import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864174f0> <<< 7222 1726884008.52618: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386409460> <<< 7222 1726884008.52655: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py <<< 7222 1726884008.52673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc' <<< 7222 1726884008.52709: stdout chunk (state=3): >>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386417fd0> <<< 7222 1726884008.52724: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438641c8e0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386409100> <<< 7222 1726884008.52760: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc' <<< 7222 1726884008.52794: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864091c0> <<< 7222 1726884008.52826: stdout chunk (state=3): >>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863fea60> <<< 7222 1726884008.52862: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438641cd90> <<< 7222 1726884008.52913: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863b21c0> <<< 7222 1726884008.52957: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863b22b0> <<< 7222 1726884008.52997: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc' <<< 7222 1726884008.53028: stdout chunk (state=3): >>>import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863b23d0> <<< 7222 1726884008.53055: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py <<< 7222 1726884008.53089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc' <<< 7222 1726884008.53121: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py <<< 7222 1726884008.53311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc' <<< 7222 1726884008.53347: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py <<< 7222 1726884008.53410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc' <<< 7222 1726884008.53455: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py <<< 7222 1726884008.53467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc' <<< 7222 1726884008.53508: stdout chunk (state=3): >>>import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386388610> <<< 7222 1726884008.53572: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863dbf10> <<< 7222 1726884008.53603: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc' import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863ee9a0> <<< 7222 1726884008.53640: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc' <<< 7222 1726884008.53687: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863eea30> <<< 7222 1726884008.53710: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py <<< 7222 1726884008.53737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc' <<< 7222 1726884008.53814: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386388280> <<< 7222 1726884008.53842: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438639a370> <<< 7222 1726884008.54126: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863becd0> <<< 7222 1726884008.54154: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc' <<< 7222 1726884008.54184: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc' <<< 7222 1726884008.54226: stdout chunk (state=3): >>>import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863c9940> <<< 7222 1726884008.54242: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc' <<< 7222 1726884008.54269: stdout chunk (state=3): >>>import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386347850> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863c9250> <<< 7222 1726884008.54347: stdout chunk (state=3): >>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863b2b80> <<< 7222 1726884008.54423: stdout chunk (state=3): >>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386465d60> <<< 7222 1726884008.54457: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py <<< 7222 1726884008.54481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc' <<< 7222 1726884008.54509: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py <<< 7222 1726884008.54528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc' import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438636b610> <<< 7222 1726884008.54564: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/branding/__init__.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.54593: stdout chunk (state=3): >>>import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438636bdc0> <<< 7222 1726884008.54614: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862f9130> <<< 7222 1726884008.54639: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py <<< 7222 1726884008.54654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc' <<< 7222 1726884008.54687: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py <<< 7222 1726884008.54702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc' <<< 7222 1726884008.54756: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862f9a60> <<< 7222 1726884008.54785: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc' <<< 7222 1726884008.54815: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc' <<< 7222 1726884008.54839: stdout chunk (state=3): >>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438631a190> <<< 7222 1726884008.54863: stdout chunk (state=3): >>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862f9d30> <<< 7222 1726884008.54899: stdout chunk (state=3): >>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438636bf70> <<< 7222 1726884008.54934: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438635c850> <<< 7222 1726884008.54969: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py <<< 7222 1726884008.55001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc' <<< 7222 1726884008.55016: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py <<< 7222 1726884008.55062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc' <<< 7222 1726884008.55096: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py <<< 7222 1726884008.55114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc' <<< 7222 1726884008.55143: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d22b0> <<< 7222 1726884008.55177: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc' <<< 7222 1726884008.55212: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc' <<< 7222 1726884008.55250: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc' import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d2d90><<< 7222 1726884008.55285: stdout chunk (state=3): >>> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc' <<< 7222 1726884008.55321: stdout chunk (state=3): >>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d2fd0> <<< 7222 1726884008.55335: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/firmware_info.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc' <<< 7222 1726884008.55367: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc' <<< 7222 1726884008.55402: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py <<< 7222 1726884008.55415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc' <<< 7222 1726884008.55509: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862dabb0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862da790> <<< 7222 1726884008.55537: stdout chunk (state=3): >>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862da2e0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d2a30> <<< 7222 1726884008.55587: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc' <<< 7222 1726884008.55621: stdout chunk (state=3): >>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d2b80> <<< 7222 1726884008.55644: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/_base_provider.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc' <<< 7222 1726884008.55679: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.55717: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.55761: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py <<< 7222 1726884008.55775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc' <<< 7222 1726884008.55804: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.55846: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/ssl_match_hostname.py # code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc' import 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862889d0> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386288640> <<< 7222 1726884008.55871: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py <<< 7222 1726884008.55904: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc' <<< 7222 1726884008.55993: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862886a0> import 'urllib3.packages.six.moves' # <<< 7222 1726884008.56006: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.http_client' # <<< 7222 1726884008.56082: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438627c5e0> <<< 7222 1726884008.56119: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438627c7c0> <<< 7222 1726884008.56144: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py <<< 7222 1726884008.56168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py <<< 7222 1726884008.56190: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc' <<< 7222 1726884008.56246: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py<<< 7222 1726884008.56258: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc' <<< 7222 1726884008.56284: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862338e0> <<< 7222 1726884008.56321: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233a90> <<< 7222 1726884008.56357: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc' <<< 7222 1726884008.56379: stdout chunk (state=3): >>>import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233c40> <<< 7222 1726884008.56409: stdout chunk (state=3): >>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233580> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc' <<< 7222 1726884008.56447: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233fd0> <<< 7222 1726884008.56465: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233b50> <<< 7222 1726884008.56496: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc' <<< 7222 1726884008.56540: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438623f100> <<< 7222 1726884008.56564: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py <<< 7222 1726884008.56587: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc' <<< 7222 1726884008.56626: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py # code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc' <<< 7222 1726884008.56639: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438624c310> <<< 7222 1726884008.56669: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc' <<< 7222 1726884008.58329: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438624c8e0> <<< 7222 1726884008.58380: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc' import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438626ce50> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438623fc40> <<< 7222 1726884008.58410: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438623fb20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233220> <<< 7222 1726884008.58439: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862332e0> <<< 7222 1726884008.58471: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py <<< 7222 1726884008.58495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc' import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233040> <<< 7222 1726884008.58531: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386290ac0> <<< 7222 1726884008.58581: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc' <<< 7222 1726884008.58608: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc' <<< 7222 1726884008.58662: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc' import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861f38b0> <<< 7222 1726884008.58677: stdout chunk (state=3): >>>import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861f34f0> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862a19d0> <<< 7222 1726884008.58704: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py <<< 7222 1726884008.58730: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc' <<< 7222 1726884008.58759: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862a1880> <<< 7222 1726884008.58786: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861f3d30> <<< 7222 1726884008.58816: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438627c910> <<< 7222 1726884008.58849: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py <<< 7222 1726884008.58866: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc' <<< 7222 1726884008.58922: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861ff8e0> <<< 7222 1726884008.58951: stdout chunk (state=3): >>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862eaf70> <<< 7222 1726884008.58982: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.59007: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc' <<< 7222 1726884008.59032: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py <<< 7222 1726884008.59058: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc' <<< 7222 1726884008.59081: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc' import 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386218250> <<< 7222 1726884008.59121: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc' <<< 7222 1726884008.59137: stdout chunk (state=3): >>>import 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862184c0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438620e070> <<< 7222 1726884008.59160: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc' <<< 7222 1726884008.59197: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc' import 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386218dc0> <<< 7222 1726884008.59229: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc' import 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221160> <<< 7222 1726884008.59262: stdout chunk (state=3): >>>import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862189a0> <<< 7222 1726884008.59291: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc' import 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386218c10> <<< 7222 1726884008.59320: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc' <<< 7222 1726884008.59360: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc' <<< 7222 1726884008.59377: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc' import 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221c10> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862217c0> <<< 7222 1726884008.59408: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc' <<< 7222 1726884008.59438: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc' import 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221f70> <<< 7222 1726884008.59467: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc' <<< 7222 1726884008.59496: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py <<< 7222 1726884008.59537: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc' import 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bb20> <<< 7222 1726884008.59562: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py <<< 7222 1726884008.59594: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc' import 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bbe0> <<< 7222 1726884008.59630: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py <<< 7222 1726884008.59647: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc' import 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bc70> <<< 7222 1726884008.59667: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py <<< 7222 1726884008.59711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc' import 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bd00> <<< 7222 1726884008.59736: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py <<< 7222 1726884008.59768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc' import 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bd90> <<< 7222 1726884008.59793: stdout chunk (state=3): >>>import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622b4c0> <<< 7222 1726884008.59823: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py <<< 7222 1726884008.59852: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc' import 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bf40> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221af0> <<< 7222 1726884008.59892: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py <<< 7222 1726884008.59925: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc' import 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386154340> <<< 7222 1726884008.59962: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc' import 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386154670> <<< 7222 1726884008.59995: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc' import 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861548e0> <<< 7222 1726884008.60023: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc' import 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386154b80> <<< 7222 1726884008.60054: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc' import 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386154e20> <<< 7222 1726884008.60098: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc' import 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615a100> <<< 7222 1726884008.60125: stdout chunk (state=3): >>>import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221400> <<< 7222 1726884008.60157: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc' <<< 7222 1726884008.60187: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc' import 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615a460> <<< 7222 1726884008.60217: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc' <<< 7222 1726884008.60231: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc' <<< 7222 1726884008.60258: stdout chunk (state=3): >>>import 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615a880> <<< 7222 1726884008.60309: stdout chunk (state=3): >>>import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615a700> <<< 7222 1726884008.60323: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc' <<< 7222 1726884008.60355: stdout chunk (state=3): >>>import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615ad00> <<< 7222 1726884008.60386: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc' <<< 7222 1726884008.60414: stdout chunk (state=3): >>>import 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615ac40> <<< 7222 1726884008.60441: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc' <<< 7222 1726884008.60492: stdout chunk (state=3): >>>import 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615ab50> <<< 7222 1726884008.60521: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc' <<< 7222 1726884008.60559: stdout chunk (state=3): >>>import 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615aca0> <<< 7222 1726884008.60591: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc' <<< 7222 1726884008.60641: stdout chunk (state=3): >>>import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386167130> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221610> <<< 7222 1726884008.60674: stdout chunk (state=3): >>>import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438620e880> <<< 7222 1726884008.60710: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc' import 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438620e8b0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438620e400> <<< 7222 1726884008.60746: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc' <<< 7222 1726884008.60794: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862214f0> <<< 7222 1726884008.60838: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438627c370> <<< 7222 1726884008.61036: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc' # /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386167fa0> # /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc' # /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc' # /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py # code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc' <<< 7222 1726884008.61232: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860fd550> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860fd340> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860fd0d0> <<< 7222 1726884008.61266: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py <<< 7222 1726884008.61296: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc' <<< 7222 1726884008.61333: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860fd3d0> <<< 7222 1726884008.61346: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438610afd0> <<< 7222 1726884008.61399: stdout chunk (state=3): >>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615ac10> <<< 7222 1726884008.61426: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc' <<< 7222 1726884008.61491: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.61522: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118a30> <<< 7222 1726884008.61555: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py <<< 7222 1726884008.61574: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc' <<< 7222 1726884008.61591: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py <<< 7222 1726884008.61620: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc' <<< 7222 1726884008.61665: stdout chunk (state=3): >>>import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125220> <<< 7222 1726884008.61692: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861252e0> <<< 7222 1726884008.61779: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118ac0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118730> <<< 7222 1726884008.61853: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118640> <<< 7222 1726884008.61867: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py <<< 7222 1726884008.61906: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc' <<< 7222 1726884008.61920: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc' <<< 7222 1726884008.61953: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py <<< 7222 1726884008.61974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860d6190> <<< 7222 1726884008.62012: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125cd0> <<< 7222 1726884008.62033: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125ee0> <<< 7222 1726884008.62063: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc' <<< 7222 1726884008.62077: stdout chunk (state=3): >>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125fa0> <<< 7222 1726884008.62113: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc' <<< 7222 1726884008.62159: stdout chunk (state=3): >>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860d6e80> <<< 7222 1726884008.62188: stdout chunk (state=3): >>>import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118700> <<< 7222 1726884008.62205: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc' <<< 7222 1726884008.62232: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py <<< 7222 1726884008.62255: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc' <<< 7222 1726884008.62290: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py <<< 7222 1726884008.62315: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc' <<< 7222 1726884008.62369: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py # code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc' # /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py <<< 7222 1726884008.62382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc' <<< 7222 1726884008.62423: stdout chunk (state=3): >>>import 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386087190> <<< 7222 1726884008.62461: stdout chunk (state=3): >>>import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438607cdc0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438607c2b0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860eb820> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125b20> <<< 7222 1726884008.62476: stdout chunk (state=3): >>>import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862eac10> <<< 7222 1726884008.62511: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862ea520> <<< 7222 1726884008.62541: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438607cee0> <<< 7222 1726884008.62581: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/providers/aws.py <<< 7222 1726884008.62597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc' import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438607cc10> <<< 7222 1726884008.62627: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/providers/azure.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc' <<< 7222 1726884008.62674: stdout chunk (state=3): >>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860908e0> <<< 7222 1726884008.62700: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/providers/gcp.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc' <<< 7222 1726884008.62715: stdout chunk (state=3): >>>import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386090cd0> <<< 7222 1726884008.62751: stdout chunk (state=3): >>>import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d24f0> <<< 7222 1726884008.62799: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862c3850> <<< 7222 1726884008.62831: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc' import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860ac2b0> <<< 7222 1726884008.62866: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860ac640> <<< 7222 1726884008.62911: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860ac760> <<< 7222 1726884008.62935: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py <<< 7222 1726884008.62979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc' <<< 7222 1726884008.63028: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438603f0d0> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860ac820> <<< 7222 1726884008.63054: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc' <<< 7222 1726884008.63091: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py <<< 7222 1726884008.63121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc' <<< 7222 1726884008.63151: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc' <<< 7222 1726884008.63166: stdout chunk (state=3): >>>import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438604d130> <<< 7222 1726884008.63195: stdout chunk (state=3): >>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438603fa30> <<< 7222 1726884008.63223: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py <<< 7222 1726884008.63244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc' <<< 7222 1726884008.63264: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py <<< 7222 1726884008.63319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc' <<< 7222 1726884008.63365: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py <<< 7222 1726884008.63378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc' <<< 7222 1726884008.63403: stdout chunk (state=3): >>>import 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ff38e0> <<< 7222 1726884008.63436: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py <<< 7222 1726884008.63451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fff520> <<< 7222 1726884008.63523: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438604deb0> <<< 7222 1726884008.63549: stdout chunk (state=3): >>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438604d6d0> <<< 7222 1726884008.63584: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860629d0> <<< 7222 1726884008.63618: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py <<< 7222 1726884008.63638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc' <<< 7222 1726884008.63661: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc' <<< 7222 1726884008.63698: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py <<< 7222 1726884008.63711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386019c10> <<< 7222 1726884008.63744: stdout chunk (state=3): >>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386019340> <<< 7222 1726884008.63776: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc' import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386019dc0> <<< 7222 1726884008.63859: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d280> # /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc' <<< 7222 1726884008.63887: stdout chunk (state=3): >>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438602d400> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d2b0> <<< 7222 1726884008.63926: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d3a0> <<< 7222 1726884008.63958: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.64456: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.9/site-packages/gi # /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602dcd0> # extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438602db20> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d4f0> # /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fcc910> # /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fcca00> # /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fccd00> # /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fdc310> <<< 7222 1726884008.64491: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fcc2b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fb8e50> <<< 7222 1726884008.64518: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.64548: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fcc430> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fb8af0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d8b0> <<< 7222 1726884008.64593: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py <<< 7222 1726884008.64621: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc' <<< 7222 1726884008.64659: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ecc460> <<< 7222 1726884008.64693: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc' <<< 7222 1726884008.64713: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py <<< 7222 1726884008.64741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc' <<< 7222 1726884008.64766: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py <<< 7222 1726884008.64844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc' <<< 7222 1726884008.64943: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ee4ee0> <<< 7222 1726884008.65010: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385eccca0> <<< 7222 1726884008.65534: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ecc7f0> <<< 7222 1726884008.65553: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fdcf10> # /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/dbus_utils.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc' # /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py # code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e94d60> # /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc' # /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385eb22e0> <<< 7222 1726884008.65594: stdout chunk (state=3): >>># extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so' # extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4385eb2eb0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e94df0> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e94730> <<< 7222 1726884008.65653: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc' <<< 7222 1726884008.65699: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py # code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc' <<< 7222 1726884008.65753: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py # code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc' <<< 7222 1726884008.65781: stdout chunk (state=3): >>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ec1f10> <<< 7222 1726884008.65938: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ec13d0> <<< 7222 1726884008.65989: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e97820> <<< 7222 1726884008.66027: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386062850> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438603fee0> <<< 7222 1726884008.66109: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438632c520> <<< 7222 1726884008.66143: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/model/__init__.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.66158: stdout chunk (state=3): >>>import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862b97f0> <<< 7222 1726884008.66197: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/model/ent_cert.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e45dc0> <<< 7222 1726884008.66221: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py <<< 7222 1726884008.66257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc' <<< 7222 1726884008.66332: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e45f40> <<< 7222 1726884008.66376: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438635cee0> <<< 7222 1726884008.66420: stdout chunk (state=3): >>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386439970> <<< 7222 1726884008.66449: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc' <<< 7222 1726884008.66484: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cert_sorter.py <<< 7222 1726884008.66501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc' <<< 7222 1726884008.66537: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc' import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385df76a0> <<< 7222 1726884008.66575: stdout chunk (state=3): >>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e67b20> <<< 7222 1726884008.66592: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc' <<< 7222 1726884008.66615: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py <<< 7222 1726884008.66639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc' <<< 7222 1726884008.66668: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc' <<< 7222 1726884008.66712: stdout chunk (state=3): >>>import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e030d0> <<< 7222 1726884008.66727: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e03370> <<< 7222 1726884008.66757: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc' <<< 7222 1726884008.66783: stdout chunk (state=3): >>>import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e035b0> <<< 7222 1726884008.66818: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e037f0> <<< 7222 1726884008.66846: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc' <<< 7222 1726884008.66887: stdout chunk (state=3): >>>import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e039d0> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385df7c40> <<< 7222 1726884008.66948: stdout chunk (state=3): >>>import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385df7970> <<< 7222 1726884008.66977: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385df7e50> <<< 7222 1726884008.67030: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc' import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e133a0> <<< 7222 1726884008.67066: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e13850> <<< 7222 1726884008.67107: stdout chunk (state=3): >>>import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e134c0> <<< 7222 1726884008.67153: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc' <<< 7222 1726884008.67224: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc' import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385daf160> <<< 7222 1726884008.67269: stdout chunk (state=3): >>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e13ca0> <<< 7222 1726884008.67299: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py <<< 7222 1726884008.67331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc' import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e13df0> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864463a0> <<< 7222 1726884008.67370: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py <<< 7222 1726884008.67403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884008.67456: stdout chunk (state=3): >>># extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so' # extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so' import 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4385dbdaf0> <<< 7222 1726884008.67548: stdout chunk (state=3): >>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386439670> <<< 7222 1726884008.67565: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864c14f0> <<< 7222 1726884008.67599: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/subscription-manager.py <<< 7222 1726884008.67628: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc' <<< 7222 1726884008.67657: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/action_client.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/base_action_client.py <<< 7222 1726884008.67685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc' import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dd3610> <<< 7222 1726884008.67715: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py <<< 7222 1726884008.67729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc' <<< 7222 1726884008.67757: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/content_action_client.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc' <<< 7222 1726884008.67782: stdout chunk (state=3): >>>import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dde8e0> <<< 7222 1726884008.67813: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc' <<< 7222 1726884008.67841: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc' <<< 7222 1726884008.67877: stdout chunk (state=3): >>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385de5670> <<< 7222 1726884008.67925: stdout chunk (state=3): >>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ddef10> <<< 7222 1726884008.67970: stdout chunk (state=3): >>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dd3ac0> <<< 7222 1726884008.68002: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dde340> <<< 7222 1726884008.68039: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc' <<< 7222 1726884008.68065: stdout chunk (state=3): >>>import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dee610> <<< 7222 1726884008.68092: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc' import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dee820> <<< 7222 1726884008.68128: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385deeb20> <<< 7222 1726884008.68164: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385deedf0> <<< 7222 1726884008.68196: stdout chunk (state=3): >>>import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dbdfa0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dbdca0> <<< 7222 1726884008.68234: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/upload-profile.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc' import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dd3460> <<< 7222 1726884009.89360: stdout chunk (state=3): >>> <<< 7222 1726884009.89388: stdout chunk (state=3): >>>{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["openssh", "openssh-clients"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 7222 1726884009.92118: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 7222 1726884009.92194: stdout chunk (state=3): >>># destroy __main__ <<< 7222 1726884009.93570: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv <<< 7222 1726884009.93654: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 7222 1726884009.93697: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin <<< 7222 1726884009.93854: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp <<< 7222 1726884009.93907: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix <<< 7222 1726884009.93978: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport <<< 7222 1726884009.94114: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 <<< 7222 1726884009.94321: stdout chunk (state=3): >>># cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat<<< 7222 1726884009.94442: stdout chunk (state=3): >>> # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants <<< 7222 1726884009.94565: stdout chunk (state=3): >>># cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib <<< 7222 1726884009.94669: stdout chunk (state=3): >>># destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64<<< 7222 1726884009.94711: stdout chunk (state=3): >>> # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # cleanup[2] removing tokenize # cleanup[2] removing linecache<<< 7222 1726884009.94858: stdout chunk (state=3): >>> # 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 # 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 # 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 <<< 7222 1726884009.94899: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils <<< 7222 1726884009.94929: stdout chunk (state=3): >>># 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing urllib # cleanup[2] removing urllib.parse # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing uu # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy<<< 7222 1726884009.95011: stdout chunk (state=3): >>> # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing gc # cleanup[2] removing email.mime.text<<< 7222 1726884009.95050: stdout chunk (state=3): >>> # cleanup[2] removing configparser # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo<<< 7222 1726884009.95112: stdout chunk (state=3): >>> # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing gpg._gpgme # cleanup[2] removing gpg.gpgme # cleanup[2] removing gpg.util # cleanup[2] removing gpg.errors # cleanup[2] removing gpg.constants.data.encoding<<< 7222 1726884009.95151: stdout chunk (state=3): >>> # cleanup[2] removing gpg.constants.data # cleanup[2] removing gpg.constants.keylist.mode # cleanup[2] removing gpg.constants.keylist # cleanup[2] removing gpg.constants.sig.mode # cleanup[2] removing gpg.constants.sig.notation # cleanup[2] removing gpg.constants.sig # cleanup[2] removing gpg.constants.tofu.policy # cleanup[2] removing gpg.constants.tofu # cleanup[2] removing gpg.constants.create # cleanup[2] removing gpg.constants.event # cleanup[2] removing gpg.constants.import_type # cleanup[2] removing gpg.constants.keysign # cleanup[2] removing gpg.constants.md # cleanup[2] removing gpg.constants.pk # cleanup[2] removing gpg.constants.protocol # cleanup[2] removing gpg.constants.sigsum # cleanup[2] removing gpg.constants.status # cleanup[2] removing gpg.constants.validity # cleanup[2] removing gpg.constants # cleanup[2] removing gpg.core # cleanup[2] removing termios # cleanup[2] removing getpass # destroy getpass # cleanup[2] removing gpg.callbacks # cleanup[2] removing gpg.version # cleanup[2] removing gpg # destroy gpg # destroy gpg.core # destroy gpg.callbacks # destroy gpg.version # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin<<< 7222 1726884009.95180: stdout chunk (state=3): >>> # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias<<< 7222 1726884009.95235: stdout chunk (state=3): >>> # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade<<< 7222 1726884009.95285: stdout chunk (state=3): >>> # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3<<< 7222 1726884009.95328: stdout chunk (state=3): >>> # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat<<< 7222 1726884009.95371: stdout chunk (state=3): >>> # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser<<< 7222 1726884009.95395: stdout chunk (state=3): >>> # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing ntpath # cleanup[2] removing pathlib # destroy pathlib<<< 7222 1726884009.95435: stdout chunk (state=3): >>> # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe<<< 7222 1726884009.95468: stdout chunk (state=3): >>> # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages.ssl_match_hostname # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection<<< 7222 1726884009.95482: stdout chunk (state=3): >>> # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing chardet.enums # cleanup[2] removing chardet.charsetprober<<< 7222 1726884009.95531: stdout chunk (state=3): >>> # cleanup[2] removing chardet.charsetgroupprober # cleanup[2] removing chardet.codingstatemachine # cleanup[2] removing chardet.escsm # cleanup[2] removing chardet.escprober # cleanup[2] removing chardet.latin1prober # cleanup[2] removing chardet.mbcssm # cleanup[2] removing chardet.utf8prober # cleanup[2] removing chardet.mbcharsetprober # cleanup[2] removing chardet.euctwfreq # cleanup[2] removing chardet.euckrfreq # cleanup[2] removing chardet.gb2312freq # cleanup[2] removing chardet.big5freq # cleanup[2] removing chardet.jisfreq # cleanup[2] removing chardet.chardistribution # cleanup[2] removing chardet.jpcntx # cleanup[2] removing chardet.sjisprober # cleanup[2] removing chardet.eucjpprober # cleanup[2] removing chardet.gb2312prober # cleanup[2] removing chardet.euckrprober # cleanup[2] removing chardet.cp949prober # cleanup[2] removing chardet.big5prober # cleanup[2] removing chardet.euctwprober # cleanup[2] removing chardet.mbcsgroupprober<<< 7222 1726884009.95571: stdout chunk (state=3): >>> # cleanup[2] removing chardet.hebrewprober # cleanup[2] removing chardet.sbcharsetprober # cleanup[2] removing chardet.langbulgarianmodel # cleanup[2] removing chardet.langgreekmodel # cleanup[2] removing chardet.langhebrewmodel # cleanup[2] removing chardet.langrussianmodel # cleanup[2] removing chardet.langthaimodel # cleanup[2] removing chardet.langturkishmodel # cleanup[2] removing chardet.sbcsgroupprober # cleanup[2] removing chardet.universaldetector # cleanup[2] removing chardet.version # cleanup[2] removing chardet # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests.certs # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout<<< 7222 1726884009.95599: stdout chunk (state=3): >>> # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.chardet.enums<<< 7222 1726884009.95632: stdout chunk (state=3): >>> # cleanup[2] removing requests.packages.chardet.charsetprober # cleanup[2] removing requests.packages.chardet.charsetgroupprober # cleanup[2] removing requests.packages.chardet.codingstatemachine # cleanup[2] removing requests.packages.chardet.escsm # cleanup[2] removing requests.packages.chardet.escprober # cleanup[2] removing requests.packages.chardet.latin1prober # cleanup[2] removing requests.packages.chardet.mbcssm # cleanup[2] removing requests.packages.chardet.utf8prober # cleanup[2] removing requests.packages.chardet.mbcharsetprober # cleanup[2] removing requests.packages.chardet.euctwfreq # cleanup[2] removing requests.packages.chardet.euckrfreq # cleanup[2] removing requests.packages.chardet.gb2312freq # cleanup[2] removing requests.packages.chardet.big5freq # cleanup[2] removing requests.packages.chardet.jisfreq # cleanup[2] removing requests.packages.chardet.chardistribution # cleanup[2] removing requests.packages.chardet.jpcntx # cleanup[2] removing requests.packages.chardet.sjisprober # cleanup[2] removing requests.packages.chardet.eucjpprober # cleanup[2] removing requests.packages.chardet.gb2312prober # cleanup[2] removing requests.packages.chardet.euckrprober # cleanup[2] removing requests.packages.chardet.cp949prober # cleanup[2] removing requests.packages.chardet.big5prober # cleanup[2] removing requests.packages.chardet.euctwprober # cleanup[2] removing requests.packages.chardet.mbcsgroupprober <<< 7222 1726884009.95667: stdout chunk (state=3): >>># cleanup[2] removing requests.packages.chardet.hebrewprober # cleanup[2] removing requests.packages.chardet.sbcharsetprober # cleanup[2] removing requests.packages.chardet.langbulgarianmodel # cleanup[2] removing requests.packages.chardet.langgreekmodel # cleanup[2] removing requests.packages.chardet.langhebrewmodel # cleanup[2] removing requests.packages.chardet.langrussianmodel # cleanup[2] removing requests.packages.chardet.langthaimodel # cleanup[2] removing requests.packages.chardet.langturkishmodel # cleanup[2] removing requests.packages.chardet.sbcsgroupprober # cleanup[2] removing requests.packages.chardet.universaldetector # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.auth # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing socks <<< 7222 1726884009.95701: stdout chunk (state=3): >>># cleanup[2] removing urllib3.contrib.socks # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils<<< 7222 1726884009.95782: stdout chunk (state=3): >>> # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing asyncore # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module<<< 7222 1726884009.95820: stdout chunk (state=3): >>> # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights<<< 7222 1726884009.95842: stdout chunk (state=3): >>> # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin<<< 7222 1726884009.95877: stdout chunk (state=3): >>> # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib<<< 7222 1726884009.96555: stdout chunk (state=3): >>> # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile <<< 7222 1726884009.97476: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7222 1726884009.97501: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7222 1726884009.97542: stdout chunk (state=3): >>># destroy selinux # destroy distro <<< 7222 1726884009.97600: stdout chunk (state=3): >>># destroy netrc <<< 7222 1726884009.97649: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 7222 1726884009.97764: stdout chunk (state=3): >>># destroy systemd.journal <<< 7222 1726884009.97812: stdout chunk (state=3): >>># destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo <<< 7222 1726884009.97907: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib <<< 7222 1726884009.98046: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding <<< 7222 1726884009.98179: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity <<< 7222 1726884009.98319: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons <<< 7222 1726884009.98389: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil <<< 7222 1726884009.99082: stdout chunk (state=3): >>># cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides <<< 7222 1726884009.99155: stdout chunk (state=3): >>># destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy asyncore # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.exceptions # destroy requests.compat # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.hooks # destroy requests.auth # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping urllib3.contrib.socks # destroy socks # cleanup[3] wiping encodings.idna<<< 7222 1726884009.99243: stdout chunk (state=3): >>> # destroy stringprep # cleanup[3] wiping requests.packages.chardet # destroy chardet.enums # destroy chardet.charsetprober # destroy chardet.charsetgroupprober # destroy chardet.codingstatemachine # destroy chardet.escsm # destroy chardet.escprober # destroy chardet.latin1prober # destroy chardet.mbcssm # destroy chardet.utf8prober # destroy chardet.mbcharsetprober # destroy chardet.euctwfreq # destroy chardet.euckrfreq # destroy chardet.gb2312freq # destroy chardet.big5freq # destroy chardet.jisfreq # destroy chardet.chardistribution # destroy chardet.jpcntx # destroy chardet.sjisprober # destroy chardet.eucjpprober # destroy chardet.gb2312prober # destroy chardet.euckrprober # destroy chardet.cp949prober # destroy chardet.big5prober # destroy chardet.euctwprober # destroy chardet.mbcsgroupprober <<< 7222 1726884009.99409: stdout chunk (state=3): >>># destroy chardet.hebrewprober # destroy chardet.sbcharsetprober # destroy chardet.langbulgarianmodel # destroy chardet.langgreekmodel # destroy chardet.langhebrewmodel # destroy chardet.langrussianmodel # destroy chardet.langthaimodel # destroy chardet.langturkishmodel # destroy chardet.sbcsgroupprober # destroy chardet.universaldetector # destroy chardet.version # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # destroy urllib3.contrib.socks # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six<<< 7222 1726884009.99449: stdout chunk (state=3): >>> # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # destroy urllib3.packages.ssl_match_hostname # cleanup[3] wiping http.cookies # cleanup[3] wiping requests.certs # cleanup[3] wiping chardet # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils <<< 7222 1726884009.99500: stdout chunk (state=3): >>># destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils<<< 7222 1726884009.99565: stdout chunk (state=3): >>> # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https<<< 7222 1726884009.99652: stdout chunk (state=3): >>> # cleanup[3] wiping ntpath # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman<<< 7222 1726884009.99690: stdout chunk (state=3): >>> # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # cleanup[3] wiping pyexpat.model # cleanup[3] wiping pyexpat.errors # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _sqlite3 # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six<<< 7222 1726884009.99775: stdout chunk (state=3): >>> # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf<<< 7222 1726884009.99802: stdout chunk (state=3): >>> # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo<<< 7222 1726884009.99924: stdout chunk (state=3): >>> # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping termios # cleanup[3] wiping gpg.constants # destroy gpg.constants.data # destroy gpg.constants.data.encoding # destroy gpg.constants.keylist # destroy gpg.constants.keylist.mode # destroy gpg.constants.sig # destroy gpg.constants.sig.mode # destroy gpg.constants.sig.notation # destroy gpg.constants.tofu # destroy gpg.constants.tofu.policy<<< 7222 1726884009.99956: stdout chunk (state=3): >>> # destroy gpg.constants.create # destroy gpg.constants.event # destroy gpg.constants.import_type # destroy gpg.constants.keysign # destroy gpg.constants.md # destroy gpg.constants.pk # destroy gpg.constants.protocol # destroy gpg.constants.sigsum # destroy gpg.constants.status # destroy gpg.constants.validity<<< 7222 1726884009.99970: stdout chunk (state=3): >>> # cleanup[3] wiping gpg.errors # cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.gpgme<<< 7222 1726884010.00049: stdout chunk (state=3): >>> # cleanup[3] wiping gpg._gpgme <<< 7222 1726884010.00078: stdout chunk (state=3): >>># cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction<<< 7222 1726884010.00117: stdout chunk (state=3): >>> # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module <<< 7222 1726884010.00168: stdout chunk (state=3): >>># destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo<<< 7222 1726884010.00217: stdout chunk (state=3): >>> # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gc # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request<<< 7222 1726884010.00261: stdout chunk (state=3): >>> # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application<<< 7222 1726884010.00277: stdout chunk (state=3): >>> # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message<<< 7222 1726884010.00368: stdout chunk (state=3): >>> # destroy uu # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping urllib.parse # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request<<< 7222 1726884010.00411: stdout chunk (state=3): >>> # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email<<< 7222 1726884010.00464: stdout chunk (state=3): >>> # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager<<< 7222 1726884010.00504: stdout chunk (state=3): >>> # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc<<< 7222 1726884010.00540: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # destroy array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128<<< 7222 1726884010.00582: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex <<< 7222 1726884010.00619: stdout chunk (state=3): >>># cleanup[3] wiping platform # cleanup[3] wiping subprocess # cleanup[3] wiping selectors<<< 7222 1726884010.00685: stdout chunk (state=3): >>> # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit <<< 7222 1726884010.00783: stdout chunk (state=3): >>># destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile<<< 7222 1726884010.00833: stdout chunk (state=3): >>> # destroy bz2 # destroy lzma # cleanup[3] wiping tempfile # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch<<< 7222 1726884010.00898: stdout chunk (state=3): >>> # cleanup[3] wiping weakref # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib.abc # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib.machinery # destroy importlib.abc # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64<<< 7222 1726884010.00978: stdout chunk (state=3): >>> # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools<<< 7222 1726884010.01070: stdout chunk (state=3): >>> # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat<<< 7222 1726884010.01170: stdout chunk (state=3): >>> # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # 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 # destroy _imp<<< 7222 1726884010.01186: stdout chunk (state=3): >>> # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7222 1726884010.01388: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy _queue<<< 7222 1726884010.01427: stdout chunk (state=3): >>> # destroy _ssl # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _string # destroy _datetime # destroy _posixsubprocess <<< 7222 1726884010.02073: stdout chunk (state=3): >>># destroy _blake2 # destroy _random # destroy _bisect # destroy grp # destroy zlib # destroy _signal # destroy marshal <<< 7222 1726884010.03649: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy _elementtree <<< 7222 1726884010.03861: stdout chunk (state=3): >>># destroy _heapq # destroy zipimport # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _compat_pickle # destroy _pickle # destroy libdnf._error # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap # destroy ansible.module_utils.six.moves.urllib # destroy stat # destroy selectors # 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 ansible.module_utils.six.moves # destroy _operator # destroy gzip <<< 7222 1726884010.03934: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmiinfo # destroy requests <<< 7222 1726884010.03952: stdout chunk (state=3): >>># destroy iniparse.ini <<< 7222 1726884010.04351: stdout chunk (state=3): >>># destroy enum # destroy signal <<< 7222 1726884010.04380: stdout chunk (state=3): >>># destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy importlib # destroy inspect # destroy gc # destroy math # destroy dateutil.parser._parser # destroy _stat # destroy http.cookies <<< 7222 1726884010.04428: stdout chunk (state=3): >>># destroy urllib.parse <<< 7222 1726884010.04507: stdout chunk (state=3): >>># destroy _weakref # destroy ntpath # destroy posix <<< 7222 1726884010.05080: stdout chunk (state=3): >>># destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy _opcode # destroy requests.sessions <<< 7222 1726884010.05187: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy traceback # destroy dnf.yum.misc # destroy glob # destroy curses # destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check <<< 7222 1726884010.05225: stdout chunk (state=3): >>># destroy dnf.cli.commands.clean <<< 7222 1726884010.05229: stdout chunk (state=3): >>># destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist<<< 7222 1726884010.05244: stdout chunk (state=3): >>> # destroy dnf.cli.commands.distrosync<<< 7222 1726884010.05421: stdout chunk (state=3): >>> # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group <<< 7222 1726884010.05492: stdout chunk (state=3): >>># destroy dnf.cli.commands.history <<< 7222 1726884010.05495: stdout chunk (state=3): >>># destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache<<< 7222 1726884010.05497: stdout chunk (state=3): >>> # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module<<< 7222 1726884010.05500: stdout chunk (state=3): >>> # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm <<< 7222 1726884010.05502: stdout chunk (state=3): >>># destroy hawkey<<< 7222 1726884010.05504: stdout chunk (state=3): >>> # destroy dnf.cli.output # destroy dnf<<< 7222 1726884010.05507: stdout chunk (state=3): >>> # destroy _thread <<< 7222 1726884010.05509: stdout chunk (state=3): >>># destroy _warnings <<< 7222 1726884010.05512: stdout chunk (state=3): >>># destroy configparser # destroy fnmatch # destroy pyinotify # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3._collections # destroy urllib3.connection <<< 7222 1726884010.05515: stdout chunk (state=3): >>># destroy urllib3.fields # destroy urllib3.filepost<<< 7222 1726884010.05518: stdout chunk (state=3): >>> # destroy urllib3.request <<< 7222 1726884010.05520: stdout chunk (state=3): >>># destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy copy<<< 7222 1726884010.05523: stdout chunk (state=3): >>> # destroy contextlib # destroy tempfile <<< 7222 1726884010.05526: stdout chunk (state=3): >>># destroy zipfile # destroy requests.certs<<< 7222 1726884010.05528: stdout chunk (state=3): >>> <<< 7222 1726884010.05531: stdout chunk (state=3): >>># destroy hashlib <<< 7222 1726884010.05533: stdout chunk (state=3): >>># destroy encodings<<< 7222 1726884010.05536: stdout chunk (state=3): >>> # destroy http.cookiejar <<< 7222 1726884010.05539: stdout chunk (state=3): >>># destroy chardet <<< 7222 1726884010.05553: stdout chunk (state=3): >>># destroy json <<< 7222 1726884010.05650: stdout chunk (state=3): >>># destroy calendar # destroy dateutil.tz # destroy six <<< 7222 1726884010.05726: stdout chunk (state=3): >>># destroy codecs <<< 7222 1726884010.05784: stdout chunk (state=3): >>># destroy gpg.gpgme # destroy gpg.constants <<< 7222 1726884010.05804: stdout chunk (state=3): >>># destroy gpg.errors # destroy gpg.util <<< 7222 1726884010.06016: stdout chunk (state=3): >>># destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser <<< 7222 1726884010.06082: stdout chunk (state=3): >>># destroy subprocess # destroy rhsmlib.facts.collector # destroy itertools <<< 7222 1726884010.06098: stdout chunk (state=3): >>># destroy http.client # destroy email <<< 7222 1726884010.06230: stdout chunk (state=3): >>># destroy string # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config<<< 7222 1726884010.06416: stdout chunk (state=3): >>> # destroy subscription_manager.injection # destroy errno # destroy select # destroy urllib3.contrib._appengine_environ # destroy hmac # destroy warnings # destroy binascii # destroy urllib3.packages.six # destroy _hashlib # destroy ssl # destroy posixpath # destroy urllib # destroy io # destroy io # destroy _lzma # destroy _compression # destroy idna.idnadata <<< 7222 1726884010.06432: stdout chunk (state=3): >>># destroy bisect # destroy unicodedata # destroy re <<< 7222 1726884010.06524: stdout chunk (state=3): >>># destroy pyexpat # destroy threading # destroy functools # destroy logging # destroy socket # destroy struct <<< 7222 1726884010.06741: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 7222 1726884010.06758: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7222 1726884010.08165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. <<< 7222 1726884010.08175: stdout chunk (state=3): >>><<< 7222 1726884010.08187: stderr chunk (state=3): >>><<< 7222 1726884010.08596: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a373dc0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a3183a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a373b20> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a373ac0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a318490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a318940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a318670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2cf190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2cf220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2f2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2cf940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a330880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2c8d90> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a2f2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a318970> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a26eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a271f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a267610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a26d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a26e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389f6ed90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f6e880> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f6ee80> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f6ef40> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f6ee50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389fc7d00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389fc05e0> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389fd4640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a275e20> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389f80c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389fc7220> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389fd4250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a27b9d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f80f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f80d60> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f80cd0> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f54340> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f54430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f88f70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f82a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f824c0> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389ea1190> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f3ecd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f82e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438a27b040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389eb3ac0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389eb3df0> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389ec5700> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389ec5c40> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e53370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389eb3ee0> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e63250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389ec5580> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e63310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f809a0> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e7f670> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e7f940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389e7f730> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e7f820> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e7fc70> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389e8d1c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389e7f8b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389e72a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389f80580> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389e7fa60> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4389da2640> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799760> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389799160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799eb0> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799fa0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799cd0> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389799f10> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389799100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389751190> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438970cfa0> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438970cdc0> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438970c430> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389780dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897803d0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389780f10> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897ceb20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896e5c70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896e5340> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897a0430> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896e5460> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896e5490> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896de0a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897f9880> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896db940> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897f9130> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896de3a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896db8e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896db730> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896d16a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43896d15e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897df6a0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438975fac0> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438975e970> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389761ee0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438975f520> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896cf910> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43892b2640> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896ab730> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438925c040> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897559a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438979b190> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389695940> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438979bbe0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896b8a00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438969e400> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389699d00> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/__init__.py # code object from '/usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43892b2160> # /usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/__init__.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438975e400> # /usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/application.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc matches /usr/lib64/python3.9/email/encoders.py # code object from '/usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc matches /usr/lib64/python3.9/quopri.py # code object from '/usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43891124c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389112e80> # /usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/email/errors.py # code object from '/usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896ab130> # /usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/base.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/email/policy.py # code object from '/usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc matches /usr/lib64/python3.9/email/_policybase.py # code object from '/usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc matches /usr/lib64/python3.9/email/header.py # code object from '/usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc matches /usr/lib64/python3.9/email/quoprimime.py # code object from '/usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389695790> # /usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc matches /usr/lib64/python3.9/email/base64mime.py # code object from '/usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897f9580> # /usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc matches /usr/lib64/python3.9/email/charset.py # code object from '/usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43897f9220> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389695490> # /usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/email/utils.py # code object from '/usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc' # /usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/urllib/__init__.py # code object from '/usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ff4ac0> # /usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc matches /usr/lib64/python3.9/urllib/parse.py # code object from '/usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ff4b20> # /usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc matches /usr/lib64/python3.9/email/_parseaddr.py # code object from '/usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc matches /usr/lib64/python3.9/calendar.py # code object from '/usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fe4970> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438901f280> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ff43d0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438928bd60> # /usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc matches /usr/lib64/python3.9/email/headerregistry.py # code object from '/usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc matches /usr/lib64/python3.9/email/_header_value_parser.py # code object from '/usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc matches /usr/lib64/python3.9/email/_encoded_words.py # code object from '/usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438928d940> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fb6130> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fe4cd0> # /usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc matches /usr/lib64/python3.9/email/contentmanager.py # code object from '/usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc matches /usr/lib64/python3.9/email/message.py # code object from '/usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc matches /usr/lib64/python3.9/uu.py # code object from '/usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc' import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438906b6d0> # /usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc matches /usr/lib64/python3.9/email/iterators.py # code object from '/usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438906b490> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438924a490> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fb6310> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438928b130> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43891122b0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389112a90> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43896de8e0> # /usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/multipart.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438979b970> # /usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc matches /usr/lib64/python3.9/email/parser.py # code object from '/usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc' # /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc matches /usr/lib64/python3.9/email/feedparser.py # code object from '/usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438906b1f0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43891127f0> # /usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/http/__init__.py # code object from '/usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389003160> # /usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc matches /usr/lib64/python3.9/http/client.py # code object from '/usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc matches /usr/lib64/python3.9/ssl.py # code object from '/usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4389066760> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438900ba00> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438906b430> # /usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc matches /usr/lib64/python3.9/mimetypes.py # code object from '/usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438900b130> # /usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc matches /usr/lib64/python3.9/netrc.py # code object from '/usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fff640> # /usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/urllib/error.py # code object from '/usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc' # /usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc matches /usr/lib64/python3.9/urllib/response.py # code object from '/usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389058370> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388fff460> # /usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc matches /usr/lib64/python3.9/urllib/request.py # code object from '/usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890588b0> # /usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc matches /usr/lib64/python3.9/http/cookiejar.py # code object from '/usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4389050400> # /usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc matches /usr/lib64/python3.9/gzip.py # code object from '/usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388d83c40> # zipimport: zlib available import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_majpwtvf/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py # zipimport: zlib available import 'gc' # # /usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/pycomp.cpython-39.pyc' # /usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc matches /usr/lib64/python3.9/email/mime/text.py # code object from '/usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6be0> # /usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc matches /usr/lib64/python3.9/configparser.py # code object from '/usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6d60> # /usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc matches /usr/lib64/python3.9/queue.py # code object from '/usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc' # extension module '_queue' loaded from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4388d37490> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6fd0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce62b0> # /usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/const.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/const.cpython-39.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6040> # /usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/base.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/base.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/error.cpython-39.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.9/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43889d7970> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889d7520> # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/common_types.cpython-39.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.9/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43889804f0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889d79a0> # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/conf.cpython-39.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.9/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43888dfdc0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889f9280> # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/module.cpython-39.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.9/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4387383280> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889b3850> # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/repo.cpython-39.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.9/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4387251e20> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387362520> # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/transaction.cpython-39.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.9/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43871bc9a0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387251fd0> # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/utils.cpython-39.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.9/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43871b5d00> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43871bcf40> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388cf02e0> # /usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/comps.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/comps.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/exceptions.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/i18n.cpython-39.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43870e4ac0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870e42e0> # /usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/util.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/util.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/callback.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/callback.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/__init__.cpython-39.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870f86a0> # /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction.cpython-39.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387105250> # /usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/__init__.cpython-39.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.9/site-packages/rpm/_rpm.cpython-39-x86_64-linux-gnu.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43871057f0> # /usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.9/site-packages/rpm/__pycache__/transaction.cpython-39.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387105c40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4387105310> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870f8730> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870eed60> # /usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.9/site-packages/hawkey/__pycache__/__init__.cpython-39.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.9/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386cb7e80> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870f8130> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43870e4c40> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43871e76d0> # /usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.9/site-packages/libcomps/__pycache__/__init__.cpython-39.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.9/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43871e7eb0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43871e7850> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43889d7220> # /usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/__init__.cpython-39.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386cc6d00> # /usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/history.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.9/site-packages/dnf/yum/__pycache__/misc.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/crypto.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/core.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/core.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/gpgme.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/gpgme.cpython-39.pyc' # extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so' # extension module 'gpg._gpgme' executed from '/usr/lib64/python3.9/site-packages/gpg/_gpgme.cpython-39-x86_64-linux-gnu.so' import 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386b361c0> import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bd6250> # /usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/errors.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/errors.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/util.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/util.cpython-39.pyc' import 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2790> import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386b88df0> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/data/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/data/encoding.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/data/__pycache__/encoding.cpython-39.pyc' import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2e20> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2b50> # /usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keylist/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keylist/mode.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-39.pyc' import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2fa0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2df0> # /usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sig/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sig/mode.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/mode.cpython-39.pyc' import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a160> # /usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sig/notation.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/sig/__pycache__/notation.cpython-39.pyc' import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a1f0> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2ee0> # /usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/tofu/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/tofu/policy.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-39.pyc' import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a370> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2f70> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/create.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/create.cpython-39.pyc' import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2be0> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/event.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/event.cpython-39.pyc' import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a190> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/import_type.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/import_type.cpython-39.pyc' import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a3d0> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/keysign.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/keysign.cpython-39.pyc' import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a460> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/md.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/md.cpython-39.pyc' import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a4f0> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/pk.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/pk.cpython-39.pyc' import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a580> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/protocol.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/protocol.cpython-39.pyc' import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a610> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/sigsum.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/sigsum.cpython-39.pyc' import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a6a0> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/status.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/status.cpython-39.pyc' import 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a730> # /usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/constants/validity.py # code object from '/usr/lib64/python3.9/site-packages/gpg/constants/__pycache__/validity.cpython-39.pyc' import 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a7c0> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be21c0> import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bbd160> # /usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/callbacks.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/callbacks.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc matches /usr/lib64/python3.9/getpass.py # code object from '/usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386a3ab80> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a3a8e0> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be23a0> # /usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gpg/version.py # code object from '/usr/lib64/python3.9/site-packages/gpg/__pycache__/version.cpython-39.pyc' import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386be2970> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bb4c40> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bb4250> # /usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc matches /usr/lib64/python3.9/glob.py # code object from '/usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bb4430> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386ceaaf0> # /usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.9/site-packages/dnf/db/__pycache__/group.cpython-39.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386bb4dc0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386cc6ca0> # /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/config.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/substitutions.cpython-39.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52be0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52490> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386cea8e0> # /usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.9/site-packages/dnf/conf/__pycache__/read.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repo.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repo.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/logging.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/logging.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/lock.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/lock.cpython-39.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869f0250> # /usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc matches /usr/lib64/python3.9/logging/handlers.py # code object from '/usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc matches /usr/lib64/python3.9/pickle.py # code object from '/usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc matches /usr/lib64/python3.9/_compat_pickle.py # code object from '/usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869a2130> # extension module '_pickle' loaded from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43869a21c0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a03640> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869f0670> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869e4a30> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52f40> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52e80> # /usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/dnssec.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/transaction.cpython-39.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869a2f70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869a2730> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386a52d30> # /usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/drpm.cpython-39.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869db8e0> # /usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/goal.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/goal.cpython-39.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c57f0> # /usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/history.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/history.cpython-39.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c5880> # /usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/__init__.cpython-39.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c5a00> # /usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/module_base.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.9/site-packages/libdnf/__pycache__/smartcols.cpython-39.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.9/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43890d7160> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869d6130> # /usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/selector.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/selector.cpython-39.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890d71c0> # /usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.9/site-packages/dnf/module/__pycache__/exceptions.cpython-39.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890d72b0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c59a0> # /usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/persistor.cpython-39.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43869c5f40> # /usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/plugin.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc matches /usr/lib64/python3.9/inspect.py # code object from '/usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc matches /usr/lib64/python3.9/dis.py # code object from '/usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc matches /usr/lib64/python3.9/opcode.py # code object from '/usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438680c370> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438680c130> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867fc970> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890e8970> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890d7e50> # /usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/query.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/query.cpython-39.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890e8c40> # /usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/repodict.cpython-39.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43890f0940> # /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/connection.cpython-39.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386818700> # /usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.9/site-packages/dnf/rpm/__pycache__/miscutils.cpython-39.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386818340> # /usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/sack.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/sack.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/package.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/package.cpython-39.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386828610> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386828130> # /usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/subject.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/subject.cpython-39.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386828490> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6940> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4388ce6820> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/builddep.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnfpluginscore/__pycache__/__init__.cpython-39.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386831f40> # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/cli.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/output.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/format.cpython-39.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867e8f40> # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/progress.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/term.cpython-39.pyc' # /usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/curses/__init__.py # code object from '/usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386781d30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386781bb0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386781370> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386781130> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867d2e80> # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/aliases.cpython-39.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867811c0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/option_parser.cpython-39.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867ac100> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386781e50> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/alias.cpython-39.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438679d970> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-39.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867acf70> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/check.cpython-39.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af160> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/clean.cpython-39.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af2b0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-39.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af8b0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af5e0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-39.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866af970> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-39.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bc5b0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/group.cpython-39.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bc6a0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/history.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/transaction_sr.cpython-39.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bce80> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bca90> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/install.cpython-39.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866bcee0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-39.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866d3ac0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/mark.cpython-39.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866d3be0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/module.cpython-39.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866d3e20> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-39.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866632b0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/remove.cpython-39.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386663ca0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-39.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386663df0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/search.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.9/site-packages/dnf/__pycache__/match_counter.cpython-39.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866724f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866720d0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/shell.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc matches /usr/lib64/python3.9/cmd.py # code object from '/usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386672ee0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386672a30> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/swap.cpython-39.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386672d30> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-39.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866807c0> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-39.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386680f40> # /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-39.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668e250> # /usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.9/site-packages/dnf/cli/__pycache__/demand.cpython-39.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668e340> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867d2460> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867d21c0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386831ca0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/changelog.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_version.cpython-39.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668eeb0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668ebe0> # /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/_parser.cpython-39.pyc' # /usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/six.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/six.cpython-39.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386626580> # /usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc matches /usr/lib64/python3.9/decimal.py # code object from '/usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc matches /usr/lib64/python3.9/numbers.py # code object from '/usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866304c0> # extension module '_decimal' loaded from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386626e20> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386626d90> # /usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/relativedelta.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.9/site-packages/dateutil/__pycache__/_common.cpython-39.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438665c700> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438665c190> # /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/tz.cpython-39.pyc' import 'six.moves' # # /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_common.cpython-39.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865a9a30> # /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/_factories.cpython-39.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865a9c10> # /usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.9/site-packages/dateutil/tz/__pycache__/win.cpython-39.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438665cc70> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438665ca00> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438669a100> # /usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.9/site-packages/dateutil/parser/__pycache__/isoparser.cpython-39.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43866261c0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438668ea90> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43867d21f0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/config_manager.cpython-39.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865ca130> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/copr.cpython-39.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865ca460> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debug.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debug.cpython-39.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43865cacd0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-39.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438655f5e0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/download.cpython-39.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438655fb50> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-39.pyc' # /usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/__init__.py # code object from '/usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc matches /usr/lib64/python3.9/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438656cc10> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656c7f0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656c550> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656c1c0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-39.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656c400> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_compat.cpython-39.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657ab80> # /usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/exceptions.cpython-39.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657ac10> # /usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/types.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/types.cpython-39.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386588250> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657ad90> # /usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_dbus.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/bus.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/connection.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/lowlevel.cpython-39.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438648f2b0> # /usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/proxies.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-39.pyc' # /usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/__init__.py # code object from '/usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386498310> # /usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/__init__.py # code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864982b0> # /usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc matches /usr/lib64/python3.9/xml/parsers/expat.py # code object from '/usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386498460> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864981c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438648fcd0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438648f370> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386596a00> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386588f70> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386588910> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657a7c0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438656cfd0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-39.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438657a910> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repodiff.cpython-39.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438648fd60> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repograph.cpython-39.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386498730> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/repomanage.cpython-39.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864989a0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/reposync.cpython-39.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386498f10> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-39.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864b5700> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/product-id.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864398e0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/productid.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/__init__.cpython-39.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386446b50> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate.cpython-39.pyc' # extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.9/site-packages/rhsm/_certificate.cpython-39-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4386468100> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386446bb0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/config.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/config.cpython-39.pyc' # /usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/ini.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/ini.cpython-39.pyc' # /usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/configparser.cpython-39.pyc' import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864173d0> # /usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/config.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/config.cpython-39.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864174f0> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386409460> # /usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/compat.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/compat.cpython-39.pyc' import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386417fd0> # /usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/iniparse/utils.py # code object from '/usr/lib/python3.9/site-packages/iniparse/__pycache__/utils.cpython-39.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438641c8e0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386409100> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/i18n.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc' import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864091c0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863fea60> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injection.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438641cd90> # /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863b21c0> # /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863b22b0> # /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc' import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863b23d0> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/certificate2.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/certificate2.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/connection.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/connection.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc matches /usr/lib64/python3.9/pathlib.py # code object from '/usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc matches /usr/lib64/python3.9/ntpath.py # code object from '/usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc' import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386388610> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863dbf10> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/https.cpython-39.pyc' import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863ee9a0> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/ourjson.cpython-39.pyc' import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863eea30> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/utils.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/utils.cpython-39.pyc' import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386388280> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438639a370> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863becd0> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/pathtree.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/pathtree.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/bitstream.cpython-39.pyc' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863c9940> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/huffman.cpython-39.pyc' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386347850> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863c9250> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43863b2b80> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386465d60> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/utils.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc matches /usr/lib64/python3.9/pprint.py # code object from '/usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc' import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438636b610> # /usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/branding/__init__.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438636bdc0> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862f9130> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc' import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862f9a60> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc' import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438631a190> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862f9d30> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438636bf70> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438635c850> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repolib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cache.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/profile.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/profile.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d22b0> # /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/provider.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc' import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d2d90> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc' import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d2fd0> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/firmware_info.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc' import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862dabb0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862da790> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862da2e0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d2a30> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc' import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d2b80> # /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/_base_provider.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc' # /usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__init__.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/__init__.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/exceptions.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/ssl_match_hostname.py # code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/ssl_match_hostname.cpython-39.pyc' import 'urllib3.packages.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862889d0> import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386288640> # /usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/packages/six.py # code object from '/usr/lib/python3.9/site-packages/urllib3/packages/__pycache__/six.cpython-39.pyc' import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862886a0> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438627c5e0> # /usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438627c7c0> # /usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connectionpool.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/connection.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/__init__.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/connection.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862338e0> # /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233a90> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/wait.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233c40> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233580> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc' import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233fd0> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233b50> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/retry.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc' import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438623f100> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssl_.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc matches /usr/lib64/python3.9/hmac.py # code object from '/usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438624c310> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/url.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc' import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438624c8e0> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/ssltransport.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc' import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438626ce50> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438623fc40> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/timeout.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438623fb20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233220> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862332e0> # /usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/_collections.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc' import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386233040> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386290ac0> # /usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/request.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/request.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/fields.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc' import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861f38b0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861f34f0> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862a19d0> # /usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/response.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc' import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862a1880> # /usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/util/queue.py # code object from '/usr/lib/python3.9/site-packages/urllib3/util/__pycache__/queue.cpython-39.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861f3d30> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438627c910> # /usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/poolmanager.py # code object from '/usr/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc' import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861ff8e0> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862eaf70> # /usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/__init__.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/universaldetector.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/universaldetector.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetgroupprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetgroupprober.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/enums.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/enums.cpython-39.pyc' import 'chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386218250> # /usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/charsetprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/charsetprober.cpython-39.pyc' import 'chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862184c0> import 'chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438620e070> # /usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escprober.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/codingstatemachine.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/codingstatemachine.cpython-39.pyc' import 'chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386218dc0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/escsm.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/escsm.cpython-39.pyc' import 'chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221160> import 'chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862189a0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/latin1prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/latin1prober.cpython-39.pyc' import 'chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386218c10> # /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcsgroupprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/utf8prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/utf8prober.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcssm.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcssm.cpython-39.pyc' import 'chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221c10> import 'chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862217c0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sjisprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sjisprober.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/mbcharsetprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/mbcharsetprober.cpython-39.pyc' import 'chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221f70> # /usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/chardistribution.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/chardistribution.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwfreq.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwfreq.cpython-39.pyc' import 'chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bb20> # /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrfreq.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrfreq.cpython-39.pyc' import 'chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bbe0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312freq.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312freq.cpython-39.pyc' import 'chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bc70> # /usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5freq.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5freq.cpython-39.pyc' import 'chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bd00> # /usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jisfreq.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jisfreq.cpython-39.pyc' import 'chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bd90> import 'chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622b4c0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/jpcntx.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/jpcntx.cpython-39.pyc' import 'chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438622bf40> import 'chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221af0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/eucjpprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/eucjpprober.cpython-39.pyc' import 'chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386154340> # /usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/gb2312prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/gb2312prober.cpython-39.pyc' import 'chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386154670> # /usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euckrprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euckrprober.cpython-39.pyc' import 'chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861548e0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/cp949prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/cp949prober.cpython-39.pyc' import 'chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386154b80> # /usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/big5prober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/big5prober.cpython-39.pyc' import 'chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386154e20> # /usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/euctwprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/euctwprober.cpython-39.pyc' import 'chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615a100> import 'chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221400> # /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcsgroupprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/hebrewprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/hebrewprober.cpython-39.pyc' import 'chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615a460> # /usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langbulgarianmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc' # /usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/sbcharsetprober.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/sbcharsetprober.cpython-39.pyc' import 'chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615a880> import 'chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615a700> # /usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langgreekmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langgreekmodel.cpython-39.pyc' import 'chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615ad00> # /usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langhebrewmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langhebrewmodel.cpython-39.pyc' import 'chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615ac40> # /usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langrussianmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langrussianmodel.cpython-39.pyc' import 'chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615ab50> # /usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langthaimodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langthaimodel.cpython-39.pyc' import 'chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615aca0> # /usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/langturkishmodel.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/langturkishmodel.cpython-39.pyc' import 'chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386167130> import 'chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386221610> import 'chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438620e880> # /usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc matches /usr/lib/python3.9/site-packages/chardet/version.py # code object from '/usr/lib/python3.9/site-packages/chardet/__pycache__/version.cpython-39.pyc' import 'chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438620e8b0> import 'chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438620e400> # /usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/exceptions.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc' import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862214f0> # /usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/__version__.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438627c370> # /usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/utils.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc' # /usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/certs.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386167fa0> # /usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc' # /usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/compat.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc' # /usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc matches /usr/lib64/python3.9/http/cookies.py # code object from '/usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc' import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860fd550> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860fd340> import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860fd0d0> # /usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/cookies.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc' import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860fd3d0> # /usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/structures.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438610afd0> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438615ac10> # /usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/packages.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc' # /usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/__init__.py # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc' # /usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/package_data.py # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118a30> # /usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/core.py # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc' # /usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/idnadata.py # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125220> # /usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc matches /usr/lib/python3.9/site-packages/idna/intranges.py # code object from '/usr/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43861252e0> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118ac0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118730> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118640> # /usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/models.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc' # /usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc matches /usr/lib64/python3.9/encodings/idna.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc matches /usr/lib64/python3.9/stringprep.py # code object from '/usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860d6190> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125cd0> # /usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/hooks.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125ee0> # /usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/auth.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc' import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125fa0> # /usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc' import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860d6e80> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386118700> # /usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/api.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc' # /usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/sessions.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc' # /usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc matches /usr/lib/python3.9/site-packages/requests/adapters.py # code object from '/usr/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc' # /usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/urllib3/contrib/socks.py # code object from '/usr/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc' # /usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc matches /usr/lib/python3.9/site-packages/socks.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/socks.cpython-39.pyc' import 'socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386087190> import 'urllib3.contrib.socks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438607cdc0> import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438607c2b0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860eb820> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386125b20> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862eac10> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862ea520> # /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438607cee0> # /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/providers/aws.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc' import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438607cc10> # /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/providers/azure.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc' import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860908e0> # /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/cloud_what/providers/gcp.py # code object from '/usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386090cd0> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862d24f0> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862c3850> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc' import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860ac2b0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860ac640> # /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860ac760> # /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/files.py # code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438603f0d0> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860ac820> # /usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc' import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438604d130> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438603fa30> # /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc' # /usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc matches /usr/lib/python3.9/site-packages/pyinotify.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/pyinotify.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc matches /usr/lib64/python3.9/asyncore.py # code object from '/usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc' import 'asyncore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ff38e0> # /usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/util.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fff520> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438604deb0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438604d6d0> # /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43860629d0> # /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/service.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/service.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/decorators.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/decorators.cpython-39.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386019c10> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386019340> # /usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/server.py # code object from '/usr/lib64/python3.9/site-packages/dbus/__pycache__/server.cpython-39.pyc' import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386019dc0> # /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/__init__.cpython-39.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d280> # /usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.9/site-packages/dbus/mainloop/__pycache__/glib.cpython-39.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.9/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438602d400> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d2b0> # /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d3a0> # /usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/__init__.cpython-39.pyc' # possible namespace for /usr/lib/python3.9/site-packages/gi # /usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_error.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_error.cpython-39.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602dcd0> # extension module 'gi._gi' loaded from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.9/site-packages/gi/_gi.cpython-39-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f438602db20> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d4f0> # /usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.9/site-packages/gi/repository/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/importer.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/importer.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/module.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/module.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/types.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/types.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_constants.cpython-39.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fcc910> # /usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/docstring.cpython-39.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fcca00> # /usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_propertyhelper.cpython-39.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fccd00> # /usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_signalhelper.cpython-39.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fdc310> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fcc2b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fb8e50> # /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/__init__.cpython-39.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fcc430> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fb8af0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438602d8b0> # /usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc matches /usr/lib/python3.9/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GLib.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_ossighelper.cpython-39.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ecc460> # /usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/gi/_option.py # code object from '/usr/lib64/python3.9/site-packages/gi/__pycache__/_option.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc matches /usr/lib64/python3.9/optparse.py # code object from '/usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc matches /usr/lib64/python3.9/textwrap.py # code object from '/usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ee4ee0> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385eccca0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ecc7f0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385fdcf10> # /usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/dbus/dbus_utils.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc' # /usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/__init__.py # code object from '/usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e94d60> # /usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc' # /usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc matches /usr/lib64/python3.9/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385eb22e0> # extension module '_elementtree' loaded from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so' # extension module '_elementtree' executed from '/usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4385eb2eb0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e94df0> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e94730> # /usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsm/logutil.py # code object from '/usr/lib64/python3.9/site-packages/rhsm/__pycache__/logutil.cpython-39.pyc' # /usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc matches /usr/lib64/python3.9/logging/config.py # code object from '/usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc matches /usr/lib64/python3.9/socketserver.py # code object from '/usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc' import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ec1f10> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ec13d0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e97820> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386062850> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438603fee0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438632c520> # /usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/model/__init__.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43862b97f0> # /usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/model/ent_cert.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e45dc0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/repofile.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc' import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e45f40> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f438635cee0> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386439970> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cert_sorter.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc' import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385df76a0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e67b20> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc' import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e030d0> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e03370> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc' import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e035b0> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e037f0> # /usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc' import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e039d0> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385df7c40> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385df7970> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identity.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385df7e50> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc' import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e133a0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e13850> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e134c0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/plugins.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc' import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385daf160> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e13ca0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/lock.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc' import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385e13df0> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864463a0> # /usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/librepo/__init__.py # code object from '/usr/lib64/python3.9/site-packages/librepo/__pycache__/__init__.cpython-39.pyc' # extension module 'librepo._librepo' loaded from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so' # extension module 'librepo._librepo' executed from '/usr/lib64/python3.9/site-packages/librepo/_librepo.so' import 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4385dbdaf0> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4386439670> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43864c14f0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/subscription-manager.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/action_client.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc' import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dd3610> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/content_action_client.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc' import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dde8e0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc' # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc' import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385de5670> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385ddef10> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dd3ac0> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dde340> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc' import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dee610> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc' import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dee820> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385deeb20> # /usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385deedf0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dbdfa0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dbdca0> # /usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc matches /usr/lib/python3.9/site-packages/dnf-plugins/upload-profile.py # code object from '/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc' import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4385dd3460> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["openssh", "openssh-clients"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing urllib # cleanup[2] removing urllib.parse # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing uu # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing gc # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing gpg._gpgme # cleanup[2] removing gpg.gpgme # cleanup[2] removing gpg.util # cleanup[2] removing gpg.errors # cleanup[2] removing gpg.constants.data.encoding # cleanup[2] removing gpg.constants.data # cleanup[2] removing gpg.constants.keylist.mode # cleanup[2] removing gpg.constants.keylist # cleanup[2] removing gpg.constants.sig.mode # cleanup[2] removing gpg.constants.sig.notation # cleanup[2] removing gpg.constants.sig # cleanup[2] removing gpg.constants.tofu.policy # cleanup[2] removing gpg.constants.tofu # cleanup[2] removing gpg.constants.create # cleanup[2] removing gpg.constants.event # cleanup[2] removing gpg.constants.import_type # cleanup[2] removing gpg.constants.keysign # cleanup[2] removing gpg.constants.md # cleanup[2] removing gpg.constants.pk # cleanup[2] removing gpg.constants.protocol # cleanup[2] removing gpg.constants.sigsum # cleanup[2] removing gpg.constants.status # cleanup[2] removing gpg.constants.validity # cleanup[2] removing gpg.constants # cleanup[2] removing gpg.core # cleanup[2] removing termios # cleanup[2] removing getpass # destroy getpass # cleanup[2] removing gpg.callbacks # cleanup[2] removing gpg.version # cleanup[2] removing gpg # destroy gpg # destroy gpg.core # destroy gpg.callbacks # destroy gpg.version # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing ntpath # cleanup[2] removing pathlib # destroy pathlib # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages.ssl_match_hostname # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing chardet.enums # cleanup[2] removing chardet.charsetprober # cleanup[2] removing chardet.charsetgroupprober # cleanup[2] removing chardet.codingstatemachine # cleanup[2] removing chardet.escsm # cleanup[2] removing chardet.escprober # cleanup[2] removing chardet.latin1prober # cleanup[2] removing chardet.mbcssm # cleanup[2] removing chardet.utf8prober # cleanup[2] removing chardet.mbcharsetprober # cleanup[2] removing chardet.euctwfreq # cleanup[2] removing chardet.euckrfreq # cleanup[2] removing chardet.gb2312freq # cleanup[2] removing chardet.big5freq # cleanup[2] removing chardet.jisfreq # cleanup[2] removing chardet.chardistribution # cleanup[2] removing chardet.jpcntx # cleanup[2] removing chardet.sjisprober # cleanup[2] removing chardet.eucjpprober # cleanup[2] removing chardet.gb2312prober # cleanup[2] removing chardet.euckrprober # cleanup[2] removing chardet.cp949prober # cleanup[2] removing chardet.big5prober # cleanup[2] removing chardet.euctwprober # cleanup[2] removing chardet.mbcsgroupprober # cleanup[2] removing chardet.hebrewprober # cleanup[2] removing chardet.sbcharsetprober # cleanup[2] removing chardet.langbulgarianmodel # cleanup[2] removing chardet.langgreekmodel # cleanup[2] removing chardet.langhebrewmodel # cleanup[2] removing chardet.langrussianmodel # cleanup[2] removing chardet.langthaimodel # cleanup[2] removing chardet.langturkishmodel # cleanup[2] removing chardet.sbcsgroupprober # cleanup[2] removing chardet.universaldetector # cleanup[2] removing chardet.version # cleanup[2] removing chardet # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests.certs # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.chardet.enums # cleanup[2] removing requests.packages.chardet.charsetprober # cleanup[2] removing requests.packages.chardet.charsetgroupprober # cleanup[2] removing requests.packages.chardet.codingstatemachine # cleanup[2] removing requests.packages.chardet.escsm # cleanup[2] removing requests.packages.chardet.escprober # cleanup[2] removing requests.packages.chardet.latin1prober # cleanup[2] removing requests.packages.chardet.mbcssm # cleanup[2] removing requests.packages.chardet.utf8prober # cleanup[2] removing requests.packages.chardet.mbcharsetprober # cleanup[2] removing requests.packages.chardet.euctwfreq # cleanup[2] removing requests.packages.chardet.euckrfreq # cleanup[2] removing requests.packages.chardet.gb2312freq # cleanup[2] removing requests.packages.chardet.big5freq # cleanup[2] removing requests.packages.chardet.jisfreq # cleanup[2] removing requests.packages.chardet.chardistribution # cleanup[2] removing requests.packages.chardet.jpcntx # cleanup[2] removing requests.packages.chardet.sjisprober # cleanup[2] removing requests.packages.chardet.eucjpprober # cleanup[2] removing requests.packages.chardet.gb2312prober # cleanup[2] removing requests.packages.chardet.euckrprober # cleanup[2] removing requests.packages.chardet.cp949prober # cleanup[2] removing requests.packages.chardet.big5prober # cleanup[2] removing requests.packages.chardet.euctwprober # cleanup[2] removing requests.packages.chardet.mbcsgroupprober # cleanup[2] removing requests.packages.chardet.hebrewprober # cleanup[2] removing requests.packages.chardet.sbcharsetprober # cleanup[2] removing requests.packages.chardet.langbulgarianmodel # cleanup[2] removing requests.packages.chardet.langgreekmodel # cleanup[2] removing requests.packages.chardet.langhebrewmodel # cleanup[2] removing requests.packages.chardet.langrussianmodel # cleanup[2] removing requests.packages.chardet.langthaimodel # cleanup[2] removing requests.packages.chardet.langturkishmodel # cleanup[2] removing requests.packages.chardet.sbcsgroupprober # cleanup[2] removing requests.packages.chardet.universaldetector # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.auth # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing socks # cleanup[2] removing urllib3.contrib.socks # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing asyncore # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile # destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy selinux # destroy distro # destroy netrc # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy systemd.journal # destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy asyncore # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.exceptions # destroy requests.compat # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.hooks # destroy requests.auth # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping urllib3.contrib.socks # destroy socks # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.packages.chardet # destroy chardet.enums # destroy chardet.charsetprober # destroy chardet.charsetgroupprober # destroy chardet.codingstatemachine # destroy chardet.escsm # destroy chardet.escprober # destroy chardet.latin1prober # destroy chardet.mbcssm # destroy chardet.utf8prober # destroy chardet.mbcharsetprober # destroy chardet.euctwfreq # destroy chardet.euckrfreq # destroy chardet.gb2312freq # destroy chardet.big5freq # destroy chardet.jisfreq # destroy chardet.chardistribution # destroy chardet.jpcntx # destroy chardet.sjisprober # destroy chardet.eucjpprober # destroy chardet.gb2312prober # destroy chardet.euckrprober # destroy chardet.cp949prober # destroy chardet.big5prober # destroy chardet.euctwprober # destroy chardet.mbcsgroupprober # destroy chardet.hebrewprober # destroy chardet.sbcharsetprober # destroy chardet.langbulgarianmodel # destroy chardet.langgreekmodel # destroy chardet.langhebrewmodel # destroy chardet.langrussianmodel # destroy chardet.langthaimodel # destroy chardet.langturkishmodel # destroy chardet.sbcsgroupprober # destroy chardet.universaldetector # destroy chardet.version # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # destroy urllib3.contrib.socks # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # destroy urllib3.packages.ssl_match_hostname # cleanup[3] wiping http.cookies # cleanup[3] wiping requests.certs # cleanup[3] wiping chardet # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping ntpath # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # cleanup[3] wiping pyexpat.model # cleanup[3] wiping pyexpat.errors # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _sqlite3 # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping termios # cleanup[3] wiping gpg.constants # destroy gpg.constants.data # destroy gpg.constants.data.encoding # destroy gpg.constants.keylist # destroy gpg.constants.keylist.mode # destroy gpg.constants.sig # destroy gpg.constants.sig.mode # destroy gpg.constants.sig.notation # destroy gpg.constants.tofu # destroy gpg.constants.tofu.policy # destroy gpg.constants.create # destroy gpg.constants.event # destroy gpg.constants.import_type # destroy gpg.constants.keysign # destroy gpg.constants.md # destroy gpg.constants.pk # destroy gpg.constants.protocol # destroy gpg.constants.sigsum # destroy gpg.constants.status # destroy gpg.constants.validity # cleanup[3] wiping gpg.errors # cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.gpgme # cleanup[3] wiping gpg._gpgme # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gc # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy uu # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping urllib.parse # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # destroy array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy bz2 # destroy lzma # cleanup[3] wiping tempfile # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping weakref # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib.abc # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib.machinery # destroy importlib.abc # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # 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 # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy pyexpat.errors # destroy pyexpat.model # destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy _queue # destroy _ssl # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _string # destroy _datetime # destroy _posixsubprocess # destroy _blake2 # destroy _random # destroy _bisect # destroy grp # destroy zlib # destroy _signal # destroy marshal # destroy xml.etree.ElementPath # destroy _elementtree # destroy _heapq # destroy zipimport # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _compat_pickle # destroy _pickle # destroy libdnf._error # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap # destroy ansible.module_utils.six.moves.urllib # destroy stat # destroy selectors # 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 ansible.module_utils.six.moves # destroy _operator # destroy gzip # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy iniparse.ini # destroy enum # destroy signal # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy importlib # destroy inspect # destroy gc # destroy math # destroy dateutil.parser._parser # destroy _stat # destroy http.cookies # destroy urllib.parse # destroy _weakref # destroy ntpath # destroy posix # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy _opcode # destroy requests.sessions # destroy json.scanner # destroy _json # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy traceback # destroy dnf.yum.misc # destroy glob # destroy curses # destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy _thread # destroy _warnings # destroy configparser # destroy fnmatch # destroy pyinotify # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3._collections # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy copy # destroy contextlib # destroy tempfile # destroy zipfile # destroy requests.certs # destroy hashlib # destroy encodings # destroy http.cookiejar # destroy chardet # destroy json # destroy calendar # destroy dateutil.tz # destroy six # destroy codecs # destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors # destroy gpg.util # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy subprocess # destroy rhsmlib.facts.collector # destroy itertools # destroy http.client # destroy email # destroy string # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy errno # destroy select # destroy urllib3.contrib._appengine_environ # destroy hmac # destroy warnings # destroy binascii # destroy urllib3.packages.six # destroy _hashlib # destroy ssl # destroy posixpath # destroy urllib # destroy io # destroy io # destroy _lzma # destroy _compression # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy re # destroy pyexpat # destroy threading # destroy functools # destroy logging # destroy socket # destroy struct # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing urllib # cleanup[2] removing urllib.parse # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing uu # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing gc # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing gpg._gpgme # cleanup[2] removing gpg.gpgme # cleanup[2] removing gpg.util # cleanup[2] removing gpg.errors # cleanup[2] removing gpg.constants.data.encoding # cleanup[2] removing gpg.constants.data # cleanup[2] removing gpg.constants.keylist.mode # cleanup[2] removing gpg.constants.keylist # cleanup[2] removing gpg.constants.sig.mode # cleanup[2] removing gpg.constants.sig.notation # cleanup[2] removing gpg.constants.sig # cleanup[2] removing gpg.constants.tofu.policy # cleanup[2] removing gpg.constants.tofu # cleanup[2] removing gpg.constants.create # cleanup[2] removing gpg.constants.event # cleanup[2] removing gpg.constants.import_type # cleanup[2] removing gpg.constants.keysign # cleanup[2] removing gpg.constants.md # cleanup[2] removing gpg.constants.pk # cleanup[2] removing gpg.constants.protocol # cleanup[2] removing gpg.constants.sigsum # cleanup[2] removing gpg.constants.status # cleanup[2] removing gpg.constants.validity # cleanup[2] removing gpg.constants # cleanup[2] removing gpg.core # cleanup[2] removing termios # cleanup[2] removing getpass # destroy getpass # cleanup[2] removing gpg.callbacks # cleanup[2] removing gpg.version # cleanup[2] removing gpg # destroy gpg # destroy gpg.core # destroy gpg.callbacks # destroy gpg.version # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing ntpath # cleanup[2] removing pathlib # destroy pathlib # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages.ssl_match_hostname # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing chardet.enums # cleanup[2] removing chardet.charsetprober # cleanup[2] removing chardet.charsetgroupprober # cleanup[2] removing chardet.codingstatemachine # cleanup[2] removing chardet.escsm # cleanup[2] removing chardet.escprober # cleanup[2] removing chardet.latin1prober # cleanup[2] removing chardet.mbcssm # cleanup[2] removing chardet.utf8prober # cleanup[2] removing chardet.mbcharsetprober # cleanup[2] removing chardet.euctwfreq # cleanup[2] removing chardet.euckrfreq # cleanup[2] removing chardet.gb2312freq # cleanup[2] removing chardet.big5freq # cleanup[2] removing chardet.jisfreq # cleanup[2] removing chardet.chardistribution # cleanup[2] removing chardet.jpcntx # cleanup[2] removing chardet.sjisprober # cleanup[2] removing chardet.eucjpprober # cleanup[2] removing chardet.gb2312prober # cleanup[2] removing chardet.euckrprober # cleanup[2] removing chardet.cp949prober # cleanup[2] removing chardet.big5prober # cleanup[2] removing chardet.euctwprober # cleanup[2] removing chardet.mbcsgroupprober # cleanup[2] removing chardet.hebrewprober # cleanup[2] removing chardet.sbcharsetprober # cleanup[2] removing chardet.langbulgarianmodel # cleanup[2] removing chardet.langgreekmodel # cleanup[2] removing chardet.langhebrewmodel # cleanup[2] removing chardet.langrussianmodel # cleanup[2] removing chardet.langthaimodel # cleanup[2] removing chardet.langturkishmodel # cleanup[2] removing chardet.sbcsgroupprober # cleanup[2] removing chardet.universaldetector # cleanup[2] removing chardet.version # cleanup[2] removing chardet # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests.certs # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.packages.urllib3.packages.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.chardet.enums # cleanup[2] removing requests.packages.chardet.charsetprober # cleanup[2] removing requests.packages.chardet.charsetgroupprober # cleanup[2] removing requests.packages.chardet.codingstatemachine # cleanup[2] removing requests.packages.chardet.escsm # cleanup[2] removing requests.packages.chardet.escprober # cleanup[2] removing requests.packages.chardet.latin1prober # cleanup[2] removing requests.packages.chardet.mbcssm # cleanup[2] removing requests.packages.chardet.utf8prober # cleanup[2] removing requests.packages.chardet.mbcharsetprober # cleanup[2] removing requests.packages.chardet.euctwfreq # cleanup[2] removing requests.packages.chardet.euckrfreq # cleanup[2] removing requests.packages.chardet.gb2312freq # cleanup[2] removing requests.packages.chardet.big5freq # cleanup[2] removing requests.packages.chardet.jisfreq # cleanup[2] removing requests.packages.chardet.chardistribution # cleanup[2] removing requests.packages.chardet.jpcntx # cleanup[2] removing requests.packages.chardet.sjisprober # cleanup[2] removing requests.packages.chardet.eucjpprober # cleanup[2] removing requests.packages.chardet.gb2312prober # cleanup[2] removing requests.packages.chardet.euckrprober # cleanup[2] removing requests.packages.chardet.cp949prober # cleanup[2] removing requests.packages.chardet.big5prober # cleanup[2] removing requests.packages.chardet.euctwprober # cleanup[2] removing requests.packages.chardet.mbcsgroupprober # cleanup[2] removing requests.packages.chardet.hebrewprober # cleanup[2] removing requests.packages.chardet.sbcharsetprober # cleanup[2] removing requests.packages.chardet.langbulgarianmodel # cleanup[2] removing requests.packages.chardet.langgreekmodel # cleanup[2] removing requests.packages.chardet.langhebrewmodel # cleanup[2] removing requests.packages.chardet.langrussianmodel # cleanup[2] removing requests.packages.chardet.langthaimodel # cleanup[2] removing requests.packages.chardet.langturkishmodel # cleanup[2] removing requests.packages.chardet.sbcsgroupprober # cleanup[2] removing requests.packages.chardet.universaldetector # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.auth # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing socks # cleanup[2] removing urllib3.contrib.socks # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing asyncore # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile # destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy selinux # destroy distro # destroy netrc # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy systemd.journal # destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy asyncore # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.exceptions # destroy requests.compat # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.hooks # destroy requests.auth # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping urllib3.contrib.socks # destroy socks # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.packages.chardet # destroy chardet.enums # destroy chardet.charsetprober # destroy chardet.charsetgroupprober # destroy chardet.codingstatemachine # destroy chardet.escsm # destroy chardet.escprober # destroy chardet.latin1prober # destroy chardet.mbcssm # destroy chardet.utf8prober # destroy chardet.mbcharsetprober # destroy chardet.euctwfreq # destroy chardet.euckrfreq # destroy chardet.gb2312freq # destroy chardet.big5freq # destroy chardet.jisfreq # destroy chardet.chardistribution # destroy chardet.jpcntx # destroy chardet.sjisprober # destroy chardet.eucjpprober # destroy chardet.gb2312prober # destroy chardet.euckrprober # destroy chardet.cp949prober # destroy chardet.big5prober # destroy chardet.euctwprober # destroy chardet.mbcsgroupprober # destroy chardet.hebrewprober # destroy chardet.sbcharsetprober # destroy chardet.langbulgarianmodel # destroy chardet.langgreekmodel # destroy chardet.langhebrewmodel # destroy chardet.langrussianmodel # destroy chardet.langthaimodel # destroy chardet.langturkishmodel # destroy chardet.sbcsgroupprober # destroy chardet.universaldetector # destroy chardet.version # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # destroy urllib3.contrib.socks # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # destroy urllib3.packages.ssl_match_hostname # cleanup[3] wiping http.cookies # cleanup[3] wiping requests.certs # cleanup[3] wiping chardet # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping ntpath # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # cleanup[3] wiping pyexpat.model # cleanup[3] wiping pyexpat.errors # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _sqlite3 # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping termios # cleanup[3] wiping gpg.constants # destroy gpg.constants.data # destroy gpg.constants.data.encoding # destroy gpg.constants.keylist # destroy gpg.constants.keylist.mode # destroy gpg.constants.sig # destroy gpg.constants.sig.mode # destroy gpg.constants.sig.notation # destroy gpg.constants.tofu # destroy gpg.constants.tofu.policy # destroy gpg.constants.create # destroy gpg.constants.event # destroy gpg.constants.import_type # destroy gpg.constants.keysign # destroy gpg.constants.md # destroy gpg.constants.pk # destroy gpg.constants.protocol # destroy gpg.constants.sigsum # destroy gpg.constants.status # destroy gpg.constants.validity # cleanup[3] wiping gpg.errors # cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.gpgme # cleanup[3] wiping gpg._gpgme # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gc # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy uu # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping urllib.parse # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # destroy array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping shlex # cleanup[3] wiping platform # cleanup[3] wiping subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy bz2 # destroy lzma # cleanup[3] wiping tempfile # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping weakref # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib.abc # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib.machinery # destroy importlib.abc # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # 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 # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy pyexpat.errors # destroy pyexpat.model # destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy _queue # destroy _ssl # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _string # destroy _datetime # destroy _posixsubprocess # destroy _blake2 # destroy _random # destroy _bisect # destroy grp # destroy zlib # destroy _signal # destroy marshal # destroy xml.etree.ElementPath # destroy _elementtree # destroy _heapq # destroy zipimport # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _compat_pickle # destroy _pickle # destroy libdnf._error # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap # destroy ansible.module_utils.six.moves.urllib # destroy stat # destroy selectors # 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 ansible.module_utils.six.moves # destroy _operator # destroy gzip # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy iniparse.ini # destroy enum # destroy signal # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy importlib # destroy inspect # destroy gc # destroy math # destroy dateutil.parser._parser # destroy _stat # destroy http.cookies # destroy urllib.parse # destroy _weakref # destroy ntpath # destroy posix # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy _opcode # destroy requests.sessions # destroy json.scanner # destroy _json # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy traceback # destroy dnf.yum.misc # destroy glob # destroy curses # destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy _thread # destroy _warnings # destroy configparser # destroy fnmatch # destroy pyinotify # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3._collections # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy copy # destroy contextlib # destroy tempfile # destroy zipfile # destroy requests.certs # destroy hashlib # destroy encodings # destroy http.cookiejar # destroy chardet # destroy json # destroy calendar # destroy dateutil.tz # destroy six # destroy codecs # destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors # destroy gpg.util # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy subprocess # destroy rhsmlib.facts.collector # destroy itertools # destroy http.client # destroy email # destroy string # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy errno # destroy select # destroy urllib3.contrib._appengine_environ # destroy hmac # destroy warnings # destroy binascii # destroy urllib3.packages.six # destroy _hashlib # destroy ssl # destroy posixpath # destroy urllib # destroy io # destroy io # destroy _lzma # destroy _compression # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy re # destroy pyexpat # destroy threading # destroy functools # destroy logging # destroy socket # destroy struct # destroy _frozen_importlib # clear sys.audit hooks 7222 1726884010.11639: done with _execute_module (ansible.legacy.dnf, {'name': ['openssh', 'openssh-clients'], 'state': 'present', '_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': 'ansible.legacy.dnf', '_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-1726884007.8199525-7404-174432388940897/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7222 1726884010.11643: _low_level_execute_command(): starting 7222 1726884010.11645: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884007.8199525-7404-174432388940897/ > /dev/null 2>&1 && sleep 0' 7222 1726884010.11741: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884010.11760: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.11775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.11798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.11851: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.11864: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884010.11879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.11898: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884010.11918: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884010.11929: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884010.11940: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.11960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.11977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.11990: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.12002: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884010.12019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.12101: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884010.12136: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884010.12157: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884010.12249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884010.14838: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884010.14947: stderr chunk (state=3): >>><<< 7222 1726884010.14969: stdout chunk (state=3): >>><<< 7222 1726884010.15497: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884010.15501: handler run complete 7222 1726884010.15503: attempt loop complete, returning result 7222 1726884010.15505: _execute() done 7222 1726884010.15507: dumping result to json 7222 1726884010.15509: done dumping result, returning 7222 1726884010.15511: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Ensure required packages are installed [123ea4c4-b13b-25d7-f447-000000000028] 7222 1726884010.15513: sending task result for task 123ea4c4-b13b-25d7-f447-000000000028 7222 1726884010.15600: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000028 7222 1726884010.15606: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 7222 1726884010.15681: no more pending results, returning what we have 7222 1726884010.15683: results queue empty 7222 1726884010.15684: checking for any_errors_fatal 7222 1726884010.15691: done checking for any_errors_fatal 7222 1726884010.15692: checking for max_fail_percentage 7222 1726884010.15693: done checking for max_fail_percentage 7222 1726884010.15693: checking to see if all hosts have failed and the running result is not ok 7222 1726884010.15694: done checking to see if all hosts have failed 7222 1726884010.15695: getting the remaining hosts for this loop 7222 1726884010.15695: done getting the remaining hosts for this loop 7222 1726884010.15698: getting the next task for host managed_node1 7222 1726884010.15703: done getting next task for host managed_node1 7222 1726884010.15706: ^ task is: TASK: fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes 7222 1726884010.15707: ^ 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 7222 1726884010.15713: getting variables 7222 1726884010.15713: in VariableManager get_vars() 7222 1726884010.15737: Calling all_inventory to load vars for managed_node1 7222 1726884010.15738: Calling groups_inventory to load vars for managed_node1 7222 1726884010.15740: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884010.15749: Calling all_plugins_play to load vars for managed_node1 7222 1726884010.15752: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884010.15755: Calling groups_plugins_play to load vars for managed_node1 7222 1726884010.15863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884010.15987: done with get_vars() 7222 1726884010.15998: done getting variables 7222 1726884010.16066: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.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 [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Friday 20 September 2024 22:00:10 -0400 (0:00:02.410) 0:00:05.909 ****** 7222 1726884010.16099: entering _queue_task() for managed_node1/debug 7222 1726884010.16101: Creating lock for debug 7222 1726884010.16304: worker is 1 (out of 1 available) 7222 1726884010.16317: exiting _queue_task() for managed_node1/debug 7222 1726884010.16329: done queuing things up, now waiting for results queue to drain 7222 1726884010.16330: waiting for pending results... 7222 1726884010.16499: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes 7222 1726884010.16575: in run() - task 123ea4c4-b13b-25d7-f447-00000000002a 7222 1726884010.16585: variable 'ansible_search_path' from source: unknown 7222 1726884010.16589: variable 'ansible_search_path' from source: unknown 7222 1726884010.16625: calling self._execute() 7222 1726884010.16673: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884010.16676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884010.16684: variable 'omit' from source: magic vars 7222 1726884010.17087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7222 1726884010.19160: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7222 1726884010.19215: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7222 1726884010.19245: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7222 1726884010.19272: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7222 1726884010.19294: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7222 1726884010.19357: 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) 7222 1726884010.19381: 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) 7222 1726884010.19402: 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) 7222 1726884010.19431: 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) 7222 1726884010.19441: 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) 7222 1726884010.19521: variable '__ssh_is_transactional' from source: set_fact 7222 1726884010.19534: Evaluated conditional (__ssh_is_transactional | d(false)): False 7222 1726884010.19537: when evaluation is False, skipping this task 7222 1726884010.19540: _execute() done 7222 1726884010.19542: dumping result to json 7222 1726884010.19545: done dumping result, returning 7222 1726884010.19553: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes [123ea4c4-b13b-25d7-f447-00000000002a] 7222 1726884010.19558: sending task result for task 123ea4c4-b13b-25d7-f447-00000000002a 7222 1726884010.19649: done sending task result for task 123ea4c4-b13b-25d7-f447-00000000002a 7222 1726884010.19652: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "__ssh_is_transactional | d(false)" } 7222 1726884010.19706: no more pending results, returning what we have 7222 1726884010.19710: results queue empty 7222 1726884010.19711: checking for any_errors_fatal 7222 1726884010.19717: done checking for any_errors_fatal 7222 1726884010.19718: checking for max_fail_percentage 7222 1726884010.19720: done checking for max_fail_percentage 7222 1726884010.19720: checking to see if all hosts have failed and the running result is not ok 7222 1726884010.19721: done checking to see if all hosts have failed 7222 1726884010.19722: getting the remaining hosts for this loop 7222 1726884010.19723: done getting the remaining hosts for this loop 7222 1726884010.19727: getting the next task for host managed_node1 7222 1726884010.19734: done getting next task for host managed_node1 7222 1726884010.19737: ^ task is: TASK: fedora.linux_system_roles.ssh : Reboot transactional update systems 7222 1726884010.19740: ^ 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=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 7222 1726884010.19755: getting variables 7222 1726884010.19756: in VariableManager get_vars() 7222 1726884010.19787: Calling all_inventory to load vars for managed_node1 7222 1726884010.19791: Calling groups_inventory to load vars for managed_node1 7222 1726884010.19793: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884010.19802: Calling all_plugins_play to load vars for managed_node1 7222 1726884010.19805: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884010.19808: Calling groups_plugins_play to load vars for managed_node1 7222 1726884010.19960: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884010.20084: done with get_vars() 7222 1726884010.20094: done getting variables 7222 1726884010.20197: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.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 [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Friday 20 September 2024 22:00:10 -0400 (0:00:00.041) 0:00:05.950 ****** 7222 1726884010.20220: entering _queue_task() for managed_node1/reboot 7222 1726884010.20221: Creating lock for reboot 7222 1726884010.20455: worker is 1 (out of 1 available) 7222 1726884010.20468: exiting _queue_task() for managed_node1/reboot 7222 1726884010.20479: done queuing things up, now waiting for results queue to drain 7222 1726884010.20480: waiting for pending results... 7222 1726884010.20906: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Reboot transactional update systems 7222 1726884010.20912: in run() - task 123ea4c4-b13b-25d7-f447-00000000002b 7222 1726884010.20915: variable 'ansible_search_path' from source: unknown 7222 1726884010.20917: variable 'ansible_search_path' from source: unknown 7222 1726884010.20920: calling self._execute() 7222 1726884010.20923: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884010.20925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884010.20951: variable 'omit' from source: magic vars 7222 1726884010.21450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7222 1726884010.24083: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7222 1726884010.24159: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7222 1726884010.24194: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7222 1726884010.24236: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7222 1726884010.24262: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7222 1726884010.24364: 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) 7222 1726884010.24394: 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) 7222 1726884010.24431: 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) 7222 1726884010.24472: 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) 7222 1726884010.24488: 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) 7222 1726884010.24600: variable '__ssh_is_transactional' from source: set_fact 7222 1726884010.24618: Evaluated conditional (__ssh_is_transactional | d(false)): False 7222 1726884010.24621: when evaluation is False, skipping this task 7222 1726884010.24624: _execute() done 7222 1726884010.24626: dumping result to json 7222 1726884010.24636: done dumping result, returning 7222 1726884010.24652: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Reboot transactional update systems [123ea4c4-b13b-25d7-f447-00000000002b] 7222 1726884010.24654: sending task result for task 123ea4c4-b13b-25d7-f447-00000000002b 7222 1726884010.24749: done sending task result for task 123ea4c4-b13b-25d7-f447-00000000002b 7222 1726884010.24752: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__ssh_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 7222 1726884010.24797: no more pending results, returning what we have 7222 1726884010.24801: results queue empty 7222 1726884010.24802: checking for any_errors_fatal 7222 1726884010.24808: done checking for any_errors_fatal 7222 1726884010.24808: checking for max_fail_percentage 7222 1726884010.24810: done checking for max_fail_percentage 7222 1726884010.24811: checking to see if all hosts have failed and the running result is not ok 7222 1726884010.24812: done checking to see if all hosts have failed 7222 1726884010.24813: getting the remaining hosts for this loop 7222 1726884010.24814: done getting the remaining hosts for this loop 7222 1726884010.24818: getting the next task for host managed_node1 7222 1726884010.24824: done getting next task for host managed_node1 7222 1726884010.24828: ^ task is: TASK: fedora.linux_system_roles.ssh : Fail if reboot is needed and not set 7222 1726884010.24830: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 7222 1726884010.24842: getting variables 7222 1726884010.24844: in VariableManager get_vars() 7222 1726884010.24881: Calling all_inventory to load vars for managed_node1 7222 1726884010.24884: Calling groups_inventory to load vars for managed_node1 7222 1726884010.24886: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884010.24897: Calling all_plugins_play to load vars for managed_node1 7222 1726884010.24899: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884010.24902: Calling groups_plugins_play to load vars for managed_node1 7222 1726884010.25068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884010.25284: done with get_vars() 7222 1726884010.25297: done getting variables 7222 1726884010.25393: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.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 [fedora.linux_system_roles.ssh : Fail if reboot is needed and not set] **** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Friday 20 September 2024 22:00:10 -0400 (0:00:00.051) 0:00:06.002 ****** 7222 1726884010.25424: entering _queue_task() for managed_node1/fail 7222 1726884010.25426: Creating lock for fail 7222 1726884010.25720: worker is 1 (out of 1 available) 7222 1726884010.25732: exiting _queue_task() for managed_node1/fail 7222 1726884010.25743: done queuing things up, now waiting for results queue to drain 7222 1726884010.25744: waiting for pending results... 7222 1726884010.26034: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Fail if reboot is needed and not set 7222 1726884010.26166: in run() - task 123ea4c4-b13b-25d7-f447-00000000002c 7222 1726884010.26189: variable 'ansible_search_path' from source: unknown 7222 1726884010.26200: variable 'ansible_search_path' from source: unknown 7222 1726884010.26239: calling self._execute() 7222 1726884010.26325: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884010.26337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884010.26354: variable 'omit' from source: magic vars 7222 1726884010.27208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7222 1726884010.29506: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7222 1726884010.29600: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7222 1726884010.29652: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7222 1726884010.29695: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7222 1726884010.29726: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7222 1726884010.29822: 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) 7222 1726884010.29863: 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) 7222 1726884010.29901: 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) 7222 1726884010.29951: 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) 7222 1726884010.29977: 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) 7222 1726884010.30099: variable '__ssh_is_transactional' from source: set_fact 7222 1726884010.30124: Evaluated conditional (__ssh_is_transactional | d(false)): False 7222 1726884010.30133: when evaluation is False, skipping this task 7222 1726884010.30144: _execute() done 7222 1726884010.30155: dumping result to json 7222 1726884010.30163: done dumping result, returning 7222 1726884010.30182: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Fail if reboot is needed and not set [123ea4c4-b13b-25d7-f447-00000000002c] 7222 1726884010.30194: sending task result for task 123ea4c4-b13b-25d7-f447-00000000002c skipping: [managed_node1] => { "changed": false, "false_condition": "__ssh_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 7222 1726884010.30358: no more pending results, returning what we have 7222 1726884010.30363: results queue empty 7222 1726884010.30364: checking for any_errors_fatal 7222 1726884010.30368: done checking for any_errors_fatal 7222 1726884010.30369: checking for max_fail_percentage 7222 1726884010.30371: done checking for max_fail_percentage 7222 1726884010.30372: checking to see if all hosts have failed and the running result is not ok 7222 1726884010.30373: done checking to see if all hosts have failed 7222 1726884010.30374: getting the remaining hosts for this loop 7222 1726884010.30376: done getting the remaining hosts for this loop 7222 1726884010.30380: getting the next task for host managed_node1 7222 1726884010.30391: done getting next task for host managed_node1 7222 1726884010.30395: ^ task is: TASK: fedora.linux_system_roles.ssh : Gather information about the user for user configuration 7222 1726884010.30398: ^ 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 7222 1726884010.30411: getting variables 7222 1726884010.30413: in VariableManager get_vars() 7222 1726884010.30452: Calling all_inventory to load vars for managed_node1 7222 1726884010.30455: Calling groups_inventory to load vars for managed_node1 7222 1726884010.30458: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884010.30469: Calling all_plugins_play to load vars for managed_node1 7222 1726884010.30471: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884010.30474: Calling groups_plugins_play to load vars for managed_node1 7222 1726884010.30881: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884010.31206: done with get_vars() 7222 1726884010.31216: done getting variables 7222 1726884010.31430: done sending task result for task 123ea4c4-b13b-25d7-f447-00000000002c 7222 1726884010.31433: WORKER PROCESS EXITING TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Friday 20 September 2024 22:00:10 -0400 (0:00:00.060) 0:00:06.063 ****** 7222 1726884010.31511: entering _queue_task() for managed_node1/getent 7222 1726884010.31513: Creating lock for getent 7222 1726884010.31802: worker is 1 (out of 1 available) 7222 1726884010.31813: exiting _queue_task() for managed_node1/getent 7222 1726884010.31825: done queuing things up, now waiting for results queue to drain 7222 1726884010.31826: waiting for pending results... 7222 1726884010.32103: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Gather information about the user for user configuration 7222 1726884010.32223: in run() - task 123ea4c4-b13b-25d7-f447-00000000002e 7222 1726884010.32244: variable 'ansible_search_path' from source: unknown 7222 1726884010.32256: variable 'ansible_search_path' from source: unknown 7222 1726884010.32301: calling self._execute() 7222 1726884010.32393: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884010.32405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884010.32419: variable 'omit' from source: magic vars 7222 1726884010.32916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7222 1726884010.33178: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7222 1726884010.33234: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7222 1726884010.33278: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7222 1726884010.33354: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7222 1726884010.33444: 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) 7222 1726884010.33482: 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) 7222 1726884010.33519: 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) 7222 1726884010.33557: 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) 7222 1726884010.33819: variable 'ssh_user' from source: role '' defaults 7222 1726884010.33835: Evaluated conditional (ssh_user is not none): False 7222 1726884010.33844: when evaluation is False, skipping this task 7222 1726884010.33856: _execute() done 7222 1726884010.33864: dumping result to json 7222 1726884010.33877: done dumping result, returning 7222 1726884010.33892: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Gather information about the user for user configuration [123ea4c4-b13b-25d7-f447-00000000002e] 7222 1726884010.33906: sending task result for task 123ea4c4-b13b-25d7-f447-00000000002e skipping: [managed_node1] => { "changed": false, "false_condition": "ssh_user is not none", "skip_reason": "Conditional result was False" } 7222 1726884010.34052: no more pending results, returning what we have 7222 1726884010.34056: results queue empty 7222 1726884010.34057: checking for any_errors_fatal 7222 1726884010.34063: done checking for any_errors_fatal 7222 1726884010.34064: checking for max_fail_percentage 7222 1726884010.34066: done checking for max_fail_percentage 7222 1726884010.34067: checking to see if all hosts have failed and the running result is not ok 7222 1726884010.34068: done checking to see if all hosts have failed 7222 1726884010.34068: getting the remaining hosts for this loop 7222 1726884010.34070: done getting the remaining hosts for this loop 7222 1726884010.34074: getting the next task for host managed_node1 7222 1726884010.34081: done getting next task for host managed_node1 7222 1726884010.34085: ^ task is: TASK: fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions 7222 1726884010.34087: ^ 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 7222 1726884010.34102: getting variables 7222 1726884010.34104: in VariableManager get_vars() 7222 1726884010.34137: Calling all_inventory to load vars for managed_node1 7222 1726884010.34139: Calling groups_inventory to load vars for managed_node1 7222 1726884010.34142: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884010.34154: Calling all_plugins_play to load vars for managed_node1 7222 1726884010.34157: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884010.34160: Calling groups_plugins_play to load vars for managed_node1 7222 1726884010.34815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884010.35723: done with get_vars() 7222 1726884010.35735: done getting variables 7222 1726884010.36041: done sending task result for task 123ea4c4-b13b-25d7-f447-00000000002e 7222 1726884010.36045: WORKER PROCESS EXITING TASK [fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Friday 20 September 2024 22:00:10 -0400 (0:00:00.046) 0:00:06.109 ****** 7222 1726884010.36125: entering _queue_task() for managed_node1/file 7222 1726884010.37021: worker is 1 (out of 1 available) 7222 1726884010.37034: exiting _queue_task() for managed_node1/file 7222 1726884010.37045: done queuing things up, now waiting for results queue to drain 7222 1726884010.37046: waiting for pending results... 7222 1726884010.37935: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions 7222 1726884010.38037: in run() - task 123ea4c4-b13b-25d7-f447-00000000002f 7222 1726884010.38049: variable 'ansible_search_path' from source: unknown 7222 1726884010.38054: variable 'ansible_search_path' from source: unknown 7222 1726884010.38102: calling self._execute() 7222 1726884010.38178: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884010.38192: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884010.38207: variable 'omit' from source: magic vars 7222 1726884010.38819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7222 1726884010.39093: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7222 1726884010.39136: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7222 1726884010.39196: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7222 1726884010.39245: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7222 1726884010.39480: 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) 7222 1726884010.39540: 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) 7222 1726884010.39578: 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) 7222 1726884010.39643: 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) 7222 1726884010.39776: variable 'ssh_user' from source: role '' defaults 7222 1726884010.39794: Evaluated conditional (ssh_user is not none): False 7222 1726884010.39803: when evaluation is False, skipping this task 7222 1726884010.39812: _execute() done 7222 1726884010.39819: dumping result to json 7222 1726884010.39826: done dumping result, returning 7222 1726884010.39840: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions [123ea4c4-b13b-25d7-f447-00000000002f] 7222 1726884010.39851: sending task result for task 123ea4c4-b13b-25d7-f447-00000000002f skipping: [managed_node1] => { "changed": false, "false_condition": "ssh_user is not none", "skip_reason": "Conditional result was False" } 7222 1726884010.40006: no more pending results, returning what we have 7222 1726884010.40011: results queue empty 7222 1726884010.40012: checking for any_errors_fatal 7222 1726884010.40017: done checking for any_errors_fatal 7222 1726884010.40018: checking for max_fail_percentage 7222 1726884010.40020: done checking for max_fail_percentage 7222 1726884010.40021: checking to see if all hosts have failed and the running result is not ok 7222 1726884010.40022: done checking to see if all hosts have failed 7222 1726884010.40023: getting the remaining hosts for this loop 7222 1726884010.40025: done getting the remaining hosts for this loop 7222 1726884010.40029: getting the next task for host managed_node1 7222 1726884010.40035: done getting next task for host managed_node1 7222 1726884010.40039: ^ task is: TASK: fedora.linux_system_roles.ssh : Generate the configuration file 7222 1726884010.40042: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 7222 1726884010.40054: getting variables 7222 1726884010.40056: in VariableManager get_vars() 7222 1726884010.40092: Calling all_inventory to load vars for managed_node1 7222 1726884010.40095: Calling groups_inventory to load vars for managed_node1 7222 1726884010.40098: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884010.40109: Calling all_plugins_play to load vars for managed_node1 7222 1726884010.40112: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884010.40114: Calling groups_plugins_play to load vars for managed_node1 7222 1726884010.40328: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884010.40533: done with get_vars() 7222 1726884010.40545: done getting variables 7222 1726884010.40740: done sending task result for task 123ea4c4-b13b-25d7-f447-00000000002f 7222 1726884010.40743: WORKER PROCESS EXITING 7222 1726884010.40785: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.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 [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Friday 20 September 2024 22:00:10 -0400 (0:00:00.046) 0:00:06.156 ****** 7222 1726884010.40817: entering _queue_task() for managed_node1/template 7222 1726884010.40819: Creating lock for template 7222 1726884010.41071: worker is 1 (out of 1 available) 7222 1726884010.41091: exiting _queue_task() for managed_node1/template 7222 1726884010.41103: done queuing things up, now waiting for results queue to drain 7222 1726884010.41105: waiting for pending results... 7222 1726884010.41307: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Generate the configuration file 7222 1726884010.41383: in run() - task 123ea4c4-b13b-25d7-f447-000000000030 7222 1726884010.41399: variable 'ansible_search_path' from source: unknown 7222 1726884010.41402: variable 'ansible_search_path' from source: unknown 7222 1726884010.41434: calling self._execute() 7222 1726884010.41500: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884010.41506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884010.41514: variable 'omit' from source: magic vars 7222 1726884010.41600: variable 'omit' from source: magic vars 7222 1726884010.41754: variable 'omit' from source: magic vars 7222 1726884010.42099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7222 1726884010.44835: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7222 1726884010.44918: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7222 1726884010.44960: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7222 1726884010.45003: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7222 1726884010.45068: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7222 1726884010.45155: 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) 7222 1726884010.45195: 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) 7222 1726884010.45226: 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) 7222 1726884010.45269: 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) 7222 1726884010.45287: 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) 7222 1726884010.45395: variable '__ssh_config_file' from source: task vars 7222 1726884010.45700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7222 1726884010.46088: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7222 1726884010.46132: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7222 1726884010.46285: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7222 1726884010.46323: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7222 1726884010.46373: 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) 7222 1726884010.46519: 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) 7222 1726884010.46549: 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) 7222 1726884010.46579: 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) 7222 1726884010.46657: 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) 7222 1726884010.46846: 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) 7222 1726884010.46875: 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) 7222 1726884010.46907: 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) 7222 1726884010.47025: 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) 7222 1726884010.47065: 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) 7222 1726884010.47097: 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) 7222 1726884010.47143: 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) 7222 1726884010.47164: 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) 7222 1726884010.47331: variable 'ssh_config_file' from source: include params 7222 1726884010.47343: variable 'ssh_user' from source: role '' defaults 7222 1726884010.47355: variable 'ansible_facts' from source: unknown 7222 1726884010.47427: variable 'ssh_drop_in_name' from source: role '' defaults 7222 1726884010.47435: variable '__ssh_drop_in_name' from source: include_vars 7222 1726884010.47516: variable '__ssh_drop_in_name' from source: include_vars 7222 1726884010.47543: variable '__ssh_supports_drop_in' from source: include_vars 7222 1726884010.47553: variable '__ssh_drop_in_template' from source: role '' all vars 7222 1726884010.47674: variable '__ssh_config_owner' from source: task vars 7222 1726884010.47868: variable 'ssh_config_owner' from source: role '' defaults 7222 1726884010.47877: variable 'ssh_user' from source: role '' defaults 7222 1726884010.47977: variable '__ssh_config_group' from source: task vars 7222 1726884010.48237: variable 'ssh_config_group' from source: role '' defaults 7222 1726884010.48246: variable 'ssh_user' from source: role '' defaults 7222 1726884010.48255: variable 'ansible_facts' from source: unknown 7222 1726884010.48402: variable '__ssh_config_mode' from source: task vars 7222 1726884010.48581: variable 'ssh_config_mode' from source: role '' defaults 7222 1726884010.48593: variable 'ssh_user' from source: role '' defaults 7222 1726884010.48694: variable '__ssh_supports_validate' from source: role '' all vars 7222 1726884010.48707: variable 'ssh_backup' from source: role '' defaults 7222 1726884010.48725: variable 'omit' from source: magic vars 7222 1726884010.48763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884010.48799: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884010.48820: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884010.48840: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884010.48854: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884010.48893: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884010.48902: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884010.48910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884010.49045: Set connection var ansible_timeout to 10 7222 1726884010.49053: Set connection var ansible_shell_type to sh 7222 1726884010.49060: Set connection var ansible_connection to ssh 7222 1726884010.49071: Set connection var ansible_pipelining to False 7222 1726884010.49080: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884010.49114: Set connection var ansible_shell_executable to /bin/sh 7222 1726884010.49144: variable 'ansible_shell_executable' from source: unknown 7222 1726884010.49153: variable 'ansible_connection' from source: unknown 7222 1726884010.49160: variable 'ansible_module_compression' from source: unknown 7222 1726884010.49167: variable 'ansible_shell_type' from source: unknown 7222 1726884010.49173: variable 'ansible_shell_executable' from source: unknown 7222 1726884010.49179: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884010.49187: variable 'ansible_pipelining' from source: unknown 7222 1726884010.49196: variable 'ansible_timeout' from source: unknown 7222 1726884010.49204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884010.49335: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.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) 7222 1726884010.49352: variable 'omit' from source: magic vars 7222 1726884010.49363: starting attempt loop 7222 1726884010.49369: running the handler 7222 1726884010.49383: _low_level_execute_command(): starting 7222 1726884010.49396: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7222 1726884010.50106: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884010.50122: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.50140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.50162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.50208: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.50221: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884010.50235: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.50254: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884010.50268: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884010.50279: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884010.50293: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.50311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.50328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.50341: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.50353: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884010.50367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.50447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884010.50471: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884010.50492: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884010.50581: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884010.52434: stdout chunk (state=3): >>>/root <<< 7222 1726884010.52624: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884010.52627: stdout chunk (state=3): >>><<< 7222 1726884010.52629: stderr chunk (state=3): >>><<< 7222 1726884010.52736: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884010.52739: _low_level_execute_command(): starting 7222 1726884010.52742: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880 `" && echo ansible-tmp-1726884010.5264769-7490-70397401666880="` echo /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880 `" ) && sleep 0' 7222 1726884010.53898: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.53902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.53943: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.53947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.53950: 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.54005: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884010.54016: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884010.54106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884010.56098: stdout chunk (state=3): >>>ansible-tmp-1726884010.5264769-7490-70397401666880=/root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880 <<< 7222 1726884010.56339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884010.56342: stdout chunk (state=3): >>><<< 7222 1726884010.56345: stderr chunk (state=3): >>><<< 7222 1726884010.56599: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884010.5264769-7490-70397401666880=/root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884010.56603: evaluation_path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks 7222 1726884010.56608: search_path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/templates/ssh_config.j2 /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/ssh_config.j2 /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/templates/ssh_config.j2 /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/ssh_config.j2 /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/templates/ssh_config.j2 /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/ssh_config.j2 7222 1726884010.56611: variable 'ansible_search_path' from source: unknown 7222 1726884010.68385: 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) 7222 1726884010.68422: 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) 7222 1726884010.68460: 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) 7222 1726884010.68495: 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) 7222 1726884010.68575: 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) 7222 1726884010.68604: 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) 7222 1726884010.68634: 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) 7222 1726884010.68663: 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) 7222 1726884010.68714: 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) 7222 1726884010.68740: 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) 7222 1726884010.68769: 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) 7222 1726884010.68810: 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) 7222 1726884010.68871: 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) 7222 1726884010.68894: 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) 7222 1726884010.68920: 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) 7222 1726884010.68949: 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) 7222 1726884010.68959: 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) 7222 1726884010.69291: 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) 7222 1726884010.69306: 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) 7222 1726884010.69327: 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) 7222 1726884010.69348: 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) 7222 1726884010.76753: variable 'ansible_managed' from source: unknown 7222 1726884010.76802: variable 'ssh' from source: include params 7222 1726884010.76819: variable '__ssh_defaults' from source: include_vars 7222 1726884010.76905: variable '__ssh_skip_defaults' from source: task vars 7222 1726884010.77174: variable 'ssh_skip_defaults' from source: include params 7222 1726884010.77217: variable 'ssh_user' from source: role '' defaults 7222 1726884010.77228: variable 'ssh_drop_in_name' from source: role '' defaults 7222 1726884010.77237: variable '__ssh_drop_in_name' from source: include_vars 7222 1726884010.77313: variable '__ssh_drop_in_name' from source: include_vars 7222 1726884010.77326: variable '__ssh_supports_drop_in' from source: include_vars 7222 1726884010.77939: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7222 1726884010.78003: variable 'ansible_module_compression' from source: unknown 7222 1726884010.78064: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7222eassh4i8/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7222 1726884010.78094: variable 'ansible_facts' from source: unknown 7222 1726884010.78168: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/AnsiballZ_stat.py 7222 1726884010.78308: Sending initial data 7222 1726884010.78311: Sent initial data (150 bytes) 7222 1726884010.79285: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884010.79307: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.79322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.79338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.79380: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.79394: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884010.79409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.79426: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884010.79437: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884010.79446: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884010.79457: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.79469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.79483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.79497: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.79508: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884010.79522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.79597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884010.79620: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884010.79638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884010.79720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884010.81519: 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 <<< 7222 1726884010.81556: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7222 1726884010.81618: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7222eassh4i8/tmpnpnemyff /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/AnsiballZ_stat.py <<< 7222 1726884010.81651: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7222 1726884010.83195: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884010.83386: stderr chunk (state=3): >>><<< 7222 1726884010.83395: stdout chunk (state=3): >>><<< 7222 1726884010.83398: done transferring module to remote 7222 1726884010.83400: _low_level_execute_command(): starting 7222 1726884010.83402: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/ /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/AnsiballZ_stat.py && sleep 0' 7222 1726884010.84804: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884010.84821: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.84836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.84858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.84907: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.84921: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884010.84936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.84957: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884010.84970: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884010.84980: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884010.84994: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.85008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.85025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.85037: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.85052: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884010.85067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.85352: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884010.85369: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884010.85385: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884010.85670: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884010.88220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884010.88224: stdout chunk (state=3): >>><<< 7222 1726884010.88226: stderr chunk (state=3): >>><<< 7222 1726884010.88297: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884010.88306: _low_level_execute_command(): starting 7222 1726884010.88308: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/AnsiballZ_stat.py && sleep 0' 7222 1726884010.90053: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884010.90070: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.90085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.90106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.90153: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.90167: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884010.90181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.90201: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884010.90213: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884010.90223: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884010.90233: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884010.90245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884010.90265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884010.90278: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884010.90291: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884010.90305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884010.90383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884010.90518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884010.90535: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884010.90632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884010.92577: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7222 1726884010.92646: stdout chunk (state=3): >>>import '_io' # <<< 7222 1726884010.92651: stdout chunk (state=3): >>>import 'marshal' # <<< 7222 1726884010.92672: stdout chunk (state=3): >>>import 'posix' # <<< 7222 1726884010.92701: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7222 1726884010.92749: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7222 1726884010.92818: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7222 1726884010.92846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # <<< 7222 1726884010.92883: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff855243dc0> <<< 7222 1726884010.92937: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7222 1726884010.92952: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff855243b20> <<< 7222 1726884010.92975: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff855243ac0> <<< 7222 1726884010.93026: stdout chunk (state=3): >>>import '_signal' # <<< 7222 1726884010.93068: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7222 1726884010.93095: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd8490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7222 1726884010.93126: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd8940> <<< 7222 1726884010.93131: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd8670> <<< 7222 1726884010.93162: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7222 1726884010.93191: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7222 1726884010.93215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7222 1726884010.93238: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7222 1726884010.93275: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f8f190> <<< 7222 1726884010.93303: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7222 1726884010.93306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7222 1726884010.93370: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f8f220> <<< 7222 1726884010.93408: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7222 1726884010.93440: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fb2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f8f940> <<< 7222 1726884010.93497: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ff0880> <<< 7222 1726884010.93502: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f88d90> <<< 7222 1726884010.93560: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7222 1726884010.93565: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fb2d90> <<< 7222 1726884010.93612: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd8970> <<< 7222 1726884010.93635: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7222 1726884010.93838: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7222 1726884010.93858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7222 1726884010.93899: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7222 1726884010.93909: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7222 1726884010.93936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7222 1726884010.93954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f2eeb0> <<< 7222 1726884010.94031: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f31f40> <<< 7222 1726884010.94034: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7222 1726884010.94067: stdout chunk (state=3): >>>import '_sre' # <<< 7222 1726884010.94092: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7222 1726884010.94124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7222 1726884010.94128: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f27610> <<< 7222 1726884010.94171: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f2d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f2e370> <<< 7222 1726884010.94174: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7222 1726884010.94260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7222 1726884010.94273: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7222 1726884010.94325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7222 1726884010.94328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7222 1726884010.94366: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854eb0d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854eb0880> <<< 7222 1726884010.94394: stdout chunk (state=3): >>>import 'itertools' # <<< 7222 1726884010.94429: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854eb0e80> <<< 7222 1726884010.94433: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7222 1726884010.94472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # <<< 7222 1726884010.94507: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854eb0f40> <<< 7222 1726884010.94510: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854eb0e50> import '_collections' # <<< 7222 1726884010.94581: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f09d00> <<< 7222 1726884010.94585: stdout chunk (state=3): >>>import '_functools' # <<< 7222 1726884010.94600: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f025e0> <<< 7222 1726884010.94668: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f16640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f35e20> <<< 7222 1726884010.94671: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7222 1726884010.94709: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854ec2c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f09220> <<< 7222 1726884010.94761: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854f16250> <<< 7222 1726884010.94806: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f3b9d0> <<< 7222 1726884010.94830: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7222 1726884010.94882: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7222 1726884010.94886: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec2f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec2d60> <<< 7222 1726884010.94903: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec2cd0> <<< 7222 1726884010.94945: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7222 1726884010.94971: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884010.94983: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7222 1726884010.95042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7222 1726884010.95064: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854e96340> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7222 1726884010.95378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854e96430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ecaf70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec4a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec44c0> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py<<< 7222 1726884010.95413: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7222 1726884010.95486: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py<<< 7222 1726884010.95492: stdout chunk (state=3): >>> <<< 7222 1726884010.95509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7222 1726884010.95551: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7222 1726884010.95571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' <<< 7222 1726884010.95598: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854dbe190> <<< 7222 1726884010.95652: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854e80cd0> <<< 7222 1726884010.95731: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec4e80> <<< 7222 1726884010.95763: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f3b040> <<< 7222 1726884010.95796: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7222 1726884010.95837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7222 1726884010.95893: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 7222 1726884010.95935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854dd0ac0> <<< 7222 1726884010.95939: stdout chunk (state=3): >>>import 'errno' # <<< 7222 1726884010.96007: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884010.96010: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854dd0df0> <<< 7222 1726884010.96062: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7222 1726884010.96078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7222 1726884010.96127: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7222 1726884010.96131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' <<< 7222 1726884010.96162: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854de2700> <<< 7222 1726884010.96179: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7222 1726884010.96219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7222 1726884010.96280: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854de2c40><<< 7222 1726884010.96285: stdout chunk (state=3): >>> <<< 7222 1726884010.96336: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so'<<< 7222 1726884010.96376: stdout chunk (state=3): >>> <<< 7222 1726884010.96381: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d70370> <<< 7222 1726884010.96424: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854dd0ee0> <<< 7222 1726884010.96434: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7222 1726884010.96445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7222 1726884010.96523: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884010.96548: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d80250> <<< 7222 1726884010.96590: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854de2580> <<< 7222 1726884010.96594: stdout chunk (state=3): >>>import 'pwd' # <<< 7222 1726884010.96661: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884010.96664: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d80310> <<< 7222 1726884010.96727: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec29a0><<< 7222 1726884010.96756: stdout chunk (state=3): >>> <<< 7222 1726884010.96767: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7222 1726884010.96805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7222 1726884010.96839: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7222 1726884010.96868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7222 1726884010.96944: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so'<<< 7222 1726884010.96977: stdout chunk (state=3): >>> import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d9c670> <<< 7222 1726884010.97004: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' <<< 7222 1726884010.97084: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so'<<< 7222 1726884010.97099: stdout chunk (state=3): >>> import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d9c940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854d9c730> <<< 7222 1726884010.97158: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so'<<< 7222 1726884010.97176: stdout chunk (state=3): >>> # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d9c820> <<< 7222 1726884010.97213: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7222 1726884010.97237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7222 1726884010.97535: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884010.97538: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d9cc70> <<< 7222 1726884010.97600: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884010.97639: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854daa1c0> <<< 7222 1726884010.97651: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854d9c8b0> <<< 7222 1726884010.97691: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854d8fa00><<< 7222 1726884010.97694: stdout chunk (state=3): >>> <<< 7222 1726884010.97740: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec2580><<< 7222 1726884010.97743: stdout chunk (state=3): >>> <<< 7222 1726884010.97777: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py<<< 7222 1726884010.97781: stdout chunk (state=3): >>> <<< 7222 1726884010.97876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7222 1726884010.97945: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854d9ca60> <<< 7222 1726884010.98098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc'<<< 7222 1726884010.98117: stdout chunk (state=3): >>> <<< 7222 1726884010.98129: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff854cc5640> <<< 7222 1726884010.98349: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip' <<< 7222 1726884010.98367: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884010.98518: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884010.98574: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py<<< 7222 1726884010.98579: stdout chunk (state=3): >>> <<< 7222 1726884010.98636: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884010.98640: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884010.98652: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py <<< 7222 1726884010.98683: stdout chunk (state=3): >>># zipimport: zlib available<<< 7222 1726884010.98686: stdout chunk (state=3): >>> <<< 7222 1726884011.00665: stdout chunk (state=3): >>># zipimport: zlib available<<< 7222 1726884011.00668: stdout chunk (state=3): >>> <<< 7222 1726884011.02292: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py <<< 7222 1726884011.02308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' <<< 7222 1726884011.02318: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bec790><<< 7222 1726884011.02325: stdout chunk (state=3): >>> <<< 7222 1726884011.02371: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py<<< 7222 1726884011.02381: stdout chunk (state=3): >>> <<< 7222 1726884011.02385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc'<<< 7222 1726884011.02393: stdout chunk (state=3): >>> <<< 7222 1726884011.02426: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py<<< 7222 1726884011.02438: stdout chunk (state=3): >>> <<< 7222 1726884011.02449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc'<<< 7222 1726884011.02456: stdout chunk (state=3): >>> <<< 7222 1726884011.02498: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py<<< 7222 1726884011.02503: stdout chunk (state=3): >>> <<< 7222 1726884011.02505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc'<<< 7222 1726884011.02508: stdout chunk (state=3): >>> <<< 7222 1726884011.02548: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<< 7222 1726884011.02568: stdout chunk (state=3): >>> <<< 7222 1726884011.02571: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so'<<< 7222 1726884011.02594: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bec160><<< 7222 1726884011.02600: stdout chunk (state=3): >>> <<< 7222 1726884011.02666: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bec280> <<< 7222 1726884011.02719: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854becee0> <<< 7222 1726884011.02822: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7222 1726884011.02860: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854becfd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854becd00> <<< 7222 1726884011.02882: stdout chunk (state=3): >>>import 'atexit' # <<< 7222 1726884011.02905: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854becf40> <<< 7222 1726884011.02921: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7222 1726884011.02954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7222 1726884011.02982: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bec100> <<< 7222 1726884011.03006: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7222 1726884011.03027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7222 1726884011.03052: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7222 1726884011.03092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7222 1726884011.03161: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545eceb0> <<< 7222 1726884011.03241: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.03244: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854b62f70> <<< 7222 1726884011.03247: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854b62d90> <<< 7222 1726884011.03249: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7222 1726884011.03272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7222 1726884011.03315: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854b62400> <<< 7222 1726884011.03329: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c53dc0> <<< 7222 1726884011.03502: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c533d0> <<< 7222 1726884011.03535: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c53f40> <<< 7222 1726884011.03588: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7222 1726884011.03641: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7222 1726884011.03659: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c21b20> <<< 7222 1726884011.03757: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bbdca0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bbd370> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bf2460> <<< 7222 1726884011.03769: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bbd490> <<< 7222 1726884011.03809: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bbd4c0> <<< 7222 1726884011.03840: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7222 1726884011.03853: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7222 1726884011.03883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7222 1726884011.03962: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.03983: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545cf220> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c331c0> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7222 1726884011.04043: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545db8e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c33340> <<< 7222 1726884011.04067: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7222 1726884011.04110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.04146: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # <<< 7222 1726884011.04195: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c4cd00> <<< 7222 1726884011.04322: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545db880> <<< 7222 1726884011.04621: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545db6d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545da670> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545da5b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c2c880> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7222 1726884011.04625: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.04627: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bb6670> <<< 7222 1726884011.04850: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bb4a90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bc30a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bb60d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bf8a00> # zipimport: zlib available <<< 7222 1726884011.04868: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 7222 1726884011.04888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.04966: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.05064: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884011.05068: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py <<< 7222 1726884011.05075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.05095: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7222 1726884011.05107: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.05208: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.05306: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.05772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.06237: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py <<< 7222 1726884011.06241: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7222 1726884011.06244: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7222 1726884011.06259: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 7222 1726884011.06268: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7222 1726884011.06275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.06334: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8541d5550> <<< 7222 1726884011.06413: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py <<< 7222 1726884011.06416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7222 1726884011.06418: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545a94f0> <<< 7222 1726884011.06420: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff85417b070> <<< 7222 1726884011.06466: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 7222 1726884011.06471: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.06498: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.06508: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py <<< 7222 1726884011.06520: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.06637: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.06761: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7222 1726884011.06787: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bb4bb0> <<< 7222 1726884011.06791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07184: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07544: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07600: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07662: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py <<< 7222 1726884011.07669: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07733: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py <<< 7222 1726884011.07738: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07870: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py <<< 7222 1726884011.07881: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884011.07899: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 7222 1726884011.07902: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07943: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.07971: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7222 1726884011.07984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.08165: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.08357: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7222 1726884011.08377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7222 1726884011.08391: stdout chunk (state=3): >>>import '_ast' # <<< 7222 1726884011.08465: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545b8940> <<< 7222 1726884011.08473: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.08528: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.08604: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py <<< 7222 1726884011.08625: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 7222 1726884011.08678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.08697: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 7222 1726884011.08708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.08742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.08784: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.08964: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.09036: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854c3e250> <<< 7222 1726884011.09074: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545b85e0> <<< 7222 1726884011.09103: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py <<< 7222 1726884011.09106: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7222 1726884011.09230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.09286: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.09311: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.09360: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7222 1726884011.09367: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7222 1726884011.09378: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7222 1726884011.09429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7222 1726884011.09435: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7222 1726884011.09450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7222 1726884011.09538: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff85459d790> <<< 7222 1726884011.09570: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff85459a7c0> <<< 7222 1726884011.09632: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545938e0> <<< 7222 1726884011.09635: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7222 1726884011.09669: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.09686: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 7222 1726884011.09785: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py <<< 7222 1726884011.09791: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884011.09794: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py <<< 7222 1726884011.09807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.09909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.10078: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.10222: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/tmp/ssh_config", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ <<< 7222 1726884011.10469: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks <<< 7222 1726884011.10496: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal <<< 7222 1726884011.10535: stdout chunk (state=3): >>># cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external <<< 7222 1726884011.10573: stdout chunk (state=3): >>># cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader <<< 7222 1726884011.10597: stdout chunk (state=3): >>># cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7222 1726884011.10779: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7222 1726884011.10798: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7222 1726884011.10814: stdout chunk (state=3): >>># destroy zipimport # destroy _compression <<< 7222 1726884011.10820: stdout chunk (state=3): >>># destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7222 1726884011.10843: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7222 1726884011.10851: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings <<< 7222 1726884011.11558: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks <<< 7222 1726884011.11773: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. <<< 7222 1726884011.11827: stderr chunk (state=3): >>><<< 7222 1726884011.11831: stdout chunk (state=3): >>><<< 7222 1726884011.11901: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff855243dc0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd83a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff855243b20> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff855243ac0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd8490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd8940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd8670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f8f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f8f220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fb2850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f8f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ff0880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f88d90> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fb2d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854fd8970> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f2eeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f31f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f27610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f2d640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f2e370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854eb0d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854eb0880> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854eb0e80> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854eb0f40> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854eb0e50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f09d00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f025e0> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f16640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f35e20> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854ec2c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f09220> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854f16250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f3b9d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec2f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec2d60> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec2cd0> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854e96340> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854e96430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ecaf70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec4a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec44c0> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854dbe190> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854e80cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec4e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854f3b040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854dd0ac0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854dd0df0> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854de2700> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854de2c40> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d70370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854dd0ee0> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d80250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854de2580> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d80310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec29a0> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d9c670> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d9c940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854d9c730> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d9c820> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854d9cc70> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854daa1c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854d9c8b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854d8fa00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854ec2580> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854d9ca60> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff854cc5640> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bec790> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bec160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bec280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854becee0> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854becfd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854becd00> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854becf40> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bec100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545eceb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854b62f70> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854b62d90> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854b62400> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c53dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c533d0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c53f40> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c21b20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bbdca0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bbd370> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bf2460> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bbd490> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bbd4c0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545cf220> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c331c0> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545db8e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c33340> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c4cd00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545db880> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545db6d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545da670> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8545da5b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854c2c880> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bb6670> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bb4a90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bc30a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854bb60d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bf8a00> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8541d5550> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545a94f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff85417b070> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff854bb4bb0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545b8940> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff854c3e250> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545b85e0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff85459d790> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff85459a7c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8545938e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_bnfewmxk/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/tmp/ssh_config", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. 7222 1726884011.12446: done with _execute_module (ansible.legacy.stat, {'path': '/tmp/ssh_config', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_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': 'ansible.legacy.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-1726884010.5264769-7490-70397401666880/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 7222 1726884011.12450: Sending initial data 7222 1726884011.12452: Sent initial data (154 bytes) 7222 1726884011.12905: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.12909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.13005: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.13008: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 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.9.183 originally 10.31.9.183 debug2: match found <<< 7222 1726884011.13014: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.13053: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884011.13057: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884011.13070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884011.13120: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884011.15623: 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 <<< 7222 1726884011.15678: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7222 1726884011.15721: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7222eassh4i8/tmp0t4lxq_o/ssh_config.j2 /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/.source <<< 7222 1726884011.15783: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7222 1726884011.16026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884011.16222: stderr chunk (state=3): >>><<< 7222 1726884011.16225: stdout chunk (state=3): >>><<< 7222 1726884011.16238: _low_level_execute_command(): starting 7222 1726884011.16254: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/ /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/.source && sleep 0' 7222 1726884011.16909: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884011.16936: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.16959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.16986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.17040: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.17062: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884011.17080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.17106: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884011.17119: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884011.17145: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884011.17148: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.17151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.17175: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match found <<< 7222 1726884011.17179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.17256: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884011.17279: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884011.17295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884011.17383: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884011.19697: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884011.19749: stderr chunk (state=3): >>><<< 7222 1726884011.19752: stdout chunk (state=3): >>><<< 7222 1726884011.19766: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884011.19796: variable 'ansible_module_compression' from source: unknown 7222 1726884011.19836: ANSIBALLZ: Using generic lock for ansible.legacy.copy 7222 1726884011.19839: ANSIBALLZ: Acquiring lock 7222 1726884011.19841: ANSIBALLZ: Lock acquired: 139967136216416 7222 1726884011.19844: ANSIBALLZ: Creating module 7222 1726884011.31116: ANSIBALLZ: Writing module into payload 7222 1726884011.31234: ANSIBALLZ: Writing module 7222 1726884011.31254: ANSIBALLZ: Renaming module 7222 1726884011.31267: ANSIBALLZ: Done creating module 7222 1726884011.31276: variable 'ansible_facts' from source: unknown 7222 1726884011.31324: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/AnsiballZ_copy.py 7222 1726884011.31431: Sending initial data 7222 1726884011.31435: Sent initial data (150 bytes) 7222 1726884011.32221: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884011.32230: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.32241: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.32254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.32316: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found <<< 7222 1726884011.32320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 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 <<< 7222 1726884011.32374: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.32408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884011.32426: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884011.32510: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884011.34215: 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 <<< 7222 1726884011.34266: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7222 1726884011.34325: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7222eassh4i8/tmp5760utvl /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/AnsiballZ_copy.py <<< 7222 1726884011.34383: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7222 1726884011.35332: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884011.35492: stderr chunk (state=3): >>><<< 7222 1726884011.35507: stdout chunk (state=3): >>><<< 7222 1726884011.35525: done transferring module to remote 7222 1726884011.35541: _low_level_execute_command(): starting 7222 1726884011.35544: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/ /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/AnsiballZ_copy.py && sleep 0' 7222 1726884011.36213: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884011.36241: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.36245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.36250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.36472: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.36480: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884011.36484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.36486: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884011.36490: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884011.36493: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884011.36495: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.36496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.36499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.36503: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.36505: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884011.36507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.36509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884011.36511: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884011.36513: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884011.36529: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884011.38207: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884011.38257: stderr chunk (state=3): >>><<< 7222 1726884011.38260: stdout chunk (state=3): >>><<< 7222 1726884011.38272: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884011.38275: _low_level_execute_command(): starting 7222 1726884011.38281: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/AnsiballZ_copy.py && sleep 0' 7222 1726884011.40101: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884011.40112: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.40122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.40135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.40193: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.40204: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884011.40214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.40230: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884011.40234: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884011.40239: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884011.40248: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.40262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.40272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.40279: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.40285: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884011.40296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.40364: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884011.40381: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884011.40387: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884011.40522: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884011.43426: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 7222 1726884011.43431: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7222 1726884011.43514: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7222 1726884011.43566: stdout chunk (state=3): >>>import 'posix' # <<< 7222 1726884011.43606: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7222 1726884011.43729: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7222 1726884011.43732: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.43791: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7222 1726884011.43795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7222 1726884011.43799: stdout chunk (state=3): >>>import '_codecs' # <<< 7222 1726884011.43815: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63f3dc0> <<< 7222 1726884011.43882: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7222 1726884011.43885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' <<< 7222 1726884011.43887: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63983a0> <<< 7222 1726884011.43897: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63f3b20> <<< 7222 1726884011.43913: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7222 1726884011.43956: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63f3ac0> <<< 7222 1726884011.43983: stdout chunk (state=3): >>>import '_signal' # <<< 7222 1726884011.43990: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7222 1726884011.44010: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6398490> <<< 7222 1726884011.44073: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7222 1726884011.44080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7222 1726884011.44083: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7222 1726884011.44086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884011.44104: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6398940> <<< 7222 1726884011.44115: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6398670> <<< 7222 1726884011.44162: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7222 1726884011.44170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7222 1726884011.44206: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7222 1726884011.44209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7222 1726884011.44240: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7222 1726884011.44260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7222 1726884011.44279: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a634f190> <<< 7222 1726884011.44312: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7222 1726884011.44323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7222 1726884011.44425: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a634f220> <<< 7222 1726884011.44464: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7222 1726884011.44468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7222 1726884011.44494: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7222 1726884011.44510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6372850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a634f940> <<< 7222 1726884011.44549: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63b0880> <<< 7222 1726884011.44572: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7222 1726884011.44575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6348d90> <<< 7222 1726884011.44648: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7222 1726884011.44662: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6372d90> <<< 7222 1726884011.44732: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6398970> <<< 7222 1726884011.44766: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7222 1726884011.45080: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7222 1726884011.45084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7222 1726884011.45119: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py <<< 7222 1726884011.45122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' <<< 7222 1726884011.45147: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7222 1726884011.45177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' <<< 7222 1726884011.45212: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7222 1726884011.45215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7222 1726884011.45227: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62eeeb0> <<< 7222 1726884011.45287: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62f1f40> <<< 7222 1726884011.45327: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7222 1726884011.45333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7222 1726884011.45346: stdout chunk (state=3): >>>import '_sre' # <<< 7222 1726884011.45367: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7222 1726884011.45386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7222 1726884011.45407: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7222 1726884011.45441: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62e7610> <<< 7222 1726884011.45460: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62ed640> <<< 7222 1726884011.45466: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62ee370> <<< 7222 1726884011.45492: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7222 1726884011.45570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7222 1726884011.45601: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7222 1726884011.45635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.45663: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' <<< 7222 1726884011.45708: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a6270d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6270880> <<< 7222 1726884011.45729: stdout chunk (state=3): >>>import 'itertools' # <<< 7222 1726884011.45766: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6270e80> <<< 7222 1726884011.45788: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7222 1726884011.45809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7222 1726884011.45840: stdout chunk (state=3): >>>import '_operator' # <<< 7222 1726884011.45849: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6270f40> <<< 7222 1726884011.45874: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py <<< 7222 1726884011.45882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6270e50> <<< 7222 1726884011.45901: stdout chunk (state=3): >>>import '_collections' # <<< 7222 1726884011.45952: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62c9d00> <<< 7222 1726884011.45964: stdout chunk (state=3): >>>import '_functools' # <<< 7222 1726884011.45998: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62c25e0> <<< 7222 1726884011.46071: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62d6640> <<< 7222 1726884011.46077: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62f5e20> <<< 7222 1726884011.46106: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7222 1726884011.46152: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a6282c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62c9220> <<< 7222 1726884011.46206: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a62d6250> <<< 7222 1726884011.46212: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62fb9d0> <<< 7222 1726884011.46240: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7222 1726884011.46274: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.46302: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7222 1726884011.46311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7222 1726884011.46334: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6282f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6282d60> <<< 7222 1726884011.46365: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6282cd0> <<< 7222 1726884011.46399: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7222 1726884011.46427: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7222 1726884011.46433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884011.46461: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7222 1726884011.46519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7222 1726884011.46577: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6256340> <<< 7222 1726884011.46583: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7222 1726884011.46597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7222 1726884011.46630: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6256430> <<< 7222 1726884011.46814: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a628af70> <<< 7222 1726884011.46868: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6284a00> <<< 7222 1726884011.46884: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62844c0> <<< 7222 1726884011.46916: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7222 1726884011.46919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7222 1726884011.46960: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7222 1726884011.46972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7222 1726884011.47024: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f6e190> <<< 7222 1726884011.47055: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6240cd0> <<< 7222 1726884011.47125: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6284e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62fb040> <<< 7222 1726884011.47155: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7222 1726884011.47184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7222 1726884011.47216: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' <<< 7222 1726884011.47219: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f80ac0> <<< 7222 1726884011.47235: stdout chunk (state=3): >>>import 'errno' # <<< 7222 1726884011.47264: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f80df0> <<< 7222 1726884011.47300: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7222 1726884011.47338: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py <<< 7222 1726884011.47341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' <<< 7222 1726884011.47349: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f92700> <<< 7222 1726884011.47376: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7222 1726884011.47406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7222 1726884011.47444: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f92c40> <<< 7222 1726884011.47512: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.47516: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f1f370> <<< 7222 1726884011.47518: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f80ee0> <<< 7222 1726884011.47530: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7222 1726884011.47587: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f30250> <<< 7222 1726884011.47592: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f92580> <<< 7222 1726884011.47622: stdout chunk (state=3): >>>import 'pwd' # <<< 7222 1726884011.47634: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f30310> <<< 7222 1726884011.47683: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62829a0> <<< 7222 1726884011.47699: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7222 1726884011.47736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7222 1726884011.47764: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7222 1726884011.47767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7222 1726884011.47807: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f4b670> <<< 7222 1726884011.47823: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' <<< 7222 1726884011.47864: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f4b940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f4b730> <<< 7222 1726884011.47891: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f4b820> <<< 7222 1726884011.47922: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7222 1726884011.48197: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f4bc70> <<< 7222 1726884011.48233: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f5a1c0> <<< 7222 1726884011.48251: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f4b8b0> <<< 7222 1726884011.48263: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f3fa00> <<< 7222 1726884011.48308: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6282580> <<< 7222 1726884011.48321: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7222 1726884011.48402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7222 1726884011.48438: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f4ba60> <<< 7222 1726884011.48582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7222 1726884011.48600: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f27a5e6f640> <<< 7222 1726884011.48801: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available <<< 7222 1726884011.48936: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.48991: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 7222 1726884011.48998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.49019: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py <<< 7222 1726884011.49022: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.50883: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.52395: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96790> <<< 7222 1726884011.52423: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.52455: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7222 1726884011.52491: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7222 1726884011.52540: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d96160><<< 7222 1726884011.52544: stdout chunk (state=3): >>> <<< 7222 1726884011.52587: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96280> <<< 7222 1726884011.52640: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96ee0> <<< 7222 1726884011.52672: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7222 1726884011.52744: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96fd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96d00> import 'atexit' # <<< 7222 1726884011.52792: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.52798: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d96f40> <<< 7222 1726884011.52816: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7222 1726884011.52856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7222 1726884011.52906: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96100> <<< 7222 1726884011.52938: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7222 1726884011.52953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7222 1726884011.52983: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7222 1726884011.53012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7222 1726884011.53043: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7222 1726884011.53162: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a57aceb0> <<< 7222 1726884011.53217: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a57cdf70> <<< 7222 1726884011.53259: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a57cdd90> <<< 7222 1726884011.53287: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7222 1726884011.53331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7222 1726884011.53368: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a57cd400> <<< 7222 1726884011.53394: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dfddc0> <<< 7222 1726884011.53717: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dfd3d0> <<< 7222 1726884011.53764: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7222 1726884011.53771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7222 1726884011.53793: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dfdf40> <<< 7222 1726884011.53834: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py <<< 7222 1726884011.53837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7222 1726884011.53864: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7222 1726884011.53897: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7222 1726884011.53909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7222 1726884011.53950: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7222 1726884011.53963: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dcbb20> <<< 7222 1726884011.54079: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d67ca0> <<< 7222 1726884011.54101: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d67370> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d9c460> <<< 7222 1726884011.54149: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.54152: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d67490> <<< 7222 1726884011.54194: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py <<< 7222 1726884011.54197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d674c0> <<< 7222 1726884011.54234: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7222 1726884011.54253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7222 1726884011.54280: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7222 1726884011.54322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7222 1726884011.54419: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.54422: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a578f220> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5ddd1c0> <<< 7222 1726884011.54465: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7222 1726884011.54468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7222 1726884011.54550: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.54566: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a579b8e0> <<< 7222 1726884011.54571: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5ddd340> <<< 7222 1726884011.54592: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7222 1726884011.54625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.54672: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py <<< 7222 1726884011.54675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7222 1726884011.54677: stdout chunk (state=3): >>>import '_string' # <<< 7222 1726884011.54758: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5df6d00> <<< 7222 1726884011.54988: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a579b880> <<< 7222 1726884011.55111: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.55116: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a579b6d0> <<< 7222 1726884011.55158: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a579a670> <<< 7222 1726884011.55222: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.55227: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a579a5b0> <<< 7222 1726884011.55232: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dd5880> <<< 7222 1726884011.55261: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7222 1726884011.55275: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7222 1726884011.55301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' <<< 7222 1726884011.55367: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.55372: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d60670> <<< 7222 1726884011.55651: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884011.55657: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d5ea90> <<< 7222 1726884011.55671: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d6d0a0> <<< 7222 1726884011.55714: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d600d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5da2a00> <<< 7222 1726884011.55734: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.55749: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py <<< 7222 1726884011.55772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.55871: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.55994: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.56001: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.56036: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py <<< 7222 1726884011.56063: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.56067: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7222 1726884011.56079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.56218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.56406: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.57171: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.57959: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py <<< 7222 1726884011.57967: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7222 1726884011.57971: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py <<< 7222 1726884011.58009: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7222 1726884011.58012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.58073: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5382550> <<< 7222 1726884011.58174: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7222 1726884011.58201: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a577d4f0> <<< 7222 1726884011.58223: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5327070> <<< 7222 1726884011.58265: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py <<< 7222 1726884011.58273: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.58297: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.58336: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py <<< 7222 1726884011.58339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.58514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.58717: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7222 1726884011.58767: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d5ebb0> <<< 7222 1726884011.58772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.59412: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60017: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60111: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60220: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py <<< 7222 1726884011.60224: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60258: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60312: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py <<< 7222 1726884011.60315: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60538: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py <<< 7222 1726884011.60542: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60548: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60567: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7222 1726884011.60609: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60666: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 7222 1726884011.60669: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.60968: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.61272: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7222 1726884011.61326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7222 1726884011.61330: stdout chunk (state=3): >>>import '_ast' # <<< 7222 1726884011.61422: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5778940> <<< 7222 1726884011.61440: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.61519: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.61621: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py <<< 7222 1726884011.61625: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py <<< 7222 1726884011.61657: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.61703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.61759: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py <<< 7222 1726884011.61762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.61816: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.61868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.62002: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.62084: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py <<< 7222 1726884011.62133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884011.62229: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5de8250> <<< 7222 1726884011.62268: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a57785e0> <<< 7222 1726884011.62355: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7222 1726884011.62515: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.62598: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.62627: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.62716: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7222 1726884011.62720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' <<< 7222 1726884011.62737: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7222 1726884011.62773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' <<< 7222 1726884011.62807: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7222 1726884011.62826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7222 1726884011.62973: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a575d790> <<< 7222 1726884011.63030: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a575a7c0> <<< 7222 1726884011.63122: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a57538e0> <<< 7222 1726884011.63126: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7222 1726884011.63167: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.63194: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py <<< 7222 1726884011.63197: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py <<< 7222 1726884011.63290: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py <<< 7222 1726884011.63320: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884011.63323: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py <<< 7222 1726884011.63334: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.63857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.64377: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/filecmp.cpython-39.pyc matches /usr/lib64/python3.9/filecmp.py <<< 7222 1726884011.64380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/filecmp.cpython-39.pyc' <<< 7222 1726884011.64384: stdout chunk (state=3): >>>import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5de85e0> <<< 7222 1726884011.64510: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884011.64814: stdout chunk (state=3): >>>import 'gc' # <<< 7222 1726884011.66097: stdout chunk (state=3): >>> {"dest": "/tmp/ssh_config", "src": "/root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/.source", "md5sum": "794672c8a072307a0e09ee8ae798b34c", "checksum": "fd10e361130dbd3cf0286a2cc3bd7f14ae1d8b43", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 81, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/.source", "dest": "/tmp/ssh_config", "owner": "root", "group": "root", "mode": "644", "validate": " ssh -G -F %s example.com\n", "backup": true, "follow": false, "_original_basename": "ssh_config.j2", "checksum": "fd10e361130dbd3cf0286a2cc3bd7f14ae1d8b43", "force": true, "unsafe_writes": false, "content": null, "directory_mode": null, "remote_src": null, "local_follow": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7222 1726884011.66138: stdout chunk (state=3): >>># destroy __main__ <<< 7222 1726884011.66803: stdout chunk (state=3): >>># clear builtins._ # clear sys.path<<< 7222 1726884011.66811: stdout chunk (state=3): >>> # clear sys.argv # clear sys.ps1<<< 7222 1726884011.66815: stdout chunk (state=3): >>> # clear sys.ps2 # clear sys.last_type<<< 7222 1726884011.66820: stdout chunk (state=3): >>> # clear sys.last_value<<< 7222 1726884011.66822: stdout chunk (state=3): >>> # clear sys.last_traceback<<< 7222 1726884011.66829: stdout chunk (state=3): >>> # clear sys.path_hooks<<< 7222 1726884011.66831: stdout chunk (state=3): >>> # clear sys.path_importer_cache<<< 7222 1726884011.66837: stdout chunk (state=3): >>> <<< 7222 1726884011.66840: stdout chunk (state=3): >>># clear sys.meta_path<<< 7222 1726884011.66842: stdout chunk (state=3): >>> # clear sys.__interactivehook__<<< 7222 1726884011.66849: stdout chunk (state=3): >>> # restore sys.stdin<<< 7222 1726884011.66855: stdout chunk (state=3): >>> # restore sys.stdout<<< 7222 1726884011.66857: stdout chunk (state=3): >>> <<< 7222 1726884011.66862: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing sys<<< 7222 1726884011.66866: stdout chunk (state=3): >>> # cleanup[2] removing builtins<<< 7222 1726884011.66868: stdout chunk (state=3): >>> # cleanup[2] removing _frozen_importlib<<< 7222 1726884011.66953: stdout chunk (state=3): >>> # 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<<< 7222 1726884011.66960: stdout chunk (state=3): >>> # cleanup[2] removing _codecs # cleanup[2] removing codecs<<< 7222 1726884011.66966: stdout chunk (state=3): >>> # cleanup[2] removing encodings.aliases<<< 7222 1726884011.66969: stdout chunk (state=3): >>> # cleanup[2] removing encodings <<< 7222 1726884011.67019: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc<<< 7222 1726884011.67081: stdout chunk (state=3): >>> # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat <<< 7222 1726884011.67095: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath<<< 7222 1726884011.67102: stdout chunk (state=3): >>> # cleanup[2] removing posixpath <<< 7222 1726884011.67108: stdout chunk (state=3): >>># cleanup[2] removing os.path # cleanup[2] removing os<<< 7222 1726884011.67154: stdout chunk (state=3): >>> # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types<<< 7222 1726884011.67182: stdout chunk (state=3): >>> # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants<<< 7222 1726884011.67207: stdout chunk (state=3): >>> # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile<<< 7222 1726884011.67255: stdout chunk (state=3): >>> # cleanup[2] removing _heapq # cleanup[2] removing heapq <<< 7222 1726884011.67281: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator <<< 7222 1726884011.67307: stdout chunk (state=3): >>># cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib<<< 7222 1726884011.67333: stdout chunk (state=3): >>> # cleanup[2] removing _collections # cleanup[2] removing collections <<< 7222 1726884011.67397: stdout chunk (state=3): >>># cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64<<< 7222 1726884011.67426: stdout chunk (state=3): >>> # destroy base64 # cleanup[2] removing importlib._bootstrap <<< 7222 1726884011.67457: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib <<< 7222 1726884011.67509: stdout chunk (state=3): >>># cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc<<< 7222 1726884011.67532: stdout chunk (state=3): >>> # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset <<< 7222 1726884011.67558: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil <<< 7222 1726884011.67612: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing runpy # destroy runpy<<< 7222 1726884011.67638: stdout chunk (state=3): >>> # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression <<< 7222 1726884011.67663: stdout chunk (state=3): >>># cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 <<< 7222 1726884011.67693: stdout chunk (state=3): >>># cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma<<< 7222 1726884011.67836: stdout chunk (state=3): >>> # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 7222 1726884011.67861: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile <<< 7222 1726884011.67884: stdout chunk (state=3): >>># destroy zipfile <<< 7222 1726884011.67951: stdout chunk (state=3): >>># cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible<<< 7222 1726884011.67978: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner <<< 7222 1726884011.68066: stdout chunk (state=3): >>># cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale <<< 7222 1726884011.68172: stdout chunk (state=3): >>># cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize<<< 7222 1726884011.68200: stdout chunk (state=3): >>> # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd<<< 7222 1726884011.68224: stdout chunk (state=3): >>> # cleanup[2] removing _datetime # cleanup[2] removing datetime<<< 7222 1726884011.68278: stdout chunk (state=3): >>> # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string<<< 7222 1726884011.68366: stdout chunk (state=3): >>> # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # 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<<< 7222 1726884011.68402: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale <<< 7222 1726884011.68417: stdout chunk (state=3): >>># destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux<<< 7222 1726884011.68464: stdout chunk (state=3): >>> # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules<<< 7222 1726884011.68729: stdout chunk (state=3): >>> # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing gc # destroy _sitebuiltins <<< 7222 1726884011.68771: stdout chunk (state=3): >>># destroy importlib.util <<< 7222 1726884011.68790: stdout chunk (state=3): >>># destroy importlib.abc # destroy importlib.machinery <<< 7222 1726884011.68840: stdout chunk (state=3): >>># destroy zipimport <<< 7222 1726884011.68859: stdout chunk (state=3): >>># destroy _compression <<< 7222 1726884011.68884: stdout chunk (state=3): >>># destroy binascii<<< 7222 1726884011.68915: stdout chunk (state=3): >>> # destroy importlib # destroy struct # destroy bz2 # destroy lzma<<< 7222 1726884011.68925: stdout chunk (state=3): >>> <<< 7222 1726884011.68960: stdout chunk (state=3): >>># destroy __main__ # destroy locale <<< 7222 1726884011.68997: stdout chunk (state=3): >>># destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7222 1726884011.69036: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner<<< 7222 1726884011.69066: stdout chunk (state=3): >>> # destroy _json # destroy encodings <<< 7222 1726884011.69147: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7222 1726884011.69168: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7222 1726884011.69252: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging <<< 7222 1726884011.69266: stdout chunk (state=3): >>># destroy argparse <<< 7222 1726884011.69371: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 7222 1726884011.69405: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves <<< 7222 1726884011.69429: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7222 1726884011.69454: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader <<< 7222 1726884011.69504: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime<<< 7222 1726884011.69527: stdout chunk (state=3): >>> # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize<<< 7222 1726884011.69550: stdout chunk (state=3): >>> # cleanup[3] wiping platform <<< 7222 1726884011.69587: stdout chunk (state=3): >>># destroy subprocess <<< 7222 1726884011.69624: stdout chunk (state=3): >>># cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl<<< 7222 1726884011.69645: stdout chunk (state=3): >>> # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437<<< 7222 1726884011.69668: stdout chunk (state=3): >>> # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib <<< 7222 1726884011.69707: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 7222 1726884011.69743: stdout chunk (state=3): >>># cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd<<< 7222 1726884011.69770: stdout chunk (state=3): >>> # cleanup[3] wiping _lzma # cleanup[3] wiping threading<<< 7222 1726884011.69842: stdout chunk (state=3): >>> # cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 7222 1726884011.69873: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 7222 1726884011.69950: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg <<< 7222 1726884011.69982: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 7222 1726884011.70060: stdout chunk (state=3): >>># destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator <<< 7222 1726884011.70092: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types<<< 7222 1726884011.70136: stdout chunk (state=3): >>> # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os <<< 7222 1726884011.70201: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 7222 1726884011.70240: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal <<< 7222 1726884011.70292: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time <<< 7222 1726884011.70356: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref <<< 7222 1726884011.70419: stdout chunk (state=3): >>># cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp <<< 7222 1726884011.70481: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy gc<<< 7222 1726884011.70518: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl <<< 7222 1726884011.70564: stdout chunk (state=3): >>># destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7222 1726884011.70792: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7222 1726884011.70825: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse <<< 7222 1726884011.70842: stdout chunk (state=3): >>># destroy tokenize <<< 7222 1726884011.70871: stdout chunk (state=3): >>># destroy _heapq <<< 7222 1726884011.70900: stdout chunk (state=3): >>># destroy posixpath # destroy stat <<< 7222 1726884011.70937: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy errno<<< 7222 1726884011.70974: stdout chunk (state=3): >>> # destroy signal # destroy contextlib # destroy pwd # destroy grp <<< 7222 1726884011.70988: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy selectors <<< 7222 1726884011.71018: stdout chunk (state=3): >>># destroy select <<< 7222 1726884011.71058: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request <<< 7222 1726884011.71092: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools <<< 7222 1726884011.71123: stdout chunk (state=3): >>># destroy itertools # destroy operator # destroy ansible.module_utils.six.moves <<< 7222 1726884011.71164: stdout chunk (state=3): >>># destroy _operator # destroy _frozen_importlib_external # destroy _imp <<< 7222 1726884011.71196: stdout chunk (state=3): >>># destroy io # destroy marshal <<< 7222 1726884011.71239: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 7222 1726884011.71266: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7222 1726884011.71694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. <<< 7222 1726884011.71772: stderr chunk (state=3): >>><<< 7222 1726884011.71782: stdout chunk (state=3): >>><<< 7222 1726884011.71895: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63f3dc0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63983a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63f3b20> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63f3ac0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6398490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6398940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6398670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a634f190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a634f220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6372850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a634f940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a63b0880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6348d90> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6372d90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6398970> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62eeeb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62f1f40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62e7610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62ed640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62ee370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a6270d90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6270880> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6270e80> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6270f40> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6270e50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62c9d00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62c25e0> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62d6640> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62f5e20> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a6282c40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62c9220> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a62d6250> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62fb9d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6282f70> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6282d60> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6282cd0> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6256340> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6256430> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a628af70> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6284a00> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62844c0> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f6e190> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6240cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6284e80> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62fb040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f80ac0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f80df0> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f92700> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f92c40> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f1f370> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f80ee0> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f30250> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f92580> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f30310> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a62829a0> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f4b670> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f4b940> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f4b730> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f4b820> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f4bc70> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5f5a1c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f4b8b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f3fa00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a6282580> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5f4ba60> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f27a5e6f640> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96790> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d96160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96ee0> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96fd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96d00> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d96f40> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d96100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a57aceb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a57cdf70> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a57cdd90> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a57cd400> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dfddc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dfd3d0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dfdf40> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dcbb20> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d67ca0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d67370> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d9c460> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d67490> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d674c0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a578f220> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5ddd1c0> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a579b8e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5ddd340> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5df6d00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a579b880> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a579b6d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a579a670> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a579a5b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5dd5880> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d60670> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d5ea90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d6d0a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5d600d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5da2a00> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5382550> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a577d4f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5327070> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5d5ebb0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5778940> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a5de8250> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a57785e0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a575d790> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a575a7c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a57538e0> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_t5dl9yog/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/filecmp.cpython-39.pyc matches /usr/lib64/python3.9/filecmp.py # code object from '/usr/lib64/python3.9/__pycache__/filecmp.cpython-39.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a5de85e0> # zipimport: zlib available import 'gc' # {"dest": "/tmp/ssh_config", "src": "/root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/.source", "md5sum": "794672c8a072307a0e09ee8ae798b34c", "checksum": "fd10e361130dbd3cf0286a2cc3bd7f14ae1d8b43", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 81, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/.source", "dest": "/tmp/ssh_config", "owner": "root", "group": "root", "mode": "644", "validate": " ssh -G -F %s example.com\n", "backup": true, "follow": false, "_original_basename": "ssh_config.j2", "checksum": "fd10e361130dbd3cf0286a2cc3bd7f14ae1d8b43", "force": true, "unsafe_writes": false, "content": null, "directory_mode": null, "remote_src": null, "local_follow": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing gc # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy gc # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing gc # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping gc # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy gc # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks 7222 1726884011.72715: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/.source', 'dest': '/tmp/ssh_config', 'owner': 'root', 'group': 'root', 'mode': '644', 'validate': ' ssh -G -F %s example.com\n', 'backup': True, 'follow': False, '_original_basename': 'ssh_config.j2', 'checksum': 'fd10e361130dbd3cf0286a2cc3bd7f14ae1d8b43', '_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': 'ansible.legacy.copy', '_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-1726884010.5264769-7490-70397401666880/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7222 1726884011.72718: _low_level_execute_command(): starting 7222 1726884011.72721: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/ > /dev/null 2>&1 && sleep 0' 7222 1726884011.74053: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.74059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.74087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7222 1726884011.74093: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.74367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884011.74370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884011.74437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884011.76470: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884011.76536: stderr chunk (state=3): >>><<< 7222 1726884011.76540: stdout chunk (state=3): >>><<< 7222 1726884011.76804: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884011.76808: handler run complete 7222 1726884011.76810: attempt loop complete, returning result 7222 1726884011.76813: _execute() done 7222 1726884011.76815: dumping result to json 7222 1726884011.76816: done dumping result, returning 7222 1726884011.76818: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ssh : Generate the configuration file [123ea4c4-b13b-25d7-f447-000000000030] 7222 1726884011.76820: sending task result for task 123ea4c4-b13b-25d7-f447-000000000030 7222 1726884011.76897: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000030 7222 1726884011.76902: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "fd10e361130dbd3cf0286a2cc3bd7f14ae1d8b43", "dest": "/tmp/ssh_config", "gid": 0, "group": "root", "md5sum": "794672c8a072307a0e09ee8ae798b34c", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 81, "src": "/root/.ansible/tmp/ansible-tmp-1726884010.5264769-7490-70397401666880/.source", "state": "file", "uid": 0 } 7222 1726884011.76997: no more pending results, returning what we have 7222 1726884011.77001: results queue empty 7222 1726884011.77002: checking for any_errors_fatal 7222 1726884011.77007: done checking for any_errors_fatal 7222 1726884011.77007: checking for max_fail_percentage 7222 1726884011.77009: done checking for max_fail_percentage 7222 1726884011.77012: checking to see if all hosts have failed and the running result is not ok 7222 1726884011.77013: done checking to see if all hosts have failed 7222 1726884011.77013: getting the remaining hosts for this loop 7222 1726884011.77015: done getting the remaining hosts for this loop 7222 1726884011.77019: getting the next task for host managed_node1 7222 1726884011.77028: done getting next task for host managed_node1 7222 1726884011.77030: ^ task is: TASK: meta (role_complete) 7222 1726884011.77033: ^ 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? (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 7222 1726884011.77043: getting variables 7222 1726884011.77045: in VariableManager get_vars() 7222 1726884011.77084: Calling all_inventory to load vars for managed_node1 7222 1726884011.77087: Calling groups_inventory to load vars for managed_node1 7222 1726884011.77101: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884011.77113: Calling all_plugins_play to load vars for managed_node1 7222 1726884011.77116: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884011.77119: Calling groups_plugins_play to load vars for managed_node1 7222 1726884011.77555: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884011.77911: done with get_vars() 7222 1726884011.77922: done getting variables 7222 1726884011.78138: done queuing things up, now waiting for results queue to drain 7222 1726884011.78140: results queue empty 7222 1726884011.78141: checking for any_errors_fatal 7222 1726884011.78144: done checking for any_errors_fatal 7222 1726884011.78145: checking for max_fail_percentage 7222 1726884011.78149: done checking for max_fail_percentage 7222 1726884011.78150: checking to see if all hosts have failed and the running result is not ok 7222 1726884011.78155: done checking to see if all hosts have failed 7222 1726884011.78156: getting the remaining hosts for this loop 7222 1726884011.78156: done getting the remaining hosts for this loop 7222 1726884011.78159: getting the next task for host managed_node1 7222 1726884011.78163: done getting next task for host managed_node1 7222 1726884011.78165: ^ task is: TASK: Download the custom configuration file 7222 1726884011.78166: ^ state is: HOST STATE: block=3, 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884011.78168: getting variables 7222 1726884011.78169: in VariableManager get_vars() 7222 1726884011.78179: Calling all_inventory to load vars for managed_node1 7222 1726884011.78181: Calling groups_inventory to load vars for managed_node1 7222 1726884011.78183: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884011.78297: Calling all_plugins_play to load vars for managed_node1 7222 1726884011.78315: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884011.78319: Calling groups_plugins_play to load vars for managed_node1 7222 1726884011.78584: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884011.79028: done with get_vars() 7222 1726884011.79036: done getting variables TASK [Download the custom configuration file] ********************************** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml:19 Friday 20 September 2024 22:00:11 -0400 (0:00:01.384) 0:00:07.540 ****** 7222 1726884011.79240: entering _queue_task() for managed_node1/slurp 7222 1726884011.79805: worker is 1 (out of 1 available) 7222 1726884011.79824: exiting _queue_task() for managed_node1/slurp 7222 1726884011.79840: done queuing things up, now waiting for results queue to drain 7222 1726884011.79841: waiting for pending results... 7222 1726884011.80128: running TaskExecutor() for managed_node1/TASK: Download the custom configuration file 7222 1726884011.80278: in run() - task 123ea4c4-b13b-25d7-f447-000000000008 7222 1726884011.80302: variable 'ansible_search_path' from source: unknown 7222 1726884011.80341: calling self._execute() 7222 1726884011.80438: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884011.80454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884011.80477: variable 'omit' from source: magic vars 7222 1726884011.80613: variable 'omit' from source: magic vars 7222 1726884011.80651: variable 'omit' from source: magic vars 7222 1726884011.80695: variable 'omit' from source: magic vars 7222 1726884011.80753: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884011.80800: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884011.80835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884011.80859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884011.80874: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884011.80917: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884011.80934: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884011.80943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884011.81072: Set connection var ansible_timeout to 10 7222 1726884011.81080: Set connection var ansible_shell_type to sh 7222 1726884011.81086: Set connection var ansible_connection to ssh 7222 1726884011.81099: Set connection var ansible_pipelining to False 7222 1726884011.81110: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884011.81125: Set connection var ansible_shell_executable to /bin/sh 7222 1726884011.81167: variable 'ansible_shell_executable' from source: unknown 7222 1726884011.81174: variable 'ansible_connection' from source: unknown 7222 1726884011.81180: variable 'ansible_module_compression' from source: unknown 7222 1726884011.81185: variable 'ansible_shell_type' from source: unknown 7222 1726884011.81194: variable 'ansible_shell_executable' from source: unknown 7222 1726884011.81201: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884011.81208: variable 'ansible_pipelining' from source: unknown 7222 1726884011.81214: variable 'ansible_timeout' from source: unknown 7222 1726884011.81225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884011.81483: 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__) 7222 1726884011.81500: variable 'omit' from source: magic vars 7222 1726884011.81510: starting attempt loop 7222 1726884011.81517: running the handler 7222 1726884011.81533: _low_level_execute_command(): starting 7222 1726884011.81555: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7222 1726884011.82379: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884011.82402: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.82415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.82432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.82492: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.82508: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884011.82523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.82541: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884011.82556: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884011.82582: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884011.82598: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.82612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.82626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.82639: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.82660: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884011.82680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.82766: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884011.82797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884011.82828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884011.82924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884011.85133: stdout chunk (state=3): >>>/root <<< 7222 1726884011.85409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884011.85413: stdout chunk (state=3): >>><<< 7222 1726884011.85415: stderr chunk (state=3): >>><<< 7222 1726884011.85510: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884011.85513: _low_level_execute_command(): starting 7222 1726884011.85516: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544 `" && echo ansible-tmp-1726884011.8543396-7550-126623316757544="` echo /root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544 `" ) && sleep 0' 7222 1726884011.86161: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884011.86184: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.86208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.86227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.86280: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.86302: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884011.86319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.86340: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884011.86355: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884011.86367: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884011.86378: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884011.86407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884011.86423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884011.86436: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884011.86450: stderr chunk (state=3): >>>debug2: match found <<< 7222 1726884011.86463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884011.86554: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884011.86574: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884011.86591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884011.86682: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884011.89449: stdout chunk (state=3): >>>ansible-tmp-1726884011.8543396-7550-126623316757544=/root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544 <<< 7222 1726884011.89705: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884011.89730: stdout chunk (state=3): >>><<< 7222 1726884011.89733: stderr chunk (state=3): >>><<< 7222 1726884011.89738: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884011.8543396-7550-126623316757544=/root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884011.89831: variable 'ansible_module_compression' from source: unknown 7222 1726884011.89867: ANSIBALLZ: Using lock for slurp 7222 1726884011.89870: ANSIBALLZ: Acquiring lock 7222 1726884011.89873: ANSIBALLZ: Lock acquired: 139967133282576 7222 1726884011.89875: ANSIBALLZ: Creating module 7222 1726884012.00872: ANSIBALLZ: Writing module into payload 7222 1726884012.00919: ANSIBALLZ: Writing module 7222 1726884012.00940: ANSIBALLZ: Renaming module 7222 1726884012.00958: ANSIBALLZ: Done creating module 7222 1726884012.00976: variable 'ansible_facts' from source: unknown 7222 1726884012.01055: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544/AnsiballZ_slurp.py 7222 1726884012.01201: Sending initial data 7222 1726884012.01211: Sent initial data (152 bytes) 7222 1726884012.01977: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884012.01981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884012.02020: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found <<< 7222 1726884012.02023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884012.02026: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match found <<< 7222 1726884012.02030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884012.02085: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884012.02090: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884012.02093: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884012.02157: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884012.04616: 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 <<< 7222 1726884012.04660: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 7222 1726884012.04712: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7222eassh4i8/tmp3lcwh8dl /root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544/AnsiballZ_slurp.py <<< 7222 1726884012.04763: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 7222 1726884012.05829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884012.05950: stderr chunk (state=3): >>><<< 7222 1726884012.05953: stdout chunk (state=3): >>><<< 7222 1726884012.05974: done transferring module to remote 7222 1726884012.05987: _low_level_execute_command(): starting 7222 1726884012.05993: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544/ /root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544/AnsiballZ_slurp.py && sleep 0' 7222 1726884012.06649: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884012.06656: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884012.06696: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found <<< 7222 1726884012.06704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884012.06727: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884012.06742: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address <<< 7222 1726884012.06757: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7222 1726884012.06793: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884012.06796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884012.06798: 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.9.183 originally 10.31.9.183 debug2: match found <<< 7222 1726884012.06800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884012.06869: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884012.06886: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884012.06902: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884012.06978: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884012.09294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884012.09350: stderr chunk (state=3): >>><<< 7222 1726884012.09353: stdout chunk (state=3): >>><<< 7222 1726884012.09366: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884012.09369: _low_level_execute_command(): starting 7222 1726884012.09374: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544/AnsiballZ_slurp.py && sleep 0' 7222 1726884012.09872: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884012.09875: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884012.09878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884012.09916: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884012.09922: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884012.09925: 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884012.09987: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 7222 1726884012.09993: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884012.09997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884012.10059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884012.12866: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 7222 1726884012.12869: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7222 1726884012.12931: stdout chunk (state=3): >>>import '_io' # <<< 7222 1726884012.12960: stdout chunk (state=3): >>>import 'marshal' # <<< 7222 1726884012.12987: stdout chunk (state=3): >>>import 'posix' # <<< 7222 1726884012.13021: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7222 1726884012.13027: stdout chunk (state=3): >>># installing zipimport hook <<< 7222 1726884012.13074: stdout chunk (state=3): >>>import 'time' # <<< 7222 1726884012.13082: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7222 1726884012.13142: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884012.13164: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py <<< 7222 1726884012.13190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' <<< 7222 1726884012.13201: stdout chunk (state=3): >>>import '_codecs' # <<< 7222 1726884012.13220: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6476cdc0> <<< 7222 1726884012.13288: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py <<< 7222 1726884012.13292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f647113a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6476cb20> <<< 7222 1726884012.13320: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' <<< 7222 1726884012.13343: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6476cac0> <<< 7222 1726884012.13361: stdout chunk (state=3): >>>import '_signal' # <<< 7222 1726884012.13399: stdout chunk (state=3): >>># /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py <<< 7222 1726884012.13402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' <<< 7222 1726884012.13407: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64711490> <<< 7222 1726884012.13432: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py <<< 7222 1726884012.13436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' <<< 7222 1726884012.13463: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py <<< 7222 1726884012.13467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884012.13480: stdout chunk (state=3): >>>import '_abc' # <<< 7222 1726884012.13487: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64711940> <<< 7222 1726884012.13509: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64711670> <<< 7222 1726884012.13551: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py <<< 7222 1726884012.13554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' <<< 7222 1726884012.13590: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py <<< 7222 1726884012.13613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' <<< 7222 1726884012.13646: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py <<< 7222 1726884012.13652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' <<< 7222 1726884012.13674: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646c8190> <<< 7222 1726884012.13697: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py <<< 7222 1726884012.13719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' <<< 7222 1726884012.13820: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646c8220> <<< 7222 1726884012.13849: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py <<< 7222 1726884012.13868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' <<< 7222 1726884012.13882: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py <<< 7222 1726884012.13895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646eb850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646c8940> <<< 7222 1726884012.13939: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64729880> <<< 7222 1726884012.13963: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py <<< 7222 1726884012.13972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646c1d90> <<< 7222 1726884012.14038: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' <<< 7222 1726884012.14049: stdout chunk (state=3): >>>import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646ebd90> <<< 7222 1726884012.14126: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64711970> <<< 7222 1726884012.14161: stdout chunk (state=3): >>>Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux <<< 7222 1726884012.14168: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 7222 1726884012.14460: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py <<< 7222 1726884012.14470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' <<< 7222 1726884012.14523: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py <<< 7222 1726884012.14576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py <<< 7222 1726884012.14592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' <<< 7222 1726884012.14597: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64667eb0> <<< 7222 1726884012.14685: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6466af40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py <<< 7222 1726884012.14692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' <<< 7222 1726884012.14706: stdout chunk (state=3): >>>import '_sre' # <<< 7222 1726884012.14737: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py <<< 7222 1726884012.14748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' <<< 7222 1726884012.14769: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' <<< 7222 1726884012.14803: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64660610> <<< 7222 1726884012.14810: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64666640> <<< 7222 1726884012.14836: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64667370> <<< 7222 1726884012.14865: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py <<< 7222 1726884012.14960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' <<< 7222 1726884012.14990: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py <<< 7222 1726884012.15010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884012.15041: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py <<< 7222 1726884012.15115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f643d4df0> <<< 7222 1726884012.15143: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643d48e0> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643d4ee0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py <<< 7222 1726884012.15196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' <<< 7222 1726884012.15211: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643d4fa0> <<< 7222 1726884012.15230: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643d4eb0> <<< 7222 1726884012.15247: stdout chunk (state=3): >>>import '_collections' # <<< 7222 1726884012.15314: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64642d60> <<< 7222 1726884012.15327: stdout chunk (state=3): >>>import '_functools' # <<< 7222 1726884012.15346: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6463b640> <<< 7222 1726884012.15447: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6464e6a0> <<< 7222 1726884012.15450: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6466ee20> <<< 7222 1726884012.15453: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' <<< 7222 1726884012.15484: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.15492: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f643e7ca0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64642280> <<< 7222 1726884012.15563: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.15567: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f6464e2b0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646749d0> <<< 7222 1726884012.15570: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' <<< 7222 1726884012.15603: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884012.15606: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py <<< 7222 1726884012.15640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' <<< 7222 1726884012.15646: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e7fd0> <<< 7222 1726884012.15653: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e7dc0> <<< 7222 1726884012.15685: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' <<< 7222 1726884012.15695: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e7d30> <<< 7222 1726884012.15708: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py <<< 7222 1726884012.15714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' <<< 7222 1726884012.15734: stdout chunk (state=3): >>># /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py <<< 7222 1726884012.15756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' <<< 7222 1726884012.15777: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py <<< 7222 1726884012.15838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' <<< 7222 1726884012.15867: stdout chunk (state=3): >>># /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py <<< 7222 1726884012.15878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643ba3a0> <<< 7222 1726884012.15887: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py <<< 7222 1726884012.15906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' <<< 7222 1726884012.15946: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643ba490> <<< 7222 1726884012.16125: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643eefd0> <<< 7222 1726884012.16172: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e9a60> <<< 7222 1726884012.16186: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e9580> <<< 7222 1726884012.16203: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py <<< 7222 1726884012.16224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' <<< 7222 1726884012.16259: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py <<< 7222 1726884012.16277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' <<< 7222 1726884012.16304: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py <<< 7222 1726884012.16320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642d41f0> <<< 7222 1726884012.16361: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643a5b80> <<< 7222 1726884012.16437: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e9ee0> <<< 7222 1726884012.16451: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64674040> <<< 7222 1726884012.16464: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py <<< 7222 1726884012.16483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' <<< 7222 1726884012.16520: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py <<< 7222 1726884012.16523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642e6b20> <<< 7222 1726884012.16528: stdout chunk (state=3): >>>import 'errno' # <<< 7222 1726884012.16573: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.16582: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642e6e50> <<< 7222 1726884012.16585: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py <<< 7222 1726884012.16587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' <<< 7222 1726884012.16627: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' <<< 7222 1726884012.16633: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642f8760> <<< 7222 1726884012.16656: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py <<< 7222 1726884012.16695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' <<< 7222 1726884012.16731: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642f8ca0> <<< 7222 1726884012.16776: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.16781: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642853d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642e6f40> <<< 7222 1726884012.16800: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py <<< 7222 1726884012.16810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' <<< 7222 1726884012.16876: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.16879: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642962b0> <<< 7222 1726884012.16882: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642f85e0> import 'pwd' # <<< 7222 1726884012.16913: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f64296370> <<< 7222 1726884012.16968: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e7a00> <<< 7222 1726884012.16986: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py <<< 7222 1726884012.17015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' <<< 7222 1726884012.17033: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py <<< 7222 1726884012.17058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' <<< 7222 1726884012.17094: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.17106: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642b16d0> <<< 7222 1726884012.17118: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' <<< 7222 1726884012.17150: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.17159: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642b19a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642b1790> <<< 7222 1726884012.17182: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.17188: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642b1880> <<< 7222 1726884012.17226: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py <<< 7222 1726884012.17228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' <<< 7222 1726884012.17495: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.17500: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642b1cd0> <<< 7222 1726884012.17543: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.17572: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642be220> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642b1910> <<< 7222 1726884012.17613: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642a5a60> <<< 7222 1726884012.17617: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e75e0> <<< 7222 1726884012.17633: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py <<< 7222 1726884012.17719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' <<< 7222 1726884012.17762: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642b1ac0> <<< 7222 1726884012.17908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/encodings/cp437.pyc' <<< 7222 1726884012.17930: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0f641cd6a0> <<< 7222 1726884012.18328: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip' # zipimport: zlib available <<< 7222 1726884012.18502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.18566: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/__init__.py <<< 7222 1726884012.18570: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884012.18574: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/__init__.py <<< 7222 1726884012.18587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.20551: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.22172: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd67f0> <<< 7222 1726884012.22208: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' <<< 7222 1726884012.22231: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py <<< 7222 1726884012.22251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' <<< 7222 1726884012.22263: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63bd6160> <<< 7222 1726884012.22315: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd6280> <<< 7222 1726884012.22362: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd6f40> <<< 7222 1726884012.22378: stdout chunk (state=3): >>># /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py <<< 7222 1726884012.22386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' <<< 7222 1726884012.22450: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd64f0> <<< 7222 1726884012.22453: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd6d60> <<< 7222 1726884012.22455: stdout chunk (state=3): >>>import 'atexit' # <<< 7222 1726884012.22484: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63bd6fa0> <<< 7222 1726884012.22510: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py <<< 7222 1726884012.22549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' <<< 7222 1726884012.22611: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd6100> <<< 7222 1726884012.22617: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py <<< 7222 1726884012.22656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' <<< 7222 1726884012.22666: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py <<< 7222 1726884012.22700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' <<< 7222 1726884012.22714: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py <<< 7222 1726884012.22724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' <<< 7222 1726884012.22834: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b2df10> <<< 7222 1726884012.22877: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.22882: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b4cf10> <<< 7222 1726884012.22913: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b4cd30> <<< 7222 1726884012.22937: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py <<< 7222 1726884012.22985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' <<< 7222 1726884012.23034: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b4c3a0> <<< 7222 1726884012.23040: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64159dc0> <<< 7222 1726884012.23308: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f641593a0> <<< 7222 1726884012.23324: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py <<< 7222 1726884012.23328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' <<< 7222 1726884012.23354: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64159fa0> <<< 7222 1726884012.23395: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' <<< 7222 1726884012.23407: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' <<< 7222 1726884012.23434: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py <<< 7222 1726884012.23441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' <<< 7222 1726884012.23476: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' <<< 7222 1726884012.23481: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6412ac70> <<< 7222 1726884012.23591: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ba9d00> <<< 7222 1726884012.23595: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ba93d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bdf4c0> <<< 7222 1726884012.23621: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.23629: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63ba94f0> <<< 7222 1726884012.23662: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py <<< 7222 1726884012.23665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ba9520> <<< 7222 1726884012.23685: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py <<< 7222 1726884012.23694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' <<< 7222 1726884012.23717: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py <<< 7222 1726884012.23753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' <<< 7222 1726884012.23842: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.23851: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b0e310> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6413b220> <<< 7222 1726884012.23863: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py <<< 7222 1726884012.23884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' <<< 7222 1726884012.23949: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.23959: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b1a880> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6413b3a0> <<< 7222 1726884012.23973: stdout chunk (state=3): >>># /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py <<< 7222 1726884012.24025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884012.24062: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' <<< 7222 1726884012.24067: stdout chunk (state=3): >>>import '_string' # <<< 7222 1726884012.24152: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64153dc0> <<< 7222 1726884012.24357: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b1a820> <<< 7222 1726884012.24469: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.24475: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b1a670> <<< 7222 1726884012.24504: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.24509: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b19610> <<< 7222 1726884012.24562: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.24567: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b19520> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f641338e0> <<< 7222 1726884012.24591: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' <<< 7222 1726884012.24613: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py <<< 7222 1726884012.24635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc'<<< 7222 1726884012.24640: stdout chunk (state=3): >>> <<< 7222 1726884012.24711: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b9f6a0> <<< 7222 1726884012.24991: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.24997: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b9daf0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bad0a0> <<< 7222 1726884012.25061: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b9f100> <<< 7222 1726884012.25072: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63be2ac0> # zipimport: zlib available <<< 7222 1726884012.25075: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/compat/__init__.py <<< 7222 1726884012.25077: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.25193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.25305: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7222 1726884012.25314: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/__init__.py <<< 7222 1726884012.25340: stdout chunk (state=3): >>># zipimport: zlib available<<< 7222 1726884012.25345: stdout chunk (state=3): >>> # zipimport: zlib available <<< 7222 1726884012.25368: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/text/__init__.py <<< 7222 1726884012.25390: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.25539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.25668: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.26411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.27157: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/six/__init__.py <<< 7222 1726884012.27167: 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 # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/text/converters.py <<< 7222 1726884012.27203: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py <<< 7222 1726884012.27222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884012.27285: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' <<< 7222 1726884012.27288: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f636e05b0> <<< 7222 1726884012.27385: stdout chunk (state=3): >>># /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' <<< 7222 1726884012.27393: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ae7550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f636810d0> <<< 7222 1726884012.27469: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/compat/selinux.py <<< 7222 1726884012.27482: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.27512: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/_text.py <<< 7222 1726884012.27518: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.27709: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.27907: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' <<< 7222 1726884012.27957: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b9dbe0> <<< 7222 1726884012.27960: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.28654: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29274: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29359: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29448: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/collections.py <<< 7222 1726884012.29459: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29493: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29540: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/warnings.py <<< 7222 1726884012.29543: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29622: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29757: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/errors.py <<< 7222 1726884012.29762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29764: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 7222 1726884012.29819: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.29888: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 7222 1726884012.30160: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.30457: stdout chunk (state=3): >>># /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py <<< 7222 1726884012.30505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' <<< 7222 1726884012.30507: stdout chunk (state=3): >>>import '_ast' # <<< 7222 1726884012.30608: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63af79a0> <<< 7222 1726884012.30621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.30711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.30806: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/validation.py <<< 7222 1726884012.30832: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 7222 1726884012.30885: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.30915: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/locale.py <<< 7222 1726884012.30919: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.30969: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.31021: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.31149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.31240: stdout chunk (state=3): >>># /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py <<< 7222 1726884012.31276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' <<< 7222 1726884012.31388: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f64146250> <<< 7222 1726884012.31433: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63af7f10> <<< 7222 1726884012.31471: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/file.py <<< 7222 1726884012.31481: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 7222 1726884012.31674: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.31737: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.31792: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.31861: stdout chunk (state=3): >>># /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py <<< 7222 1726884012.31870: stdout chunk (state=3): >>># code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py <<< 7222 1726884012.31910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py <<< 7222 1726884012.31945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' <<< 7222 1726884012.32089: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63add7f0> <<< 7222 1726884012.32128: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ad8820> <<< 7222 1726884012.32210: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b76a00> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 7222 1726884012.32244: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.32286: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/sys_info.py <<< 7222 1726884012.32404: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/basic.py <<< 7222 1726884012.32423: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 7222 1726884012.32470: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.32606: stdout chunk (state=3): >>># zipimport: zlib available <<< 7222 1726884012.32827: stdout chunk (state=3): >>> {"content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpDb21wcmVzc2lvbiB5ZXMKR1NTQVBJQXV0aGVudGljYXRpb24gbm8K", "source": "/tmp/ssh_config", "encoding": "base64", "invocation": {"module_args": {"src": "/tmp/ssh_config"}}} <<< 7222 1726884012.32830: stdout chunk (state=3): >>># destroy __main__ <<< 7222 1726884012.33251: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv <<< 7222 1726884012.33264: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7222 1726884012.33520: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7222 1726884012.33523: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 7222 1726884012.33569: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma <<< 7222 1726884012.33618: stdout chunk (state=3): >>># destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7222 1726884012.33666: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse <<< 7222 1726884012.33772: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal <<< 7222 1726884012.33782: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 7222 1726884012.33785: stdout chunk (state=3): >>># cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch <<< 7222 1726884012.33846: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools <<< 7222 1726884012.33853: stdout chunk (state=3): >>># cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path <<< 7222 1726884012.33871: stdout chunk (state=3): >>># destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 <<< 7222 1726884012.33897: stdout chunk (state=3): >>># cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal <<< 7222 1726884012.34087: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7222 1726884012.34135: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath <<< 7222 1726884012.34139: stdout chunk (state=3): >>># destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal <<< 7222 1726884012.34190: stdout chunk (state=3): >>># destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal <<< 7222 1726884012.34194: stdout chunk (state=3): >>># destroy _frozen_importlib # clear sys.audit hooks <<< 7222 1726884012.34553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. <<< 7222 1726884012.34659: stderr chunk (state=3): >>><<< 7222 1726884012.34662: stdout chunk (state=3): >>><<< 7222 1726884012.34759: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/encodings/__init__.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc matches /usr/lib64/python3.9/codecs.py # code object from '/usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6476cdc0> # /usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc matches /usr/lib64/python3.9/encodings/aliases.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f647113a0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6476cb20> # /usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc matches /usr/lib64/python3.9/encodings/utf_8.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6476cac0> import '_signal' # # /usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc matches /usr/lib64/python3.9/encodings/latin_1.py # code object from '/usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64711490> # /usr/lib64/python3.9/__pycache__/io.cpython-39.pyc matches /usr/lib64/python3.9/io.py # code object from '/usr/lib64/python3.9/__pycache__/io.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/abc.py # code object from '/usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc' import '_abc' # import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64711940> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64711670> # /usr/lib64/python3.9/__pycache__/site.cpython-39.pyc matches /usr/lib64/python3.9/site.py # code object from '/usr/lib64/python3.9/__pycache__/site.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/os.cpython-39.pyc matches /usr/lib64/python3.9/os.py # code object from '/usr/lib64/python3.9/__pycache__/os.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc matches /usr/lib64/python3.9/stat.py # code object from '/usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646c8190> # /usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc matches /usr/lib64/python3.9/_collections_abc.py # code object from '/usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646c8220> # /usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc matches /usr/lib64/python3.9/posixpath.py # code object from '/usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc matches /usr/lib64/python3.9/genericpath.py # code object from '/usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646eb850> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646c8940> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64729880> # /usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc matches /usr/lib64/python3.9/_sitebuiltins.py # code object from '/usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646c1d90> # /usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc matches /usr/lib64/python3.9/_bootlocale.py # code object from '/usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc' import '_locale' # import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646ebd90> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64711970> Python 3.9.19 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc matches /usr/lib64/python3.9/base64.py # code object from '/usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/re.cpython-39.pyc matches /usr/lib64/python3.9/re.py # code object from '/usr/lib64/python3.9/__pycache__/re.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc matches /usr/lib64/python3.9/enum.py # code object from '/usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/types.cpython-39.pyc matches /usr/lib64/python3.9/types.py # code object from '/usr/lib64/python3.9/__pycache__/types.cpython-39.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64667eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6466af40> # /usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc matches /usr/lib64/python3.9/sre_compile.py # code object from '/usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc' import '_sre' # # /usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc matches /usr/lib64/python3.9/sre_parse.py # code object from '/usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc matches /usr/lib64/python3.9/sre_constants.py # code object from '/usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64660610> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64666640> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64667370> # /usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc matches /usr/lib64/python3.9/functools.py # code object from '/usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/collections/__init__.py # code object from '/usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc matches /usr/lib64/python3.9/heapq.py # code object from '/usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f643d4df0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643d48e0> import 'itertools' # # /usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc matches /usr/lib64/python3.9/keyword.py # code object from '/usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643d4ee0> # /usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc matches /usr/lib64/python3.9/operator.py # code object from '/usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643d4fa0> # /usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc matches /usr/lib64/python3.9/reprlib.py # code object from '/usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643d4eb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64642d60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6463b640> # /usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc matches /usr/lib64/python3.9/copyreg.py # code object from '/usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6464e6a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6466ee20> # /usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc matches /usr/lib64/python3.9/struct.py # code object from '/usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f643e7ca0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64642280> # extension module 'binascii' loaded from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f6464e2b0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f646749d0> # /usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc matches /usr/lib64/python3.9/runpy.py # code object from '/usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/importlib/__init__.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc matches /usr/lib64/python3.9/warnings.py # code object from '/usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e7fd0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e7dc0> # /usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc matches /usr/lib64/python3.9/importlib/machinery.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e7d30> # /usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc matches /usr/lib64/python3.9/importlib/util.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc' # /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/importlib/abc.py # code object from '/usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc matches /usr/lib64/python3.9/typing.py # code object from '/usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc' # /usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc matches /usr/lib64/python3.9/collections/abc.py # code object from '/usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643ba3a0> # /usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc matches /usr/lib64/python3.9/contextlib.py # code object from '/usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643ba490> import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643eefd0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e9a60> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e9580> # /usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc matches /usr/lib64/python3.9/pkgutil.py # code object from '/usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc matches /usr/lib64/python3.9/weakref.py # code object from '/usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc matches /usr/lib64/python3.9/_weakrefset.py # code object from '/usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642d41f0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643a5b80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e9ee0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64674040> # /usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc matches /usr/lib64/python3.9/shutil.py # code object from '/usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc matches /usr/lib64/python3.9/fnmatch.py # code object from '/usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642e6b20> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642e6e50> # /usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc matches /usr/lib64/python3.9/bz2.py # code object from '/usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc matches /usr/lib64/python3.9/_compression.py # code object from '/usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642f8760> # /usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc matches /usr/lib64/python3.9/threading.py # code object from '/usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642f8ca0> # extension module '_bz2' loaded from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642853d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642e6f40> # /usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc matches /usr/lib64/python3.9/lzma.py # code object from '/usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642962b0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642f85e0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f64296370> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e7a00> # /usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc matches /usr/lib64/python3.9/tempfile.py # code object from '/usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/random.cpython-39.pyc matches /usr/lib64/python3.9/random.py # code object from '/usr/lib64/python3.9/__pycache__/random.cpython-39.pyc' # extension module 'math' loaded from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642b16d0> # /usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc matches /usr/lib64/python3.9/bisect.py # code object from '/usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642b19a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642b1790> # extension module '_random' loaded from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642b1880> # /usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc matches /usr/lib64/python3.9/hashlib.py # code object from '/usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642b1cd0> # extension module '_blake2' loaded from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f642be220> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642b1910> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642a5a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f643e75e0> # /usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc matches /usr/lib64/python3.9/zipfile.py # code object from '/usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f642b1ac0> # code object from '/usr/lib64/python3.9/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0f641cd6a0> # zipimport: found 30 names in '/tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc matches /usr/lib64/python3.9/__future__.py # code object from '/usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd67f0> # /usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/json/__init__.py # code object from '/usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc matches /usr/lib64/python3.9/json/decoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc' # /usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc matches /usr/lib64/python3.9/json/scanner.py # code object from '/usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc' # extension module '_json' loaded from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63bd6160> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd6280> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd6f40> # /usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc matches /usr/lib64/python3.9/json/encoder.py # code object from '/usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd64f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd6d60> import 'atexit' # # extension module 'fcntl' loaded from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63bd6fa0> # /usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc matches /usr/lib64/python3.9/locale.py # code object from '/usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bd6100> # /usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc matches /usr/lib64/python3.9/platform.py # code object from '/usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc matches /usr/lib64/python3.9/subprocess.py # code object from '/usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc matches /usr/lib64/python3.9/signal.py # code object from '/usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b2df10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b4cf10> # extension module 'select' loaded from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b4cd30> # /usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc matches /usr/lib64/python3.9/selectors.py # code object from '/usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b4c3a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64159dc0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f641593a0> # /usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc matches /usr/lib64/python3.9/shlex.py # code object from '/usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64159fa0> # /usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc matches /usr/lib64/python3.9/traceback.py # code object from '/usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc matches /usr/lib64/python3.9/linecache.py # code object from '/usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc matches /usr/lib64/python3.9/tokenize.py # code object from '/usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/token.cpython-39.pyc matches /usr/lib64/python3.9/token.py # code object from '/usr/lib64/python3.9/__pycache__/token.cpython-39.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6412ac70> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ba9d00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ba93d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bdf4c0> # extension module 'syslog' loaded from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63ba94f0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/__init__.cpython-39.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ba9520> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/journal.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc matches /usr/lib64/python3.9/datetime.py # code object from '/usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b0e310> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6413b220> # /usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc matches /usr/lib64/python3.9/uuid.py # code object from '/usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b1a880> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f6413b3a0> # /usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/logging/__init__.py # code object from '/usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/string.cpython-39.pyc matches /usr/lib64/python3.9/string.py # code object from '/usr/lib64/python3.9/__pycache__/string.cpython-39.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f64153dc0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b1a820> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.9/site-packages/systemd/_journal.cpython-39-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b1a670> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.9/site-packages/systemd/_reader.cpython-39-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b19610> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.9/site-packages/systemd/id128.cpython-39-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b19520> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f641338e0> # /usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.9/site-packages/systemd/__pycache__/daemon.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc matches /usr/lib64/python3.9/socket.py # code object from '/usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b9f6a0> # extension module 'array' loaded from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b9daf0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63bad0a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.9/site-packages/systemd/_daemon.cpython-39-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f63b9f100> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63be2ac0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/text/converters.py # /usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/__init__.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f636e05b0> # /usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc matches /usr/lib64/python3.9/ctypes/_endian.py # code object from '/usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ae7550> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f636810d0> import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc matches /usr/lib64/python3.9/copy.py # code object from '/usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b9dbe0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc matches /usr/lib64/python3.9/ast.py # code object from '/usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63af79a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc matches /usr/lib64/python3.9/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.9/site-packages/selinux/__pycache__/__init__.cpython-39.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.9/site-packages/selinux/_selinux.cpython-39-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f64146250> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63af7f10> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc matches /usr/lib/python3.9/site-packages/distro.py # code object from '/usr/lib/python3.9/site-packages/__pycache__/distro.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc matches /usr/lib64/python3.9/argparse.py # code object from '/usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc' # /usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc matches /usr/lib64/python3.9/gettext.py # code object from '/usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63add7f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63ad8820> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f63b76a00> # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/common/sys_info.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_slurp_payload_m08esto0/ansible_slurp_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpDb21wcmVzc2lvbiB5ZXMKR1NTQVBJQXV0aGVudGljYXRpb24gbm8K", "source": "/tmp/ssh_config", "encoding": "base64", "invocation": {"module_args": {"src": "/tmp/ssh_config"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing encodings.latin_1 # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing _locale # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing sre_parse # cleanup[2] removing sre_compile # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing collections.abc # cleanup[2] removing contextlib # cleanup[2] removing typing # destroy typing # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.util # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing _bz2 # destroy _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing tempfile # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing platform # cleanup[2] removing shlex # cleanup[2] removing token # destroy token # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy binascii # destroy importlib # destroy struct # destroy bz2 # destroy lzma # destroy __main__ # destroy locale # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy encodings # destroy syslog # destroy uuid # destroy array # destroy datetime # destroy selinux # destroy distro # destroy json # destroy shlex # destroy logging # destroy argparse # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping platform # destroy subprocess # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping grp # cleanup[3] wiping pwd # cleanup[3] wiping _lzma # cleanup[3] wiping threading # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping weakref # cleanup[3] wiping contextlib # cleanup[3] wiping collections.abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping functools # cleanup[3] wiping _functools # destroy _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # destroy collections.abc # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping itertools # cleanup[3] wiping _heapq # cleanup[3] wiping sre_parse # cleanup[3] wiping _sre # cleanup[3] wiping types # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy systemd._daemon # destroy _socket # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy fcntl # destroy _blake2 # destroy _lzma # destroy zlib # destroy _signal # destroy platform # destroy _uuid # destroy _sre # destroy sre_parse # destroy tokenize # destroy _heapq # destroy posixpath # destroy stat # destroy ansible.module_utils.six.moves.urllib # destroy errno # destroy signal # destroy contextlib # destroy pwd # destroy grp # destroy _posixsubprocess # destroy selectors # destroy select # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy ansible.module_utils.six.moves # destroy _operator # destroy _frozen_importlib_external # destroy _imp # destroy io # destroy marshal # destroy _frozen_importlib # clear sys.audit hooks , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.9.183 closed. 7222 1726884012.35639: done with _execute_module (slurp, {'src': '/tmp/ssh_config', '_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': 'slurp', '_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-1726884011.8543396-7550-126623316757544/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7222 1726884012.35643: _low_level_execute_command(): starting 7222 1726884012.35645: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884011.8543396-7550-126623316757544/ > /dev/null 2>&1 && sleep 0' 7222 1726884012.35727: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7222 1726884012.35744: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7222 1726884012.35774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884012.35804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7222 1726884012.35857: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 <<< 7222 1726884012.35872: stderr chunk (state=3): >>>debug2: match not found <<< 7222 1726884012.35897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884012.35931: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7222 1726884012.35935: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.183 is address debug1: re-parsing configuration <<< 7222 1726884012.35937: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7222 1726884012.35939: 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7222 1726884012.35995: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 7222 1726884012.36017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7222 1726884012.36123: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 7222 1726884012.38608: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7222 1726884012.38704: stderr chunk (state=3): >>><<< 7222 1726884012.38707: stdout chunk (state=3): >>><<< 7222 1726884012.38734: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.183 originally 10.31.9.183 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.9.183 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.9.183 originally 10.31.9.183 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 7222 1726884012.38750: handler run complete 7222 1726884012.38782: attempt loop complete, returning result 7222 1726884012.38792: _execute() done 7222 1726884012.38799: dumping result to json 7222 1726884012.38801: done dumping result, returning 7222 1726884012.38819: done running TaskExecutor() for managed_node1/TASK: Download the custom configuration file [123ea4c4-b13b-25d7-f447-000000000008] 7222 1726884012.38845: sending task result for task 123ea4c4-b13b-25d7-f447-000000000008 7222 1726884012.38951: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000008 7222 1726884012.38954: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpDb21wcmVzc2lvbiB5ZXMKR1NTQVBJQXV0aGVudGljYXRpb24gbm8K", "encoding": "base64", "source": "/tmp/ssh_config" } 7222 1726884012.39027: no more pending results, returning what we have 7222 1726884012.39034: results queue empty 7222 1726884012.39035: checking for any_errors_fatal 7222 1726884012.39036: done checking for any_errors_fatal 7222 1726884012.39037: checking for max_fail_percentage 7222 1726884012.39038: done checking for max_fail_percentage 7222 1726884012.39039: checking to see if all hosts have failed and the running result is not ok 7222 1726884012.39040: done checking to see if all hosts have failed 7222 1726884012.39041: getting the remaining hosts for this loop 7222 1726884012.39043: done getting the remaining hosts for this loop 7222 1726884012.39049: getting the next task for host managed_node1 7222 1726884012.39055: done getting next task for host managed_node1 7222 1726884012.39057: ^ task is: TASK: Verify the options are in the file 7222 1726884012.39059: ^ state is: HOST STATE: block=3, 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884012.39064: getting variables 7222 1726884012.39066: in VariableManager get_vars() 7222 1726884012.39106: Calling all_inventory to load vars for managed_node1 7222 1726884012.39109: Calling groups_inventory to load vars for managed_node1 7222 1726884012.39112: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884012.39128: Calling all_plugins_play to load vars for managed_node1 7222 1726884012.39135: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884012.39141: Calling groups_plugins_play to load vars for managed_node1 7222 1726884012.39364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884012.39610: done with get_vars() 7222 1726884012.39617: done getting variables 7222 1726884012.39698: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.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 [Verify the options are in the file] ************************************** task path: /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml:24 Friday 20 September 2024 22:00:12 -0400 (0:00:00.604) 0:00:08.145 ****** 7222 1726884012.39718: entering _queue_task() for managed_node1/assert 7222 1726884012.39720: Creating lock for assert 7222 1726884012.39926: worker is 1 (out of 1 available) 7222 1726884012.39937: exiting _queue_task() for managed_node1/assert 7222 1726884012.39947: done queuing things up, now waiting for results queue to drain 7222 1726884012.39949: waiting for pending results... 7222 1726884012.40112: running TaskExecutor() for managed_node1/TASK: Verify the options are in the file 7222 1726884012.40167: in run() - task 123ea4c4-b13b-25d7-f447-000000000009 7222 1726884012.40180: variable 'ansible_search_path' from source: unknown 7222 1726884012.40206: calling self._execute() 7222 1726884012.40258: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884012.40261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884012.40270: variable 'omit' from source: magic vars 7222 1726884012.40350: variable 'omit' from source: magic vars 7222 1726884012.40372: variable 'omit' from source: magic vars 7222 1726884012.40402: variable 'omit' from source: magic vars 7222 1726884012.40437: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7222 1726884012.40465: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7222 1726884012.40482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7222 1726884012.40532: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884012.40559: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7222 1726884012.40618: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7222 1726884012.40637: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884012.40655: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884012.40840: Set connection var ansible_timeout to 10 7222 1726884012.40865: Set connection var ansible_shell_type to sh 7222 1726884012.40877: Set connection var ansible_connection to ssh 7222 1726884012.40893: Set connection var ansible_pipelining to False 7222 1726884012.40906: Set connection var ansible_module_compression to ZIP_DEFLATED 7222 1726884012.40932: Set connection var ansible_shell_executable to /bin/sh 7222 1726884012.40973: variable 'ansible_shell_executable' from source: unknown 7222 1726884012.40977: variable 'ansible_connection' from source: unknown 7222 1726884012.40979: variable 'ansible_module_compression' from source: unknown 7222 1726884012.40982: variable 'ansible_shell_type' from source: unknown 7222 1726884012.40993: variable 'ansible_shell_executable' from source: unknown 7222 1726884012.40997: variable 'ansible_host' from source: host vars for 'managed_node1' 7222 1726884012.41000: variable 'ansible_pipelining' from source: unknown 7222 1726884012.41003: variable 'ansible_timeout' from source: unknown 7222 1726884012.41017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7222 1726884012.41310: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.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) 7222 1726884012.41338: variable 'omit' from source: magic vars 7222 1726884012.41342: starting attempt loop 7222 1726884012.41344: running the handler 7222 1726884012.41959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7222 1726884012.44858: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7222 1726884012.44958: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7222 1726884012.45019: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7222 1726884012.45079: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7222 1726884012.45130: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7222 1726884012.45294: variable 'config' from source: set_fact 7222 1726884012.45352: Evaluated conditional ('Compression yes' in config.content | b64decode): True 7222 1726884012.45538: variable 'config' from source: set_fact 7222 1726884012.45550: Evaluated conditional ('GSSAPIAuthentication no' in config.content | b64decode): True 7222 1726884012.45729: variable 'config' from source: set_fact 7222 1726884012.45761: Evaluated conditional ('Include' not in config.content | b64decode): True 7222 1726884012.45975: variable 'config' from source: set_fact 7222 1726884012.45993: Evaluated conditional ('SendEnv' not in config.content | b64decode): True 7222 1726884012.45998: handler run complete 7222 1726884012.46009: attempt loop complete, returning result 7222 1726884012.46012: _execute() done 7222 1726884012.46015: dumping result to json 7222 1726884012.46017: done dumping result, returning 7222 1726884012.46035: done running TaskExecutor() for managed_node1/TASK: Verify the options are in the file [123ea4c4-b13b-25d7-f447-000000000009] 7222 1726884012.46038: sending task result for task 123ea4c4-b13b-25d7-f447-000000000009 ok: [managed_node1] => { "changed": false } MSG: All assertions passed 7222 1726884012.46230: no more pending results, returning what we have 7222 1726884012.46233: results queue empty 7222 1726884012.46234: checking for any_errors_fatal 7222 1726884012.46239: done checking for any_errors_fatal 7222 1726884012.46239: checking for max_fail_percentage 7222 1726884012.46241: done checking for max_fail_percentage 7222 1726884012.46242: checking to see if all hosts have failed and the running result is not ok 7222 1726884012.46243: done checking to see if all hosts have failed 7222 1726884012.46244: getting the remaining hosts for this loop 7222 1726884012.46245: done getting the remaining hosts for this loop 7222 1726884012.46250: getting the next task for host managed_node1 7222 1726884012.46257: done getting next task for host managed_node1 7222 1726884012.46258: ^ task is: TASK: meta (flush_handlers) 7222 1726884012.46260: ^ state is: HOST STATE: block=4, 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884012.46266: getting variables 7222 1726884012.46267: in VariableManager get_vars() 7222 1726884012.46311: Calling all_inventory to load vars for managed_node1 7222 1726884012.46314: Calling groups_inventory to load vars for managed_node1 7222 1726884012.46319: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884012.46330: Calling all_plugins_play to load vars for managed_node1 7222 1726884012.46333: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884012.46336: Calling groups_plugins_play to load vars for managed_node1 7222 1726884012.46518: done sending task result for task 123ea4c4-b13b-25d7-f447-000000000009 7222 1726884012.46522: WORKER PROCESS EXITING 7222 1726884012.46539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884012.46717: done with get_vars() 7222 1726884012.46728: done getting variables 7222 1726884012.46811: in VariableManager get_vars() 7222 1726884012.46828: Calling all_inventory to load vars for managed_node1 7222 1726884012.46830: Calling groups_inventory to load vars for managed_node1 7222 1726884012.46833: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884012.46850: Calling all_plugins_play to load vars for managed_node1 7222 1726884012.46852: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884012.46855: Calling groups_plugins_play to load vars for managed_node1 7222 1726884012.47020: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884012.47189: done with get_vars() 7222 1726884012.47204: done queuing things up, now waiting for results queue to drain 7222 1726884012.47205: results queue empty 7222 1726884012.47206: checking for any_errors_fatal 7222 1726884012.47210: done checking for any_errors_fatal 7222 1726884012.47211: checking for max_fail_percentage 7222 1726884012.47213: done checking for max_fail_percentage 7222 1726884012.47213: checking to see if all hosts have failed and the running result is not ok 7222 1726884012.47214: done checking to see if all hosts have failed 7222 1726884012.47215: getting the remaining hosts for this loop 7222 1726884012.47216: done getting the remaining hosts for this loop 7222 1726884012.47218: getting the next task for host managed_node1 7222 1726884012.47222: done getting next task for host managed_node1 7222 1726884012.47224: ^ task is: TASK: meta (flush_handlers) 7222 1726884012.47225: ^ state is: HOST STATE: block=5, 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7222 1726884012.47228: getting variables 7222 1726884012.47229: in VariableManager get_vars() 7222 1726884012.47245: Calling all_inventory to load vars for managed_node1 7222 1726884012.47249: Calling groups_inventory to load vars for managed_node1 7222 1726884012.47251: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884012.47256: Calling all_plugins_play to load vars for managed_node1 7222 1726884012.47259: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884012.47262: Calling groups_plugins_play to load vars for managed_node1 7222 1726884012.47413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884012.47583: done with get_vars() 7222 1726884012.47595: done getting variables 7222 1726884012.47665: in VariableManager get_vars() 7222 1726884012.47674: Calling all_inventory to load vars for managed_node1 7222 1726884012.47677: Calling groups_inventory to load vars for managed_node1 7222 1726884012.47682: Calling all_plugins_inventory to load vars for managed_node1 7222 1726884012.47691: Calling all_plugins_play to load vars for managed_node1 7222 1726884012.47694: Calling groups_plugins_inventory to load vars for managed_node1 7222 1726884012.47697: Calling groups_plugins_play to load vars for managed_node1 7222 1726884012.47868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7222 1726884012.48094: done with get_vars() 7222 1726884012.48112: done queuing things up, now waiting for results queue to drain 7222 1726884012.48114: results queue empty 7222 1726884012.48115: checking for any_errors_fatal 7222 1726884012.48116: done checking for any_errors_fatal 7222 1726884012.48117: checking for max_fail_percentage 7222 1726884012.48120: done checking for max_fail_percentage 7222 1726884012.48120: checking to see if all hosts have failed and the running result is not ok 7222 1726884012.48121: done checking to see if all hosts have failed 7222 1726884012.48122: getting the remaining hosts for this loop 7222 1726884012.48124: done getting the remaining hosts for this loop 7222 1726884012.48127: getting the next task for host managed_node1 7222 1726884012.48132: done getting next task for host managed_node1 7222 1726884012.48133: ^ task is: None 7222 1726884012.48136: ^ state is: HOST STATE: block=6, task=0, rescue=0, always=0, handlers=0, run_state=5, 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 7222 1726884012.48137: done queuing things up, now waiting for results queue to drain 7222 1726884012.48138: results queue empty 7222 1726884012.48139: checking for any_errors_fatal 7222 1726884012.48140: done checking for any_errors_fatal 7222 1726884012.48140: checking for max_fail_percentage 7222 1726884012.48141: done checking for max_fail_percentage 7222 1726884012.48142: checking to see if all hosts have failed and the running result is not ok 7222 1726884012.48143: done checking to see if all hosts have failed 7222 1726884012.48145: getting the next task for host managed_node1 7222 1726884012.48151: done getting next task for host managed_node1 7222 1726884012.48152: ^ task is: None 7222 1726884012.48155: ^ state is: HOST STATE: block=6, task=0, rescue=0, always=0, handlers=0, run_state=5, 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 PLAY RECAP ********************************************************************* managed_node1 : ok=12 changed=1 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 Friday 20 September 2024 22:00:12 -0400 (0:00:00.085) 0:00:08.231 ****** =============================================================================== fedora.linux_system_roles.ssh : Ensure required packages are installed --- 2.41s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.89s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml:2 fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.38s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 fedora.linux_system_roles.ssh : Check if system is ostree --------------- 0.69s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Download the custom configuration file ---------------------------------- 0.60s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml:19 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.43s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.11s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Run role ---------------------------------------------------------------- 0.10s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml:7 Verify the options are in the file -------------------------------------- 0.09s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_custom_config.yml:24 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.08s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.07s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 fedora.linux_system_roles.ssh : Fail if reboot is needed and not set ---- 0.06s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 fedora.linux_system_roles.ssh : Reboot transactional update systems ----- 0.05s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.05s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.05s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 fedora.linux_system_roles.ssh : Set flag to indicate system is ostree --- 0.05s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 fedora.linux_system_roles.ssh : Set flag if transactional-update exists --- 0.04s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes --- 0.04s /tmp/collections-cPu/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 7222 1726884012.48285: RUNNING CLEANUP